Commit 7d41cc89 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: Remove some unnecessary compress="false"

These statements are no longer needed since Print Preview uses
preprocess_grit to generate rollup input.

Bug: 1128583
Change-Id: I9a513f6bdcc972bbfd823c39117634766b650b27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414703Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808419}
parent 3a8bde75
......@@ -151,142 +151,110 @@
<structures>
<structure name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_HTML"
file="print_preview.html"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_JS"
file="print_preview.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_DATA_MODEL_JS"
file="data/model.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_CLOUD_PRINT_INTERFACE_JS"
file="cloud_print_interface.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_CLOUD_PRINT_INTERFACE_IMPL_JS"
file="cloud_print_interface_impl.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_NATIVE_LAYER_JS"
file="native_layer.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_DATA_DESTINATION_JS"
file="data/destination.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_DATA_DESTINATION_MATCH_JS"
file="data/destination_match.js"
compress="false"
type="chrome_html"
preprocess="true" />
<if expr="chromeos">
<structure name="IDR_PRINT_PREVIEW_DATA_DESTINATION_POLICIES_JS"
file="data/destination_policies.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_PRINTER_STATUS_CROS_JS"
file="data/printer_status_cros.js"
compress="false"
type="chrome_html" />
</if>
<structure name="IDR_PRINT_PREVIEW_DATA_DESTINATION_STORE_JS"
file="data/destination_store.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_DATA_CLOUD_PARSERS_JS"
file="data/cloud_parsers.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_LOCAL_PARSERS_JS"
file="data/local_parsers.js"
compress="false"
type="chrome_html"
preprocess="true" />
<structure name="IDR_PRINT_PREVIEW_DATA_INVITATION_JS"
file="data/invitation.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_INVITATION_STORE_JS"
file="data/invitation_store.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_MARGINS_JS"
file="data/margins.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_USER_MANAGER_JS"
file="data/user_manager.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_METRICS_JS"
file="metrics.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_UTILS_JS"
file="print_preview_utils.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_PRINT_DARK_MODE_BEHAVIOR_JS"
file="dark_mode_behavior.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_DOCUMENT_INFO_JS"
file="data/document_info.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_SCALING_JS"
file="data/scaling.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_SIZE_JS"
file="data/size.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_COORDINATE2D_JS"
file="data/coordinate2d.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_MEASUREMENT_SYSTEM_JS"
file="data/measurement_system.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_PRINTABLE_AREA_JS"
file="data/printable_area.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_UI_PLUGIN_PROXY_JS"
file="ui/plugin_proxy.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_UI_SETTINGS_BEHAVIOR_JS"
file="ui/settings_behavior.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_UI_INPUT_BEHAVIOR_JS"
file="ui/input_behavior.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_UI_SELECT_BEHAVIOR_JS"
file="ui/select_behavior.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_DATA_STATE_JS"
file="data/state.js"
compress="false"
type="chrome_html" />
<structure name="IDR_PRINT_PREVIEW_UI_HIGHLIGHT_UTILS_JS"
file="ui/highlight_utils.js"
compress="false"
type="chrome_html" />
</structures>
</release>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment