Commit be32e763 authored by dpapad's avatar dpapad Committed by Commit Bot

WebUI: Remove compress="gzip", where not needed, part 1.

compress="gzip" is (as of r761031) the default behavior for
HTML/CSS/JS/SVG files, and therefore there is no need to
explicitly specify it.

Bug: 1068407
Change-Id: I578a85265869c286f52a507469b8627dfbb01480
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209906Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771108}
parent dd74ecea
This diff is collapsed.
...@@ -18,127 +18,98 @@ ...@@ -18,127 +18,98 @@
<includes> <includes>
<include name="IDR_BLUETOOTH_INTERNALS_ADAPTER_BROKER_JS" <include name="IDR_BLUETOOTH_INTERNALS_ADAPTER_BROKER_JS"
file="adapter_broker.js" file="adapter_broker.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_ADAPTER_MOJO_JS" <include name="IDR_BLUETOOTH_INTERNALS_ADAPTER_MOJO_JS"
file="${root_gen_dir}\device\bluetooth\public\mojom\adapter.mojom-lite.js" file="${root_gen_dir}\device\bluetooth\public\mojom\adapter.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_ADAPTER_PAGE_JS" <include name="IDR_BLUETOOTH_INTERNALS_ADAPTER_PAGE_JS"
file="adapter_page.js" file="adapter_page.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEBUG_LOG_PAGE_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEBUG_LOG_PAGE_JS"
file="debug_log_page.js" file="debug_log_page.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_CHARACTERISTIC_LIST_JS" <include name="IDR_BLUETOOTH_INTERNALS_CHARACTERISTIC_LIST_JS"
file="characteristic_list.js" file="characteristic_list.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_CSS" <include name="IDR_BLUETOOTH_INTERNALS_CSS"
file="bluetooth_internals.css" file="bluetooth_internals.css"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DESCRIPTOR_LIST_JS" <include name="IDR_BLUETOOTH_INTERNALS_DESCRIPTOR_LIST_JS"
file="descriptor_list.js" file="descriptor_list.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEVICE_BROKER_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEVICE_BROKER_JS"
file="device_broker.js" file="device_broker.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEVICE_COLLECTION_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEVICE_COLLECTION_JS"
file="device_collection.js" file="device_collection.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEVICE_DETAILS_PAGE_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEVICE_DETAILS_PAGE_JS"
file="device_details_page.js" file="device_details_page.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEVICE_MOJO_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEVICE_MOJO_JS"
file="${root_gen_dir}\device\bluetooth\public\mojom\device.mojom-lite.js" file="${root_gen_dir}\device\bluetooth\public\mojom\device.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEVICE_TABLE_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEVICE_TABLE_JS"
file="device_table.js" file="device_table.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_DEVICES_PAGE_JS" <include name="IDR_BLUETOOTH_INTERNALS_DEVICES_PAGE_JS"
file="devices_page.js" file="devices_page.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_EXPANDABLE_LIST_JS" <include name="IDR_BLUETOOTH_INTERNALS_EXPANDABLE_LIST_JS"
file="expandable_list.js" file="expandable_list.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_HTML" <include name="IDR_BLUETOOTH_INTERNALS_HTML"
file="bluetooth_internals.html" file="bluetooth_internals.html"
flattenhtml="true" flattenhtml="true"
allowexternalscript="true" allowexternalscript="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_JS" <include name="IDR_BLUETOOTH_INTERNALS_JS"
file="bluetooth_internals.js" file="bluetooth_internals.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_MOJO_JS" <include name="IDR_BLUETOOTH_INTERNALS_MOJO_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\bluetooth_internals\bluetooth_internals.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\bluetooth_internals\bluetooth_internals.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_NODE_UTILS_HTML" <include name="IDR_BLUETOOTH_INTERNALS_NODE_UTILS_HTML"
file="node_utils.html" file="node_utils.html"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_NODE_UTILS_JS" <include name="IDR_BLUETOOTH_INTERNALS_NODE_UTILS_JS"
file="node_utils.js" file="node_utils.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_OBJECT_FIELDSET_JS" <include name="IDR_BLUETOOTH_INTERNALS_OBJECT_FIELDSET_JS"
file="object_fieldset.js" file="object_fieldset.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_PAGE_MANAGER_HTML" <include name="IDR_BLUETOOTH_INTERNALS_PAGE_MANAGER_HTML"
file="page_manager.html" file="page_manager.html"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_PAGE_MANAGER_JS" <include name="IDR_BLUETOOTH_INTERNALS_PAGE_MANAGER_JS"
file="page_manager.js" file="page_manager.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_PAGE_HTML" <include name="IDR_BLUETOOTH_INTERNALS_PAGE_HTML"
file="page.html" file="page.html"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_PAGE_JS" <include name="IDR_BLUETOOTH_INTERNALS_PAGE_JS"
file="page.js" file="page.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_SERVICE_LIST_JS" <include name="IDR_BLUETOOTH_INTERNALS_SERVICE_LIST_JS"
file="service_list.js" file="service_list.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_SIDEBAR_JS" <include name="IDR_BLUETOOTH_INTERNALS_SIDEBAR_JS"
file="sidebar.js" file="sidebar.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_SNACKBAR_JS" <include name="IDR_BLUETOOTH_INTERNALS_SNACKBAR_JS"
file="snackbar.js" file="snackbar.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_UUID_MOJO_JS" <include name="IDR_BLUETOOTH_INTERNALS_UUID_MOJO_JS"
file="${root_gen_dir}\device\bluetooth\public\mojom\uuid.mojom-lite.js" file="${root_gen_dir}\device\bluetooth\public\mojom\uuid.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_BLUETOOTH_INTERNALS_VALUE_CONTROL_JS" <include name="IDR_BLUETOOTH_INTERNALS_VALUE_CONTROL_JS"
file="value_control.js" file="value_control.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -14,14 +14,12 @@ ...@@ -14,14 +14,12 @@
<includes> <includes>
<include name="IDR_BOOKMARKS_BOOKMARKS_HTML" <include name="IDR_BOOKMARKS_BOOKMARKS_HTML"
file="bookmarks.html" file="bookmarks.html"
type="chrome_html" type="chrome_html" />
compress="gzip" />
<include name="IDR_BOOKMARKS_BOOKMARKS_ROLLUP_JS" <include name="IDR_BOOKMARKS_BOOKMARKS_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\bookmarks\bookmarks.rollup.js" file="${root_gen_dir}\chrome\browser\resources\bookmarks\bookmarks.rollup.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
type="chrome_html" type="chrome_html" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -21,18 +21,15 @@ ...@@ -21,18 +21,15 @@
<include name="IDR_DOWNLOADS_MOJO_LITE_JS" <include name="IDR_DOWNLOADS_MOJO_LITE_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\downloads\downloads.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\downloads\downloads.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_DOWNLOADS_DOWNLOADS_HTML" <include name="IDR_DOWNLOADS_DOWNLOADS_HTML"
file="downloads.html" file="downloads.html"
preprocess="true" preprocess="true"
type="chrome_html" type="chrome_html" />
compress="gzip" />
<include name="IDR_DOWNLOADS_DOWNLOADS_ROLLUP_JS" <include name="IDR_DOWNLOADS_DOWNLOADS_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\downloads\downloads.rollup.js" file="${root_gen_dir}\chrome\browser\resources\downloads\downloads.rollup.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
</includes> </includes>
</release> </release>
......
...@@ -14,22 +14,18 @@ ...@@ -14,22 +14,18 @@
<includes> <includes>
<include name="IDR_EXTENSIONS_EXTENSIONS_HTML" <include name="IDR_EXTENSIONS_EXTENSIONS_HTML"
file="extensions.html" file="extensions.html"
type="chrome_html" type="chrome_html" />
compress="gzip" />
<include name="IDR_EXTENSIONS_EXTENSIONS_ROLLUP_JS" <include name="IDR_EXTENSIONS_EXTENSIONS_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\extensions\extensions.rollup.js" file="${root_gen_dir}\chrome\browser\resources\extensions\extensions.rollup.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_EXTENSIONS_CHECKUP_IMAGE" <include name="IDR_EXTENSIONS_CHECKUP_IMAGE"
file="checkup_image.svg" file="checkup_image.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_EXTENSIONS_CHECKUP_IMAGE_DARK" <include name="IDR_EXTENSIONS_CHECKUP_IMAGE_DARK"
file="checkup_image_dark.svg" file="checkup_image_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -15,38 +15,31 @@ ...@@ -15,38 +15,31 @@
<include name="IDR_GAIA_AUTH_AUTHENTICATOR_M_JS" <include name="IDR_GAIA_AUTH_AUTHENTICATOR_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/authenticator.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/authenticator.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
<include name="IDR_GAIA_AUTH_SAML_HANDLER_M_JS" <include name="IDR_GAIA_AUTH_SAML_HANDLER_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/saml_handler.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/saml_handler.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
<include name="IDR_GAIA_AUTH_CHANNEL_M_JS" <include name="IDR_GAIA_AUTH_CHANNEL_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/channel.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/channel.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
<include name="IDR_GAIA_AUTH_POST_MESSAGE_CHANNEL_M_JS" <include name="IDR_GAIA_AUTH_POST_MESSAGE_CHANNEL_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/post_message_channel.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/post_message_channel.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
<include name="IDR_GAIA_AUTH_WEBVIEW_EVENT_MANAGER_M_JS" <include name="IDR_GAIA_AUTH_WEBVIEW_EVENT_MANAGER_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/webview_event_manager.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/webview_event_manager.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
<include name="IDR_GAIA_AUTH_SAML_PASSWORD_ATTRIBUTES_M_JS" <include name="IDR_GAIA_AUTH_SAML_PASSWORD_ATTRIBUTES_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/saml_password_attributes.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/saml_password_attributes.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
<include name="IDR_GAIA_AUTH_SAML_TIMESTAMPS_M_JS" <include name="IDR_GAIA_AUTH_SAML_TIMESTAMPS_M_JS"
file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/saml_timestamps.m.js" file="${root_gen_dir}/chrome/browser/resources/gaia_auth_host/saml_timestamps.m.js"
use_base_dir="false" use_base_dir="false"
type ="BINDATA" type ="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -15,33 +15,27 @@ ...@@ -15,33 +15,27 @@
<include name="IDR_HISTORY_HISTORY_HTML" <include name="IDR_HISTORY_HISTORY_HTML"
file="history.html" file="history.html"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_HISTORY_IMAGES_SIGN_IN_PROMO_DARK_SVG" <include name="IDR_HISTORY_IMAGES_SIGN_IN_PROMO_DARK_SVG"
file="images\sign_in_promo_dark.svg" file="images\sign_in_promo_dark.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_HISTORY_IMAGES_SIGN_IN_PROMO_SVG" <include name="IDR_HISTORY_IMAGES_SIGN_IN_PROMO_SVG"
file="images\sign_in_promo.svg" file="images\sign_in_promo.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_HISTORY_HISTORY_ROLLUP_JS" <include name="IDR_HISTORY_HISTORY_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\history\history.rollup.js" file="${root_gen_dir}\chrome\browser\resources\history\history.rollup.js"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA"
compress="gzip"
use_base_dir="false" /> use_base_dir="false" />
<include name="IDR_HISTORY_LAZY_LOAD_ROLLUP_JS" <include name="IDR_HISTORY_LAZY_LOAD_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\history\lazy_load.rollup.js" file="${root_gen_dir}\chrome\browser\resources\history\lazy_load.rollup.js"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA"
compress="gzip"
use_base_dir="false" /> use_base_dir="false" />
<include name="IDR_HISTORY_SHARED_ROLLUP_JS" <include name="IDR_HISTORY_SHARED_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\history\shared.rollup.js" file="${root_gen_dir}\chrome\browser\resources\history\shared.rollup.js"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA"
compress="gzip"
use_base_dir="false" /> use_base_dir="false" />
</includes> </includes>
</release> </release>
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
</outputs> </outputs>
<release seq="1"> <release seq="1">
<includes> <includes>
<include name="IDR_ABOUT_INVALIDATIONS_HTML" file="about_invalidations.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" /> <include name="IDR_ABOUT_INVALIDATIONS_HTML" file="about_invalidations.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_ABOUT_INVALIDATIONS_JS" file="about_invalidations.js" type="BINDATA" compress="gzip" /> <include name="IDR_ABOUT_INVALIDATIONS_JS" file="about_invalidations.js" type="BINDATA" />
<include name="IDR_ABOUT_INVALIDATIONS_CSS" file="about_invalidations.css" type="BINDATA" compress="gzip" /> <include name="IDR_ABOUT_INVALIDATIONS_CSS" file="about_invalidations.css" type="BINDATA" />
</includes> </includes>
</release> </release>
</grit> </grit>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<grit-part> <grit-part>
<include name="IDR_LOCAL_NTP_ICONS_BOOKMARK" <include name="IDR_LOCAL_NTP_ICONS_BOOKMARK"
file="resources/local_ntp/icons/bookmark.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/bookmark.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_CALCULATOR" <include name="IDR_LOCAL_NTP_ICONS_CALCULATOR"
file="resources/local_ntp/icons/calculator.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/calculator.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_CLOCK" <include name="IDR_LOCAL_NTP_ICONS_CLOCK"
file="resources/local_ntp/icons/clock.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/clock.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_DOCS" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_DOCS"
file="resources/local_ntp/icons/drive_docs.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_docs.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_FOLDER" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_FOLDER"
file="resources/local_ntp/icons/drive_folder.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_folder.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_FORM" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_FORM"
file="resources/local_ntp/icons/drive_form.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_form.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_IMAGE" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_IMAGE"
file="resources/local_ntp/icons/drive_image.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_image.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_LOGO" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_LOGO"
file="resources/local_ntp/icons/drive_logo.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_logo.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_PDF" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_PDF"
file="resources/local_ntp/icons/drive_pdf.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_pdf.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_SHEETS" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_SHEETS"
file="resources/local_ntp/icons/drive_sheets.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_sheets.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_SLIDES" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_SLIDES"
file="resources/local_ntp/icons/drive_slides.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_slides.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_DRIVE_VIDEO" <include name="IDR_LOCAL_NTP_ICONS_DRIVE_VIDEO"
file="resources/local_ntp/icons/drive_video.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/drive_video.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_EXTENSION_APP" <include name="IDR_LOCAL_NTP_ICONS_EXTENSION_APP"
file="resources/local_ntp/icons/extension_app.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/extension_app.svg" type="BINDATA" />
<include name="IDR_LOCAL_NTP_ICONS_PAGE" <include name="IDR_LOCAL_NTP_ICONS_PAGE"
file="resources/local_ntp/icons/page.svg" type="BINDATA" compress="gzip" /> file="resources/local_ntp/icons/page.svg" type="BINDATA" />
</grit-part> </grit-part>
...@@ -14,12 +14,10 @@ ...@@ -14,12 +14,10 @@
file="webrtc_logs.html" file="webrtc_logs.html"
flattenhtml="true" flattenhtml="true"
allowexternalscript="true" allowexternalscript="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBRTC_LOGS_JS" <include name="IDR_WEBRTC_LOGS_JS"
file="webrtc_logs.js" file="webrtc_logs.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</outputs> </outputs>
<release seq="1"> <release seq="1">
<includes> <includes>
<include name="IDR_NET_INTERNALS_INDEX_HTML" file="index.html" flattenhtml="true" allowexternalscript="true" compress="gzip" type="BINDATA" /> <include name="IDR_NET_INTERNALS_INDEX_HTML" file="index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_NET_INTERNALS_INDEX_JS" file="index.js" flattenhtml="true" compress="gzip" type="BINDATA" /> <include name="IDR_NET_INTERNALS_INDEX_JS" file="index.js" flattenhtml="true" type="BINDATA" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -2,69 +2,69 @@ ...@@ -2,69 +2,69 @@
<grit-part> <grit-part>
<include name="IDR_NEW_TAB_PAGE_SKCOLOR_MOJO_LITE_JS" <include name="IDR_NEW_TAB_PAGE_SKCOLOR_MOJO_LITE_JS"
file="${root_gen_dir}/skia/public/mojom/skcolor.mojom-lite.js" file="${root_gen_dir}/skia/public/mojom/skcolor.mojom-lite.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_MOJO_LITE_JS" <include name="IDR_NEW_TAB_PAGE_MOJO_LITE_JS"
file="${root_gen_dir}/chrome/browser/ui/webui/new_tab_page/new_tab_page.mojom-lite.js" file="${root_gen_dir}/chrome/browser/ui/webui/new_tab_page/new_tab_page.mojom-lite.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_OMNIBOX_MOJO_LITE_JS" <include name="IDR_NEW_TAB_PAGE_OMNIBOX_MOJO_LITE_JS"
file="${root_gen_dir}/chrome/common/search/omnibox.mojom-lite.js" file="${root_gen_dir}/chrome/common/search/omnibox.mojom-lite.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_ACCOUNT_CIRCLE_SVG" <include name="IDR_NEW_TAB_PAGE_ACCOUNT_CIRCLE_SVG"
file="icons/account_circle.svg" type="BINDATA" compress="gzip" /> file="icons/account_circle.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_BRUSH_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_BRUSH_ICON_SVG"
file="icons/brush.svg" type="BINDATA" compress="gzip" /> file="icons/brush.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_CHECK_CIRCLE_SVG" <include name="IDR_NEW_TAB_PAGE_CHECK_CIRCLE_SVG"
file="icons/check_circle.svg" type="BINDATA" compress="gzip" /> file="icons/check_circle.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_CHEVRON_SVG" <include name="IDR_NEW_TAB_PAGE_CHEVRON_SVG"
file="icons/chevron.svg" type="BINDATA" compress="gzip" /> file="icons/chevron.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_GENERIC_GLOBE_SVG" <include name="IDR_NEW_TAB_PAGE_GENERIC_GLOBE_SVG"
file="icons/generic_globe.svg" type="BINDATA" compress="gzip" /> file="icons/generic_globe.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_PENCIL_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_PENCIL_ICON_SVG"
file="icons/icon_pencil.svg" type="BINDATA" compress="gzip" /> file="icons/icon_pencil.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_LINK_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_LINK_ICON_SVG"
file="icons/link.svg" type="BINDATA" compress="gzip" /> file="icons/link.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_BACKGROUNDS_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_BACKGROUNDS_ICON_SVG"
file="icons/backgrounds.svg" type="BINDATA" compress="gzip" /> file="icons/backgrounds.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_COLORED_HEADER_SVG" <include name="IDR_NEW_TAB_PAGE_COLORED_HEADER_SVG"
file="icons/colored_header.svg" type="BINDATA" compress="gzip" /> file="icons/colored_header.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_COLORS_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_COLORS_ICON_SVG"
file="icons/colors.svg" type="BINDATA" compress="gzip" /> file="icons/colors.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_COLORIZE_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_COLORIZE_ICON_SVG"
file="icons/colorize.svg" type="BINDATA" compress="gzip" /> file="icons/colorize.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_SHORTCUT_CIRCLES_SVG" <include name="IDR_NEW_TAB_PAGE_SHORTCUT_CIRCLES_SVG"
file="icons/shortcut_circles.svg" type="BINDATA" compress="gzip" /> file="icons/shortcut_circles.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_GOOGLE_MIC_SVG" <include name="IDR_NEW_TAB_PAGE_GOOGLE_MIC_SVG"
file="icons/googlemic_clr_24px.svg" type="BINDATA" compress="gzip" /> file="icons/googlemic_clr_24px.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_MIC_SVG" <include name="IDR_NEW_TAB_PAGE_MIC_SVG"
file="icons/mic.svg" type="BINDATA" compress="gzip" /> file="icons/mic.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_COPY_SVG" <include name="IDR_NEW_TAB_PAGE_COPY_SVG"
file="icons/copy.svg" type="BINDATA" compress="gzip" /> file="icons/copy.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_FACEBOOK_SVG" <include name="IDR_NEW_TAB_PAGE_FACEBOOK_SVG"
file="icons/facebook.svg" type="BINDATA" compress="gzip" /> file="icons/facebook.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_TWITTER_SVG" <include name="IDR_NEW_TAB_PAGE_TWITTER_SVG"
file="icons/twitter.svg" type="BINDATA" compress="gzip" /> file="icons/twitter.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_MAIL_SVG" <include name="IDR_NEW_TAB_PAGE_MAIL_SVG"
file="icons/mail.svg" type="BINDATA" compress="gzip" /> file="icons/mail.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UPLOAD_SVG" file="icons/upload.svg" <include name="IDR_NEW_TAB_PAGE_UPLOAD_SVG" file="icons/upload.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_NEW_TAB_PAGE_HTML" <include name="IDR_NEW_TAB_PAGE_NEW_TAB_PAGE_HTML"
file="new_tab_page.html" type="BINDATA" compress="gzip" /> file="new_tab_page.html" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_SHARED_VARS_CSS" <include name="IDR_NEW_TAB_PAGE_SHARED_VARS_CSS"
file="shared_vars.css" type="BINDATA" compress="gzip" /> file="shared_vars.css" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_ONE_GOOGLE_BAR_HTML" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_ONE_GOOGLE_BAR_HTML"
file="untrusted/one_google_bar.html" type="BINDATA" compress="gzip" /> file="untrusted/one_google_bar.html" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_ONE_GOOGLE_BAR_JS" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_ONE_GOOGLE_BAR_JS"
file="untrusted/one_google_bar.js" type="BINDATA" compress="gzip" /> file="untrusted/one_google_bar.js" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_PROMO_HTML" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_PROMO_HTML"
file="untrusted/promo.html" type="BINDATA" compress="gzip" /> file="untrusted/promo.html" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_PROMO_JS" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_PROMO_JS"
file="untrusted/promo.js" type="BINDATA" compress="gzip" /> file="untrusted/promo.js" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_IMAGE_HTML" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_IMAGE_HTML"
file="untrusted/image.html" type="BINDATA" compress="gzip" /> file="untrusted/image.html" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_BACKGROUND_IMAGE_HTML" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_BACKGROUND_IMAGE_HTML"
file="untrusted/background_image.html" type="BINDATA" compress="gzip" /> file="untrusted/background_image.html" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_BACKGROUND_IMAGE_JS" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_BACKGROUND_IMAGE_JS"
file="untrusted/background_image.js" type="BINDATA" compress="gzip" /> file="untrusted/background_image.js" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_UNTRUSTED_IFRAME_HTML" <include name="IDR_NEW_TAB_PAGE_UNTRUSTED_IFRAME_HTML"
file="untrusted/iframe.html" type="BINDATA" compress="gzip" /> file="untrusted/iframe.html" type="BINDATA" />
</grit-part> </grit-part>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<includes> <includes>
<include name="IDR_NEW_TAB_PAGE_NEW_TAB_PAGE_JS" <include name="IDR_NEW_TAB_PAGE_NEW_TAB_PAGE_JS"
file="${root_gen_dir}/chrome/browser/resources/new_tab_page/new_tab_page.rollup.js" file="${root_gen_dir}/chrome/browser/resources/new_tab_page/new_tab_page.rollup.js"
use_base_dir="false" type="BINDATA" compress="gzip" use_base_dir="false" type="BINDATA"
preprocess="true" /> preprocess="true" />
<part file="new_tab_page_resources_common.grdp" /> <part file="new_tab_page_resources_common.grdp" />
</includes> </includes>
......
...@@ -14,53 +14,41 @@ ...@@ -14,53 +14,41 @@
file="omnibox.html" file="omnibox.html"
flattenhtml="true" flattenhtml="true"
allowexternalscript="true" allowexternalscript="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_POPUP_HTML" <include name="IDR_OMNIBOX_POPUP_HTML"
file="omnibox_popup.html" file="omnibox_popup.html"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_CSS" <include name="IDR_OMNIBOX_CSS"
file="omnibox.css" file="omnibox.css"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_INPUT_CSS" <include name="IDR_OMNIBOX_INPUT_CSS"
file="omnibox_input.css" file="omnibox_input.css"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OUTPUT_RESULTS_GROUP_CSS" <include name="IDR_OUTPUT_RESULTS_GROUP_CSS"
file="output_results_group.css" file="output_results_group.css"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_OUTPUT_COLUMN_WIDTHS_CSS" <include name="IDR_OMNIBOX_OUTPUT_COLUMN_WIDTHS_CSS"
file="omnibox_output_column_widths.css" file="omnibox_output_column_widths.css"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_ELEMENT_JS" <include name="IDR_OMNIBOX_ELEMENT_JS"
file="omnibox_element.js" file="omnibox_element.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_INPUT_JS" <include name="IDR_OMNIBOX_INPUT_JS"
file="omnibox_input.js" file="omnibox_input.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_OUTPUT_JS" <include name="IDR_OMNIBOX_OUTPUT_JS"
file="omnibox_output.js" file="omnibox_output.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_POPUP_JS" <include name="IDR_OMNIBOX_POPUP_JS"
file="omnibox_popup.js" file="omnibox_popup.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_JS" <include name="IDR_OMNIBOX_JS"
file="omnibox.js" file="omnibox.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OMNIBOX_MOJO_JS" <include name="IDR_OMNIBOX_MOJO_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\omnibox\omnibox.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\omnibox\omnibox.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -15,13 +15,11 @@ ...@@ -15,13 +15,11 @@
<include name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_HTML" <include name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_HTML"
file="print_preview.html" file="print_preview.html"
type="chrome_html" type="chrome_html"
preprocess="true" preprocess="true" />
compress="gzip" />
<include name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_ROLLUP_JS" <include name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\print_preview\print_preview.rollup.js" file="${root_gen_dir}\chrome\browser\resources\print_preview\print_preview.rollup.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_PRINT_PREVIEW_PDF_INDEX_PP_HTML" <include name="IDR_PRINT_PREVIEW_PDF_INDEX_PP_HTML"
file="../pdf/index_pp.html" file="../pdf/index_pp.html"
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
</outputs> </outputs>
<release seq="1"> <release seq="1">
<includes> <includes>
<include name="IDR_QUOTA_INTERNALS_MAIN_HTML" file="main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip"/> <include name="IDR_QUOTA_INTERNALS_MAIN_HTML" file="main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA"/>
<include name="IDR_QUOTA_INTERNALS_EVENT_HANDLER_JS" file="event_handler.js" type="BINDATA" compress="gzip"/> <include name="IDR_QUOTA_INTERNALS_EVENT_HANDLER_JS" file="event_handler.js" type="BINDATA"/>
<include name="IDR_QUOTA_INTERNALS_MESSAGE_DISPATCHER_JS" file="message_dispatcher.js" type="BINDATA" compress="gzip"/> <include name="IDR_QUOTA_INTERNALS_MESSAGE_DISPATCHER_JS" file="message_dispatcher.js" type="BINDATA"/>
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -17,27 +17,23 @@ ...@@ -17,27 +17,23 @@
use_base_dir="false" use_base_dir="false"
flattenhtml="true" flattenhtml="true"
allowexternalscript="true" allowexternalscript="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OS_SETTINGS_CRISPER_JS" <include name="IDR_OS_SETTINGS_CRISPER_JS"
file="${root_gen_dir}\chrome\browser\resources\settings\chromeos\crisper.js" file="${root_gen_dir}\chrome\browser\resources\settings\chromeos\crisper.js"
use_base_dir="false" use_base_dir="false"
flattenhtml="true" flattenhtml="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OS_SETTINGS_LAZY_LOAD_VULCANIZED_HTML" <include name="IDR_OS_SETTINGS_LAZY_LOAD_VULCANIZED_HTML"
file="${root_gen_dir}\chrome\browser\resources\settings\chromeos\lazy_load.vulcanized.html" file="${root_gen_dir}\chrome\browser\resources\settings\chromeos\lazy_load.vulcanized.html"
use_base_dir="false" use_base_dir="false"
flattenhtml="true" flattenhtml="true"
allowexternalscript="true" allowexternalscript="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OS_SETTINGS_LAZY_LOAD_CRISPER_JS" <include name="IDR_OS_SETTINGS_LAZY_LOAD_CRISPER_JS"
file="${root_gen_dir}\chrome\browser\resources\settings\chromeos\lazy_load.crisper.js" file="${root_gen_dir}\chrome\browser\resources\settings\chromeos\lazy_load.crisper.js"
use_base_dir="false" use_base_dir="false"
flattenhtml="true" flattenhtml="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_OS_SETTINGS_MANIFEST" <include name="IDR_OS_SETTINGS_MANIFEST"
file="os_settings_manifest.json" file="os_settings_manifest.json"
type="BINDATA" type="BINDATA"
...@@ -56,49 +52,40 @@ ...@@ -56,49 +52,40 @@
<!-- App Management --> <!-- App Management -->
<include name="IDR_OS_SETTINGS_APP_MANAGEMENT_BITMAP_MOJO_LITE_JS" <include name="IDR_OS_SETTINGS_APP_MANAGEMENT_BITMAP_MOJO_LITE_JS"
file="${root_gen_dir}\skia\public\mojom\bitmap.mojom-lite.js" file="${root_gen_dir}\skia\public\mojom\bitmap.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_APP_MANAGEMENT_FILE_PATH_MOJO_LITE_JS" <include name="IDR_OS_SETTINGS_APP_MANAGEMENT_FILE_PATH_MOJO_LITE_JS"
file="${root_gen_dir}\mojo\public\mojom\base\file_path.mojom-lite.js" file="${root_gen_dir}\mojo\public\mojom\base\file_path.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_APP_MANAGEMENT_IMAGE_INFO_MOJO_LITE_JS" <include name="IDR_OS_SETTINGS_APP_MANAGEMENT_IMAGE_INFO_MOJO_LITE_JS"
file="${root_gen_dir}\skia\public\mojom\image_info.mojom-lite.js" file="${root_gen_dir}\skia\public\mojom\image_info.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_APP_MANAGEMENT_IMAGE_MOJO_LITE_JS" <include name="IDR_OS_SETTINGS_APP_MANAGEMENT_IMAGE_MOJO_LITE_JS"
file="${root_gen_dir}\ui\gfx\image\mojom\image.mojom-lite.js" file="${root_gen_dir}\ui\gfx\image\mojom\image.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_APP_MANAGEMENT_MOJO_LITE_JS" <include name="IDR_OS_SETTINGS_APP_MANAGEMENT_MOJO_LITE_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\app_management\app_management.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\app_management\app_management.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_APP_MANAGEMENT_TYPES_MOJO_LITE_JS" <include name="IDR_OS_SETTINGS_APP_MANAGEMENT_TYPES_MOJO_LITE_JS"
file="${root_gen_dir}\chrome\services\app_service\public\mojom\types.mojom-lite.js" file="${root_gen_dir}\chrome\services\app_service\public\mojom\types.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<!-- Search --> <!-- Search -->
<include name="IDR_OS_SETTINGS_SEARCH_MOJOM_LITE_JS" <include name="IDR_OS_SETTINGS_SEARCH_MOJOM_LITE_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\settings\chromeos\search\search.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\settings\chromeos\search\search.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_SEARCH_RESULT_ICON_MOJOM_LITE_JS" <include name="IDR_OS_SETTINGS_SEARCH_RESULT_ICON_MOJOM_LITE_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\settings\chromeos\search\search_result_icon.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\settings\chromeos\search\search_result_icon.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_OS_SETTINGS_USER_ACTION_RECORDER_MOJOM_LITE_JS" <include name="IDR_OS_SETTINGS_USER_ACTION_RECORDER_MOJOM_LITE_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\settings\chromeos\search\user_action_recorder.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\settings\chromeos\search\user_action_recorder.mojom-lite.js"
compress="gzip"
use_base_dir="false" use_base_dir="false"
type="BINDATA" /> type="BINDATA" />
</includes> </includes>
......
...@@ -14,74 +14,58 @@ ...@@ -14,74 +14,58 @@
<includes> <includes>
<include name="IDR_SETTINGS_IMAGES_COOKIES_BANNER_SVG" <include name="IDR_SETTINGS_IMAGES_COOKIES_BANNER_SVG"
file="images/cookies_banner.svg" file="images/cookies_banner.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_COOKIES_BANNER_DARK_SVG" <include name="IDR_SETTINGS_IMAGES_COOKIES_BANNER_DARK_SVG"
file="images/cookies_banner_dark.svg" file="images/cookies_banner_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_PERMISSIONS_BANNER_SVG" <include name="IDR_SETTINGS_IMAGES_PERMISSIONS_BANNER_SVG"
file="images/permissions_banner.svg" file="images/permissions_banner.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_PERMISSIONS_BANNER_DARK_SVG" <include name="IDR_SETTINGS_IMAGES_PERMISSIONS_BANNER_DARK_SVG"
file="images/permissions_banner_dark.svg" file="images/permissions_banner_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_SAFE_BROWSING_BANNER_SVG" <include name="IDR_SETTINGS_IMAGES_SAFE_BROWSING_BANNER_SVG"
file="images/safe_browsing_banner.svg" file="images/safe_browsing_banner.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_SAFE_BROWSING_BANNER_DARK_SVG" <include name="IDR_SETTINGS_IMAGES_SAFE_BROWSING_BANNER_DARK_SVG"
file="images/safe_browsing_banner_dark.svg" file="images/safe_browsing_banner_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_SYNC_BANNER_SVG" <include name="IDR_SETTINGS_IMAGES_SYNC_BANNER_SVG"
file="images/sync_banner.svg" file="images/sync_banner.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_SYNC_BANNER_DARK_SVG" <include name="IDR_SETTINGS_IMAGES_SYNC_BANNER_DARK_SVG"
file="images/sync_banner_dark.svg" file="images/sync_banner_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_NEUTRAL_SVG" <include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_NEUTRAL_SVG"
file="images/password_check_neutral.svg" file="images/password_check_neutral.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_NEUTRAL_DARK_SVG" <include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_NEUTRAL_DARK_SVG"
file="images/password_check_neutral_dark.svg" file="images/password_check_neutral_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_POSITIVE_SVG" <include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_POSITIVE_SVG"
file="images/password_check_positive.svg" file="images/password_check_positive.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_POSITIVE_DARK_SVG" <include name="IDR_SETTINGS_IMAGES_PASSWORD_CHECK_POSITIVE_DARK_SVG"
file="images/password_check_positive_dark.svg" file="images/password_check_positive_dark.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<!-- Polymer 3 related files --> <!-- Polymer 3 related files -->
<include name="IDR_SETTINGS_SETTINGS_V3_HTML" <include name="IDR_SETTINGS_SETTINGS_V3_HTML"
file="settings_v3.html" file="settings_v3.html"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_SETTINGS_SETTINGS_ROLLUP_JS" <include name="IDR_SETTINGS_SETTINGS_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\settings\settings.rollup.js" file="${root_gen_dir}\chrome\browser\resources\settings\settings.rollup.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_SETTINGS_LAZY_LOAD_ROLLUP_JS" <include name="IDR_SETTINGS_LAZY_LOAD_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\settings\lazy_load.rollup.js" file="${root_gen_dir}\chrome\browser\resources\settings\lazy_load.rollup.js"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA"
compress="gzip"
use_base_dir="false" /> use_base_dir="false" />
<include name="IDR_SETTINGS_SHARED_ROLLUP_JS" <include name="IDR_SETTINGS_SHARED_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\settings\shared.rollup.js" file="${root_gen_dir}\chrome\browser\resources\settings\shared.rollup.js"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA"
compress="gzip"
use_base_dir="false" /> use_base_dir="false" />
</includes> </includes>
</release> </release>
......
...@@ -16,69 +16,57 @@ ...@@ -16,69 +16,57 @@
name="IDR_TAB_STRIP_HTML" name="IDR_TAB_STRIP_HTML"
file="tab_strip.html" file="tab_strip.html"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure <structure
name="IDR_TAB_STRIP_TABS_API_PROXY_JS" name="IDR_TAB_STRIP_TABS_API_PROXY_JS"
file="tabs_api_proxy.js" file="tabs_api_proxy.js"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_CUSTOM_ELEMENT_JS" name="IDR_TAB_STRIP_CUSTOM_ELEMENT_JS"
file="custom_element.js" file="custom_element.js"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_TAB_GROUP_JS" name="IDR_TAB_STRIP_TAB_GROUP_JS"
file="${root_gen_dir}/chrome/browser/resources/tab_strip/tab_group.js" file="${root_gen_dir}/chrome/browser/resources/tab_strip/tab_group.js"
use_base_dir="false" use_base_dir="false"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_TAB_LIST_JS" name="IDR_TAB_STRIP_TAB_LIST_JS"
file="${root_gen_dir}/chrome/browser/resources/tab_strip/tab_list.js" file="${root_gen_dir}/chrome/browser/resources/tab_strip/tab_list.js"
use_base_dir="false" use_base_dir="false"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure <structure
name="IDR_TAB_STRIP_TAB_JS" name="IDR_TAB_STRIP_TAB_JS"
file="${root_gen_dir}/chrome/browser/resources/tab_strip/tab.js" file="${root_gen_dir}/chrome/browser/resources/tab_strip/tab.js"
use_base_dir="false" use_base_dir="false"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_ALERT_INDICATOR_JS" name="IDR_TAB_STRIP_ALERT_INDICATOR_JS"
file="${root_gen_dir}/chrome/browser/resources/tab_strip/alert_indicator.js" file="${root_gen_dir}/chrome/browser/resources/tab_strip/alert_indicator.js"
use_base_dir="false" use_base_dir="false"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_ALERT_INDICATORS_JS" name="IDR_TAB_STRIP_ALERT_INDICATORS_JS"
file="${root_gen_dir}/chrome/browser/resources/tab_strip/alert_indicators.js" file="${root_gen_dir}/chrome/browser/resources/tab_strip/alert_indicators.js"
use_base_dir="false" use_base_dir="false"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_EMBEDDER_PROXY_JS" name="IDR_TAB_STRIP_EMBEDDER_PROXY_JS"
file="tab_strip_embedder_proxy.js" file="tab_strip_embedder_proxy.js"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_OPTIONS_JS" name="IDR_TAB_STRIP_OPTIONS_JS"
file="tab_strip_options.js" file="tab_strip_options.js"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_TAB_SWIPER_JS" name="IDR_TAB_STRIP_TAB_SWIPER_JS"
file="tab_swiper.js" file="tab_swiper.js"
type="chrome_html" type="chrome_html"/>
compress="gzip"/>
<structure <structure
name="IDR_TAB_STRIP_DRAG_MANAGER_JS" name="IDR_TAB_STRIP_DRAG_MANAGER_JS"
file="drag_manager.js" file="drag_manager.js"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
</structures> </structures>
...@@ -87,53 +75,43 @@ ...@@ -87,53 +75,43 @@
<include <include
name="IDR_TAB_STRIP_PICTURE_IN_PICTURE_ALT_SVG" name="IDR_TAB_STRIP_PICTURE_IN_PICTURE_ALT_SVG"
file="alert_indicators/picture_in_picture_alt.svg" file="alert_indicators/picture_in_picture_alt.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_SERIAL_PORT_SVG" name="IDR_TAB_STRIP_SERIAL_PORT_SVG"
file="alert_indicators/serial_port.svg" file="alert_indicators/serial_port.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_AUDIO_MUTING_ROUNDED_SVG" name="IDR_TAB_STRIP_TAB_AUDIO_MUTING_ROUNDED_SVG"
file="alert_indicators/tab_audio_muting_rounded.svg" file="alert_indicators/tab_audio_muting_rounded.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_AUDIO_ROUNDED_SVG" name="IDR_TAB_STRIP_TAB_AUDIO_ROUNDED_SVG"
file="alert_indicators/tab_audio_rounded.svg" file="alert_indicators/tab_audio_rounded.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_BLUETOOTH_CONNECTED_SVG" name="IDR_TAB_STRIP_TAB_BLUETOOTH_CONNECTED_SVG"
file="alert_indicators/tab_bluetooth_connected.svg" file="alert_indicators/tab_bluetooth_connected.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_HID_CONNECTED_SVG" name="IDR_TAB_STRIP_TAB_HID_CONNECTED_SVG"
file="alert_indicators/tab_hid_connected.svg" file="alert_indicators/tab_hid_connected.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_MEDIA_CAPTURING_WITH_ARROW_SVG" name="IDR_TAB_STRIP_TAB_MEDIA_CAPTURING_WITH_ARROW_SVG"
file="alert_indicators/tab_media_capturing_with_arrow.svg" file="alert_indicators/tab_media_capturing_with_arrow.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_MEDIA_RECORING_SVG" name="IDR_TAB_STRIP_TAB_MEDIA_RECORING_SVG"
file="alert_indicators/tab_media_recording.svg" file="alert_indicators/tab_media_recording.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_TAB_USB_CONNECTED_SVG" name="IDR_TAB_STRIP_TAB_USB_CONNECTED_SVG"
file="alert_indicators/tab_usb_connected.svg" file="alert_indicators/tab_usb_connected.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include <include
name="IDR_TAB_STRIP_VR_HEADSET_SVG" name="IDR_TAB_STRIP_VR_HEADSET_SVG"
file="alert_indicators/vr_headset.svg" file="alert_indicators/vr_headset.svg"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -12,31 +12,25 @@ ...@@ -12,31 +12,25 @@
<includes> <includes>
<include name="IDR_USB_INTERNALS_CSS" <include name="IDR_USB_INTERNALS_CSS"
file="usb_internals.css" file="usb_internals.css"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_USB_INTERNALS_DESCRIPTOR_PANEL_JS" <include name="IDR_USB_INTERNALS_DESCRIPTOR_PANEL_JS"
file="descriptor_panel.js" file="descriptor_panel.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_USB_INTERNALS_DEVICES_PAGE_JS" <include name="IDR_USB_INTERNALS_DEVICES_PAGE_JS"
file="devices_page.js" file="devices_page.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_USB_INTERNALS_HTML" <include name="IDR_USB_INTERNALS_HTML"
file="usb_internals.html" file="usb_internals.html"
flattenhtml="true" flattenhtml="true"
allowexternalscript="true" allowexternalscript="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_USB_INTERNALS_JS" <include name="IDR_USB_INTERNALS_JS"
file="usb_internals.js" file="usb_internals.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_USB_INTERNALS_MOJOM_LITE_JS" <include name="IDR_USB_INTERNALS_MOJOM_LITE_JS"
file="${root_gen_dir}\chrome\browser\ui\webui\usb_internals\usb_internals.mojom-lite.js" file="${root_gen_dir}\chrome\browser\ui\webui\usb_internals\usb_internals.mojom-lite.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
</outputs> </outputs>
<release seq="1"> <release seq="1">
<includes> <includes>
<include name="IDR_WEBAPKS_UI_CSS" file="about_webapks.css" type="BINDATA" compress="gzip" /> <include name="IDR_WEBAPKS_UI_CSS" file="about_webapks.css" type="BINDATA" />
<include name="IDR_WEBAPKS_UI_HTML" file="about_webapks.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" /> <include name="IDR_WEBAPKS_UI_HTML" file="about_webapks.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_WEBAPKS_UI_JS" file="about_webapks.js" type="BINDATA" compress="gzip" /> <include name="IDR_WEBAPKS_UI_JS" file="about_webapks.js" type="BINDATA" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -16,149 +16,127 @@ ...@@ -16,149 +16,127 @@
<includes> <includes>
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_BLUE_CIRCLE_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_BLUE_CIRCLE_SVG"
file="images/background_svgs/blue_circle.svg" file="images/background_svgs/blue_circle.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_GREEN_RECTANGLE_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_GREEN_RECTANGLE_SVG"
file="images/background_svgs/green_rectangle.svg" file="images/background_svgs/green_rectangle.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_GREY_OVAL_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_GREY_OVAL_SVG"
file="images/background_svgs/grey_oval.svg" file="images/background_svgs/grey_oval.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_GREY_ROUNDED_RECTANGLE_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_GREY_ROUNDED_RECTANGLE_SVG"
file="images/background_svgs/grey_rounded_rectangle.svg" file="images/background_svgs/grey_rounded_rectangle.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_RED_TRIANGLE_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_RED_TRIANGLE_SVG"
file="images/background_svgs/red_triangle.svg" file="images/background_svgs/red_triangle.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_YELLOW_DOTS_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_YELLOW_DOTS_SVG"
file="images/background_svgs/yellow_dots.svg" file="images/background_svgs/yellow_dots.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_YELLOW_SEMICIRCLE_SVG" <include name="IDR_WELCOME_IMAGES_BACKGROUND_SVGS_YELLOW_SEMICIRCLE_SVG"
file="images/background_svgs/yellow_semicircle.svg" file="images/background_svgs/yellow_semicircle.svg"
compress="gzip"
type="BINDATA" /> type="BINDATA" />
<!-- Generated Polymer 3 elements --> <!-- Generated Polymer 3 elements -->
<include name="IDR_WELCOME_APP_JS" <include name="IDR_WELCOME_APP_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/welcome_app.js" file="${root_gen_dir}/chrome/browser/resources/welcome/welcome_app.js"
use_base_dir="false" type="BINDATA" compress="gzip" preprocess="true"/> use_base_dir="false" type="BINDATA" preprocess="true"/>
<include name="IDR_GOOGLE_APPS_JS" <include name="IDR_GOOGLE_APPS_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/google_apps/nux_google_apps.js" file="${root_gen_dir}/chrome/browser/resources/welcome/google_apps/nux_google_apps.js"
use_base_dir="false" type="BINDATA" compress="gzip" preprocess="true"/> use_base_dir="false" type="BINDATA" preprocess="true"/>
<include name="IDR_SET_AS_DEFAULT_JS" <include name="IDR_SET_AS_DEFAULT_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/set_as_default/nux_set_as_default.js" file="${root_gen_dir}/chrome/browser/resources/welcome/set_as_default/nux_set_as_default.js"
use_base_dir="false" type="BINDATA" compress="gzip" preprocess="true"/> use_base_dir="false" type="BINDATA" preprocess="true"/>
<include name="IDR_WELCOME_LANDING_VIEW_JS" <include name="IDR_WELCOME_LANDING_VIEW_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/landing_view.js" file="${root_gen_dir}/chrome/browser/resources/welcome/landing_view.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SIGNIN_VIEW_JS" <include name="IDR_WELCOME_SIGNIN_VIEW_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/signin_view.js" file="${root_gen_dir}/chrome/browser/resources/welcome/signin_view.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_NTP_BACKGROUND_JS" <include name="IDR_NTP_BACKGROUND_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/ntp_background/nux_ntp_background.js" file="${root_gen_dir}/chrome/browser/resources/welcome/ntp_background/nux_ntp_background.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SHARED_STEP_INDICATOR_JS" <include name="IDR_WELCOME_SHARED_STEP_INDICATOR_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/step_indicator.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/step_indicator.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SHARED_ONBOARDING_BACKGROUND_JS" <include name="IDR_WELCOME_SHARED_ONBOARDING_BACKGROUND_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/onboarding_background.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/onboarding_background.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<!-- Generated style files --> <!-- Generated style files -->
<include name="IDR_WELCOME_SHARED_ANIMATIONS_CSS_JS" <include name="IDR_WELCOME_SHARED_ANIMATIONS_CSS_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/animations_css.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/animations_css.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SHARED_CHOOSER_SHARED_CSS_JS" <include name="IDR_WELCOME_SHARED_CHOOSER_SHARED_CSS_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/chooser_shared_css.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/chooser_shared_css.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SHARED_NAVI_COLORS_CSS_JS" <include name="IDR_WELCOME_SHARED_NAVI_COLORS_CSS_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/navi_colors_css.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/navi_colors_css.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SHARED_ACTION_LINK_STYLE_CSS_JS" <include name="IDR_WELCOME_SHARED_ACTION_LINK_STYLE_CSS_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/action_link_style_css.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/action_link_style_css.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
<include name="IDR_WELCOME_SHARED_SPLASH_PAGES_SHARED_CSS_JS" <include name="IDR_WELCOME_SHARED_SPLASH_PAGES_SHARED_CSS_JS"
file="${root_gen_dir}/chrome/browser/resources/welcome/shared/splash_pages_shared_css.js" file="${root_gen_dir}/chrome/browser/resources/welcome/shared/splash_pages_shared_css.js"
use_base_dir="false" type="BINDATA" compress="gzip"/> use_base_dir="false" type="BINDATA"/>
</includes> </includes>
<structures> <structures>
<structure name="IDR_WELCOME_LANDING_VIEW_PROXY_JS" <structure name="IDR_WELCOME_LANDING_VIEW_PROXY_JS"
file="landing_view_proxy.js" file="landing_view_proxy.js"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure name="IDR_WELCOME_NAVIGATION_BEHAVIOR_JS" <structure name="IDR_WELCOME_NAVIGATION_BEHAVIOR_JS"
file="navigation_behavior.js" file="navigation_behavior.js"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure name="IDR_WELCOME_SHARED_BOOKMARK_PROXY_JS" <structure name="IDR_WELCOME_SHARED_BOOKMARK_PROXY_JS"
file="shared/bookmark_proxy.js" file="shared/bookmark_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<structure name="IDR_WELCOME_SHARED_MODULE_METRICS_PROXY_JS" <structure name="IDR_WELCOME_SHARED_MODULE_METRICS_PROXY_JS"
file="shared/module_metrics_proxy.js" file="shared/module_metrics_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<structure name="IDR_WELCOME_SHARED_NUX_TYPES_JS" <structure name="IDR_WELCOME_SHARED_NUX_TYPES_JS"
file="shared/nux_types.js" file="shared/nux_types.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<structure name="IDR_WELCOME_SIGNIN_VIEW_PROXY_JS" <structure name="IDR_WELCOME_SIGNIN_VIEW_PROXY_JS"
file="signin_view_proxy.js" file="signin_view_proxy.js"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure name="IDR_WELCOME_BROWSER_PROXY_JS" <structure name="IDR_WELCOME_BROWSER_PROXY_JS"
file="welcome_browser_proxy.js" file="welcome_browser_proxy.js"
compress="gzip"
type="chrome_html"/> type="chrome_html"/>
<structure name="IDR_WELCOME_CSS" <structure name="IDR_WELCOME_CSS"
file="welcome.css" file="welcome.css"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure name="IDR_WELCOME_HTML" <structure name="IDR_WELCOME_HTML"
file="welcome.html" file="welcome.html"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<structure name="IDR_WELCOME_JS" <structure name="IDR_WELCOME_JS"
file="welcome.js" file="welcome.js"
type="chrome_html" type="chrome_html"
compress="gzip"
preprocess="true"/> preprocess="true"/>
<!-- Google apps--> <!-- Google apps-->
<structure name="IDR_GOOGLE_APP_PROXY_JS" <structure name="IDR_GOOGLE_APP_PROXY_JS"
file="google_apps/google_app_proxy.js" file="google_apps/google_app_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<structure name="IDR_GOOGLE_APPS_METRICS_PROXY_JS" <structure name="IDR_GOOGLE_APPS_METRICS_PROXY_JS"
file="google_apps/google_apps_metrics_proxy.js" file="google_apps/google_apps_metrics_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<!-- Set as default--> <!-- Set as default-->
<structure name="IDR_SET_AS_DEFAULT_PROXY_JS" <structure name="IDR_SET_AS_DEFAULT_PROXY_JS"
file="set_as_default/nux_set_as_default_proxy.js" file="set_as_default/nux_set_as_default_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<!-- NTP background--> <!-- NTP background-->
<structure name="IDR_NTP_BACKGROUND_PROXY_JS" <structure name="IDR_NTP_BACKGROUND_PROXY_JS"
file="ntp_background/ntp_background_proxy.js" file="ntp_background/ntp_background_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
<structure name="IDR_NTP_BACKGROUND_METRICS_PROXY_JS" <structure name="IDR_NTP_BACKGROUND_METRICS_PROXY_JS"
file="ntp_background/ntp_background_metrics_proxy.js" file="ntp_background/ntp_background_metrics_proxy.js"
compress="gzip"
type="chrome_html" /> type="chrome_html" />
</structures> </structures>
</release> </release>
......
This diff is collapsed.
...@@ -40,51 +40,43 @@ ...@@ -40,51 +40,43 @@
<!-- NetworkIcon Images --> <!-- NetworkIcon Images -->
<include name="IDR_CR_ELEMENTS_CELLULAR_0_WITH_X_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_0_WITH_X_SVG"
file="cr_components/chromeos/network/cellular_0_with_x.svg" file="cr_components/chromeos/network/cellular_0_with_x.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_CELLULAR_0_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_0_SVG"
file="cr_components/chromeos/network/cellular_0.svg" file="cr_components/chromeos/network/cellular_0.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_CELLULAR_1_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_1_SVG"
file="cr_components/chromeos/network/cellular_1.svg" file="cr_components/chromeos/network/cellular_1.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_CELLULAR_2_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_2_SVG"
file="cr_components/chromeos/network/cellular_2.svg" file="cr_components/chromeos/network/cellular_2.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_CELLULAR_3_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_3_SVG"
file="cr_components/chromeos/network/cellular_3.svg" file="cr_components/chromeos/network/cellular_3.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_CELLULAR_4_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_4_SVG"
file="cr_components/chromeos/network/cellular_4.svg" file="cr_components/chromeos/network/cellular_4.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_CELLULAR_OFF_SVG" <include name="IDR_CR_ELEMENTS_CELLULAR_OFF_SVG"
file="cr_components/chromeos/network/cellular_off.svg" file="cr_components/chromeos/network/cellular_off.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_ETHERNET_SVG" <include name="IDR_CR_ELEMENTS_ETHERNET_SVG"
file="cr_components/chromeos/network/ethernet.svg" type="BINDATA" file="cr_components/chromeos/network/ethernet.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_VPN_SVG" <include name="IDR_CR_ELEMENTS_VPN_SVG"
file="cr_components/chromeos/network/vpn.svg" type="BINDATA" file="cr_components/chromeos/network/vpn.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_WIFI_0_WITH_X_SVG" <include name="IDR_CR_ELEMENTS_WIFI_0_WITH_X_SVG"
file="cr_components/chromeos/network/wifi_0_with_x.svg" file="cr_components/chromeos/network/wifi_0_with_x.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_CR_ELEMENTS_WIFI_0_SVG" <include name="IDR_CR_ELEMENTS_WIFI_0_SVG"
file="cr_components/chromeos/network/wifi_0.svg" type="BINDATA" file="cr_components/chromeos/network/wifi_0.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_WIFI_1_SVG" <include name="IDR_CR_ELEMENTS_WIFI_1_SVG"
file="cr_components/chromeos/network/wifi_1.svg" type="BINDATA" file="cr_components/chromeos/network/wifi_1.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_WIFI_2_SVG" <include name="IDR_CR_ELEMENTS_WIFI_2_SVG"
file="cr_components/chromeos/network/wifi_2.svg" type="BINDATA" file="cr_components/chromeos/network/wifi_2.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_WIFI_3_SVG" <include name="IDR_CR_ELEMENTS_WIFI_3_SVG"
file="cr_components/chromeos/network/wifi_3.svg" type="BINDATA" file="cr_components/chromeos/network/wifi_3.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_WIFI_4_SVG" <include name="IDR_CR_ELEMENTS_WIFI_4_SVG"
file="cr_components/chromeos/network/wifi_4.svg" type="BINDATA" file="cr_components/chromeos/network/wifi_4.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_CR_ELEMENTS_WIFI_OFF_SVG" <include name="IDR_CR_ELEMENTS_WIFI_OFF_SVG"
file="cr_components/chromeos/network/wifi_off.svg" type="BINDATA" file="cr_components/chromeos/network/wifi_off.svg" type="BINDATA" />
compress="gzip" />
</if> </if>
</grit-part> </grit-part>
...@@ -4,82 +4,67 @@ ...@@ -4,82 +4,67 @@
file="${root_gen_dir}/ui/webui/resources/cr_components/managed_footnote/managed_footnote.m.js" file="${root_gen_dir}/ui/webui/resources/cr_components/managed_footnote/managed_footnote.m.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA"
preprocess="true" preprocess="true" />
compress="gzip" />
<include name="IDR_WEBUI_CR_COMPONENTS_OMNIBOX_CR_AUTOCOMPLETE_MATCH_LIST_JS" <include name="IDR_WEBUI_CR_COMPONENTS_OMNIBOX_CR_AUTOCOMPLETE_MATCH_LIST_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/omnibox/cr_autocomplete_match_list.js" file="${root_gen_dir}/ui/webui/resources/cr_components/omnibox/cr_autocomplete_match_list.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<if expr="chromeos"> <if expr="chromeos">
<include name="IDR_WEBUI_CHROMEOS_SMB_SHARES_ADD_SMB_SHARE_DIALOG_M_JS" <include name="IDR_WEBUI_CHROMEOS_SMB_SHARES_ADD_SMB_SHARE_DIALOG_M_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/chromeos/smb_shares/add_smb_share_dialog.m.js" file="${root_gen_dir}/ui/webui/resources/cr_components/chromeos/smb_shares/add_smb_share_dialog.m.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CHROMEOS_SMB_SHARES_SMB_BROWSER_PROXY_M_JS" <include name="IDR_WEBUI_CHROMEOS_SMB_SHARES_SMB_BROWSER_PROXY_M_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/chromeos/smb_shares/smb_browser_proxy.m.js" file="${root_gen_dir}/ui/webui/resources/cr_components/chromeos/smb_shares/smb_browser_proxy.m.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</if> </if>
<if expr="use_nss_certs"> <if expr="use_nss_certs">
<include name="IDR_WEBUI_CA_TRUST_EDIT_DIALOG_JS" <include name="IDR_WEBUI_CA_TRUST_EDIT_DIALOG_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/ca_trust_edit_dialog.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/ca_trust_edit_dialog.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_DELETE_CONFIRMATION_DIALOG_JS" <include name="IDR_WEBUI_CERTIFICATE_DELETE_CONFIRMATION_DIALOG_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_delete_confirmation_dialog.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_delete_confirmation_dialog.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_MANAGER_JS" <include name="IDR_WEBUI_CERTIFICATE_MANAGER_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_manager.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_manager.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_PASSWORD_ENCRYPTION_DIALOG_JS" <include name="IDR_WEBUI_CERTIFICATE_PASSWORD_ENCRYPTION_DIALOG_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_password_encryption_dialog.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_password_encryption_dialog.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_JS" <include name="IDR_WEBUI_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATES_ERROR_DIALOG_JS" <include name="IDR_WEBUI_CERTIFICATES_ERROR_DIALOG_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificates_error_dialog.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificates_error_dialog.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_ENTRY_JS" <include name="IDR_WEBUI_CERTIFICATE_ENTRY_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_entry.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_entry.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_LIST_JS" <include name="IDR_WEBUI_CERTIFICATE_LIST_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_list.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_list.js"
use_base_dir="false" use_base_dir="false"
preprocess="true" preprocess="true"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_MANAGER_TYPES_JS" <include name="IDR_WEBUI_CERTIFICATE_MANAGER_TYPES_JS"
file="cr_components/certificate_manager/certificate_manager_types.js" file="cr_components/certificate_manager/certificate_manager_types.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_SHARED_CSS_JS" <include name="IDR_WEBUI_CERTIFICATE_SHARED_CSS_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_shared_css.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_shared_css.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_SUBENTRY_JS" <include name="IDR_WEBUI_CERTIFICATE_SUBENTRY_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_subentry.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_subentry.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA" />
compress="gzip" />
<!-- TODO(https://crbug.com/1071641): When conditional imports are possible <!-- TODO(https://crbug.com/1071641): When conditional imports are possible
in cr_components, only include the certificate provisioning items for in cr_components, only include the certificate provisioning items for
ChromeOS platforms. --> ChromeOS platforms. -->
...@@ -87,28 +72,23 @@ ...@@ -87,28 +72,23 @@
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_provisioning_list.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_provisioning_list.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA"
preprocess="true" preprocess="true" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_PROVISIONING_ENTRY_JS" <include name="IDR_WEBUI_CERTIFICATE_PROVISIONING_ENTRY_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_provisioning_entry.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_provisioning_entry.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA"
preprocess="true" preprocess="true" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_PROVISIONING_DETAILS_DIALOG_JS" <include name="IDR_WEBUI_CERTIFICATE_PROVISIONING_DETAILS_DIALOG_JS"
file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_provisioning_details_dialog.js" file="${root_gen_dir}/ui/webui/resources/cr_components/certificate_manager/certificate_provisioning_details_dialog.js"
use_base_dir="false" use_base_dir="false"
type="BINDATA" type="BINDATA"
preprocess="true" preprocess="true" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATE_PROVISIONING_BROWSER_PROXY" <include name="IDR_WEBUI_CERTIFICATE_PROVISIONING_BROWSER_PROXY"
file="cr_components/certificate_manager/certificate_provisioning_browser_proxy.js" file="cr_components/certificate_manager/certificate_provisioning_browser_proxy.js"
type="BINDATA" type="BINDATA"
preprocess="true" preprocess="true" />
compress="gzip" />
<include name="IDR_WEBUI_CERTIFICATES_BROWSER_PROXY_JS" <include name="IDR_WEBUI_CERTIFICATES_BROWSER_PROXY_JS"
file="cr_components/certificate_manager/certificates_browser_proxy.js" file="cr_components/certificate_manager/certificates_browser_proxy.js"
type="BINDATA" type="BINDATA" />
compress="gzip" />
</if> </if>
</grit-part> </grit-part>
...@@ -6,51 +6,47 @@ ...@@ -6,51 +6,47 @@
<include name="IDR_WEBUI_IMAGES_200_LOGO_GOOGLE_G" <include name="IDR_WEBUI_IMAGES_200_LOGO_GOOGLE_G"
file="images/200-logo_googleg.png" type="BINDATA" compress="gzip" /> file="images/200-logo_googleg.png" type="BINDATA" compress="gzip" />
<include name="IDR_WEBUI_IMAGES_ARROW_DOWN" <include name="IDR_WEBUI_IMAGES_ARROW_DOWN"
file="images/arrow_down.svg" type="BINDATA" compress="gzip" /> file="images/arrow_down.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ARROW_RIGHT" <include name="IDR_WEBUI_IMAGES_ARROW_RIGHT"
file="images/arrow_right.svg" type="BINDATA" compress="gzip" /> file="images/arrow_right.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_BUSINESS" file="images/business.svg" <include name="IDR_WEBUI_IMAGES_BUSINESS" file="images/business.svg"
type="BINDATA" compress="gzip" /> type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_DARK_ARROW_DOWN" <include name="IDR_WEBUI_IMAGES_DARK_ARROW_DOWN"
file="images/dark/arrow_down.svg" type="BINDATA" compress="gzip" /> file="images/dark/arrow_down.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_DARK_ICON_SEARCH" <include name="IDR_WEBUI_IMAGES_DARK_ICON_SEARCH"
file="images/dark/icon_search.svg" type="BINDATA" compress="gzip" /> file="images/dark/icon_search.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_ARROW_BACK" <include name="IDR_WEBUI_IMAGES_ICON_ARROW_BACK"
file="images/icon_arrow_back.svg" type="BINDATA" compress="gzip" /> file="images/icon_arrow_back.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_ARROW_DROPDOWN" <include name="IDR_WEBUI_IMAGES_ICON_ARROW_DROPDOWN"
file="images/icon_arrow_dropdown.svg" type="BINDATA" file="images/icon_arrow_dropdown.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_IMAGES_ICON_CANCEL" <include name="IDR_WEBUI_IMAGES_ICON_CANCEL"
file="images/icon_cancel.svg" type="BINDATA" compress="gzip" /> file="images/icon_cancel.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_CLEAR" <include name="IDR_WEBUI_IMAGES_ICON_CLEAR"
file="images/icon_clear.svg" type="BINDATA" compress="gzip" /> file="images/icon_clear.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_DELETE_GRAY" <include name="IDR_WEBUI_IMAGES_ICON_DELETE_GRAY"
file="images/icon_delete_gray.svg" type="BINDATA" compress="gzip" /> file="images/icon_delete_gray.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_EXPAND_LESS" <include name="IDR_WEBUI_IMAGES_ICON_EXPAND_LESS"
file="images/icon_expand_less.svg" type="BINDATA" compress="gzip" /> file="images/icon_expand_less.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_EXPAND_MORE" <include name="IDR_WEBUI_IMAGES_ICON_EXPAND_MORE"
file="images/icon_expand_more.svg" type="BINDATA" compress="gzip" /> file="images/icon_expand_more.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_EXTERNAL" <include name="IDR_WEBUI_IMAGES_ICON_EXTERNAL"
file="images/open_in_new.svg" type="BINDATA" compress="gzip" /> file="images/open_in_new.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_MORE_VERT" <include name="IDR_WEBUI_IMAGES_ICON_MORE_VERT"
file="images/icon_more_vert.svg" type="BINDATA" compress="gzip" /> file="images/icon_more_vert.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_PICTURE_DELETE" <include name="IDR_WEBUI_IMAGES_ICON_PICTURE_DELETE"
file="images/icon_picture_delete.svg" type="BINDATA" file="images/icon_picture_delete.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_IMAGES_ICON_REFRESH" <include name="IDR_WEBUI_IMAGES_ICON_REFRESH"
file="images/icon_refresh.svg" type="BINDATA" compress="gzip" /> file="images/icon_refresh.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_SEARCH" <include name="IDR_WEBUI_IMAGES_ICON_SEARCH"
file="images/icon_search.svg" type="BINDATA" compress="gzip" /> file="images/icon_search.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_SETTINGS" <include name="IDR_WEBUI_IMAGES_ICON_SETTINGS"
file="images/icon_settings.svg" type="BINDATA" compress="gzip" /> file="images/icon_settings.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_VISIBILITY" <include name="IDR_WEBUI_IMAGES_ICON_VISIBILITY"
file="images/icon_visibility.svg" type="BINDATA" compress="gzip" /> file="images/icon_visibility.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_ICON_VISIBILITY_OFF" <include name="IDR_WEBUI_IMAGES_ICON_VISIBILITY_OFF"
file="images/icon_visibility_off.svg" type="BINDATA" file="images/icon_visibility_off.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_IMAGES_ICON_COPY_CONTENT" <include name="IDR_WEBUI_IMAGES_ICON_COPY_CONTENT"
file="images/icon_copy_content.svg" type="BINDATA" file="images/icon_copy_content.svg" type="BINDATA" />
compress="gzip" />
<include name="IDR_WEBUI_IMAGES_OPEN_IN_NEW" <include name="IDR_WEBUI_IMAGES_OPEN_IN_NEW"
file="images/open_in_new.svg" type="BINDATA" compress="gzip" /> file="images/open_in_new.svg" type="BINDATA" />
</grit-part> </grit-part>
...@@ -4,56 +4,41 @@ ...@@ -4,56 +4,41 @@
<grit-part> <grit-part>
<!-- HTML resources --> <!-- HTML resources -->
<structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW_BEHAVIOR" <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW_BEHAVIOR"
file="html/cr/ui/focus_row_behavior.html" type="chrome_html" file="html/cr/ui/focus_row_behavior.html" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_WITHOUT_INK" <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_WITHOUT_INK"
file="html/cr/ui/focus_without_ink.html" type="chrome_html" file="html/cr/ui/focus_without_ink.html" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_HTML_FIND_SHORTCUT_BEHAVIOR" <structure name="IDR_WEBUI_HTML_FIND_SHORTCUT_BEHAVIOR"
file="html/find_shortcut_behavior.html" type="chrome_html" file="html/find_shortcut_behavior.html" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR" <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR"
file="html/i18n_behavior.html" type="chrome_html" file="html/i18n_behavior.html" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_HTML_LIST_PROPERTY_UPDATE_BEHAVIOR" <structure name="IDR_WEBUI_HTML_LIST_PROPERTY_UPDATE_BEHAVIOR"
file="html/list_property_update_behavior.html" type="chrome_html" file="html/list_property_update_behavior.html" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_HTML_POLYMER" <structure name="IDR_WEBUI_HTML_POLYMER"
file="html/polymer.html" type="chrome_html" compress="gzip" /> file="html/polymer.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_WEBUI_LISTENER_BEHAVIOR" <structure name="IDR_WEBUI_HTML_WEBUI_LISTENER_BEHAVIOR"
file="html/web_ui_listener_behavior.html" type="chrome_html" file="html/web_ui_listener_behavior.html" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_HTML_SEARCH_HIGHLIGHT_UTILS" <structure name="IDR_WEBUI_HTML_SEARCH_HIGHLIGHT_UTILS"
file="html/search_highlight_utils.html" type="chrome_html" file="html/search_highlight_utils.html" type="chrome_html" />
compress="gzip" />
<!-- CSS resources --> <!-- CSS resources -->
<structure name="IDR_WEBUI_CSS_MD_COLORS" <structure name="IDR_WEBUI_CSS_MD_COLORS"
file="css/md_colors.css" type="chrome_html" compress="gzip" /> file="css/md_colors.css" type="chrome_html" />
<!-- JS resources --> <!-- JS resources -->
<structure name="IDR_WEBUI_JS_I18N_BEHAVIOR" <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR"
file="js/i18n_behavior.js" type="chrome_html" file="js/i18n_behavior.js" type="chrome_html" preprocess="true" />
compress="gzip" preprocess="true" />
<structure name="IDR_WEBUI_JS_CR_UI_FOCUS_ROW_BEHAVIOR" <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_ROW_BEHAVIOR"
file="js/cr/ui/focus_row_behavior.js" type="chrome_html" file="js/cr/ui/focus_row_behavior.js" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_JS_CR_UI_FOCUS_WITHOUT_INK" <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_WITHOUT_INK"
file="js/cr/ui/focus_without_ink.js" type="chrome_html" file="js/cr/ui/focus_without_ink.js" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_JS_FIND_SHORTCUT_BEHAVIOR" <structure name="IDR_WEBUI_JS_FIND_SHORTCUT_BEHAVIOR"
file="js/find_shortcut_behavior.js" type="chrome_html" file="js/find_shortcut_behavior.js" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_JS_LIST_PROPERTY_UPDATE_BEHAVIOR" <structure name="IDR_WEBUI_JS_LIST_PROPERTY_UPDATE_BEHAVIOR"
file="js/list_property_update_behavior.js" type="chrome_html" file="js/list_property_update_behavior.js" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_JS_POLYMER_CONFIG" <structure name="IDR_WEBUI_JS_POLYMER_CONFIG"
file="js/polymer_config.js" type="chrome_html" file="js/polymer_config.js" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_JS_WEBUI_LISTENER_BEHAVIOR" <structure name="IDR_WEBUI_JS_WEBUI_LISTENER_BEHAVIOR"
file="js/web_ui_listener_behavior.js" type="chrome_html" file="js/web_ui_listener_behavior.js" type="chrome_html" />
compress="gzip" />
<structure name="IDR_WEBUI_JS_SEARCH_HIGHLIGHT_UTILS" <structure name="IDR_WEBUI_JS_SEARCH_HIGHLIGHT_UTILS"
file="js/search_highlight_utils.js" type="chrome_html" file="js/search_highlight_utils.js" type="chrome_html" />
compress="gzip" />
</grit-part> </grit-part>
...@@ -2,21 +2,21 @@ ...@@ -2,21 +2,21 @@
<grit-part> <grit-part>
<include name="IDR_WEBUI_JS_CR_UI_FOCUS_ROW_BEHAVIOR_M_JS" <include name="IDR_WEBUI_JS_CR_UI_FOCUS_ROW_BEHAVIOR_M_JS"
file="${root_gen_dir}/ui/webui/resources/js/cr/ui/focus_row_behavior.m.js" file="${root_gen_dir}/ui/webui/resources/js/cr/ui/focus_row_behavior.m.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_WEBUI_JS_FIND_SHORTCUT_BEHAVIOR_M_JS" <include name="IDR_WEBUI_JS_FIND_SHORTCUT_BEHAVIOR_M_JS"
file="${root_gen_dir}/ui/webui/resources/js/find_shortcut_behavior.m.js" file="${root_gen_dir}/ui/webui/resources/js/find_shortcut_behavior.m.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_WEBUI_JS_I18N_BEHAVIOR_M_JS" <include name="IDR_WEBUI_JS_I18N_BEHAVIOR_M_JS"
file="${root_gen_dir}/ui/webui/resources/js/i18n_behavior.m.js" file="${root_gen_dir}/ui/webui/resources/js/i18n_behavior.m.js"
use_base_dir="false" type="BINDATA" compress="gzip" use_base_dir="false" type="BINDATA"
preprocess="true" /> preprocess="true" />
<include name="IDR_WEBUI_JS_LIST_PROPERTY_UPDATE_BEHAVIOR_M_JS" <include name="IDR_WEBUI_JS_LIST_PROPERTY_UPDATE_BEHAVIOR_M_JS"
file="${root_gen_dir}/ui/webui/resources/js/list_property_update_behavior.m.js" file="${root_gen_dir}/ui/webui/resources/js/list_property_update_behavior.m.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_WEBUI_JS_SEARCH_HIGHLIGHT_UTILS_M_JS" <include name="IDR_WEBUI_JS_SEARCH_HIGHLIGHT_UTILS_M_JS"
file="${root_gen_dir}/ui/webui/resources/js/search_highlight_utils.m.js" file="${root_gen_dir}/ui/webui/resources/js/search_highlight_utils.m.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_WEBUI_JS_WEBUI_LISTENER_BEHAVIOR_M_JS" <include name="IDR_WEBUI_JS_WEBUI_LISTENER_BEHAVIOR_M_JS"
file="${root_gen_dir}/ui/webui/resources/js/web_ui_listener_behavior.m.js" file="${root_gen_dir}/ui/webui/resources/js/web_ui_listener_behavior.m.js"
use_base_dir="false" type="BINDATA" compress="gzip" /> use_base_dir="false" type="BINDATA" />
</grit-part> </grit-part>
This diff is collapsed.
This diff is collapsed.
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