Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 2590793004: MD Downloads: gzip vulcanized resources via compress="gzip" (Closed)
Patch Set: . Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
11 <if expr="enable_app_list"> 11 <if expr="enable_app_list">
12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" /> 12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" />
13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" /> 13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" />
14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" /> 14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" />
15 </if> 15 </if>
16 <if expr="not is_android"> 16 <if expr="not is_android and not use_vulcanize">
17 <if expr="use_vulcanize"> 17 <structure name="IDR_MD_DOWNLOADS_DOWNLOADS_HTML" file="resources\md_dow nloads\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrom e_html" />
18 <then>
19 <structure name="IDR_MD_DOWNLOADS_VULCANIZED_HTML" file="resources\m d_downloads\vulcanized.html" flattenhtml="true" allowexternalscript="true" type= "chrome_html" />
20 </then>
21 <else>
22 <structure name="IDR_MD_DOWNLOADS_DOWNLOADS_HTML" file="resources\md _downloads\downloads.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" />
23 </else>
24 </if>
25 </if> 18 </if>
26 <if expr="enable_extensions"> 19 <if expr="enable_extensions">
27 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" /> 20 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" />
28 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" /> 21 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" />
29 </if> 22 </if>
30 <if expr="chromeos"> 23 <if expr="chromeos">
31 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/> 24 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/>
32 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" /> 25 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" />
33 </if> 26 </if>
34 <if expr="not is_android"> 27 <if expr="not is_android">
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 <if expr="safe_browsing_mode != 0"> 130 <if expr="safe_browsing_mode != 0">
138 <include name="IDR_DOWNLOAD_FILE_TYPES_PB" file="${root_gen_dir}\chrome\ browser\resources\safe_browsing\download_file_types.pb" use_base_dir="false" typ e="BINDATA" /> 131 <include name="IDR_DOWNLOAD_FILE_TYPES_PB" file="${root_gen_dir}\chrome\ browser\resources\safe_browsing\download_file_types.pb" use_base_dir="false" typ e="BINDATA" />
139 </if> 132 </if>
140 <if expr="not is_android"> 133 <if expr="not is_android">
141 <include name="IDR_MD_DOWNLOADS_1X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\1x\incognito_marker.png" type="BINDATA" /> 134 <include name="IDR_MD_DOWNLOADS_1X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\1x\incognito_marker.png" type="BINDATA" />
142 <include name="IDR_MD_DOWNLOADS_2X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\2x\incognito_marker.png" type="BINDATA" /> 135 <include name="IDR_MD_DOWNLOADS_2X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\2x\incognito_marker.png" type="BINDATA" />
143 <include name="IDR_MD_DOWNLOADS_1X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\1x\no_downloads.png" type="BINDATA" /> 136 <include name="IDR_MD_DOWNLOADS_1X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\1x\no_downloads.png" type="BINDATA" />
144 <include name="IDR_MD_DOWNLOADS_2X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\2x\no_downloads.png" type="BINDATA" /> 137 <include name="IDR_MD_DOWNLOADS_2X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\2x\no_downloads.png" type="BINDATA" />
145 <if expr="use_vulcanize"> 138 <if expr="use_vulcanize">
146 <then> 139 <then>
147 <include name="IDR_MD_DOWNLOADS_CRISPER_JS" file="resources\md_downl oads\crisper.js" flattenhtml="true" type="BINDATA" /> 140 <include name="IDR_MD_DOWNLOADS_CRISPER_JS" file="resources\md_downl oads\crisper.js" flattenhtml="true" type="BINDATA" compress="gzip" />
141 <include name="IDR_MD_DOWNLOADS_VULCANIZED_HTML" file="resources\md_ downloads\vulcanized.html" flattenhtml="true" allowexternalscript="true" type="B INDATA" compress="gzip" />
148 </then> 142 </then>
149 <else> 143 <else>
150 <include name="IDR_MD_DOWNLOADS_ACTION_SERVICE_HTML" file="resources \md_downloads\action_service.html" type="BINDATA" /> 144 <include name="IDR_MD_DOWNLOADS_ACTION_SERVICE_HTML" file="resources \md_downloads\action_service.html" type="BINDATA" />
151 <include name="IDR_MD_DOWNLOADS_ACTION_SERVICE_JS" file="resources\m d_downloads\action_service.js" type="BINDATA" /> 145 <include name="IDR_MD_DOWNLOADS_ACTION_SERVICE_JS" file="resources\m d_downloads\action_service.js" type="BINDATA" />
152 <include name="IDR_MD_DOWNLOADS_CONSTANTS_HTML" file="resources\md_d ownloads\constants.html" type="BINDATA" /> 146 <include name="IDR_MD_DOWNLOADS_CONSTANTS_HTML" file="resources\md_d ownloads\constants.html" type="BINDATA" />
153 <include name="IDR_MD_DOWNLOADS_CONSTANTS_JS" file="resources\md_dow nloads\constants.js" type="BINDATA" /> 147 <include name="IDR_MD_DOWNLOADS_CONSTANTS_JS" file="resources\md_dow nloads\constants.js" type="BINDATA" />
154 <include name="IDR_MD_DOWNLOADS_DOWNLOADS_JS" file="resources\md_dow nloads\downloads.js" type="BINDATA" /> 148 <include name="IDR_MD_DOWNLOADS_DOWNLOADS_JS" file="resources\md_dow nloads\downloads.js" type="BINDATA" />
155 <include name="IDR_MD_DOWNLOADS_I18N_SETUP_HTML" file="resources\md_ downloads\i18n_setup.html" type="BINDATA" /> 149 <include name="IDR_MD_DOWNLOADS_I18N_SETUP_HTML" file="resources\md_ downloads\i18n_setup.html" type="BINDATA" />
156 <include name="IDR_MD_DOWNLOADS_ICONS_HTML" file="resources\md_downl oads\icons.html" type="BINDATA" /> 150 <include name="IDR_MD_DOWNLOADS_ICONS_HTML" file="resources\md_downl oads\icons.html" type="BINDATA" />
157 <include name="IDR_MD_DOWNLOADS_ITEM_HTML" file="resources\md_downlo ads\item.html" type="BINDATA" /> 151 <include name="IDR_MD_DOWNLOADS_ITEM_HTML" file="resources\md_downlo ads\item.html" type="BINDATA" />
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" /> 601 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" />
608 </if> 602 </if>
609 <include name="IDR_CHROME_CONTENT_BROWSER_MANIFEST_OVERLAY" file="${root_g en_dir}\chrome_content_browser_manifest_overlay.json" use_base_dir="false" type= "BINDATA" /> 603 <include name="IDR_CHROME_CONTENT_BROWSER_MANIFEST_OVERLAY" file="${root_g en_dir}\chrome_content_browser_manifest_overlay.json" use_base_dir="false" type= "BINDATA" />
610 <include name="IDR_CHROME_CONTENT_GPU_MANIFEST_OVERLAY" file="chrome_conte nt_gpu_manifest_overlay.json" type="BINDATA" /> 604 <include name="IDR_CHROME_CONTENT_GPU_MANIFEST_OVERLAY" file="chrome_conte nt_gpu_manifest_overlay.json" type="BINDATA" />
611 <include name="IDR_CHROME_CONTENT_PLUGIN_MANIFEST_OVERLAY" file="chrome_co ntent_plugin_manifest_overlay.json" type="BINDATA" /> 605 <include name="IDR_CHROME_CONTENT_PLUGIN_MANIFEST_OVERLAY" file="chrome_co ntent_plugin_manifest_overlay.json" type="BINDATA" />
612 <include name="IDR_CHROME_CONTENT_RENDERER_MANIFEST_OVERLAY" file="chrome_ content_renderer_manifest_overlay.json" type="BINDATA" /> 606 <include name="IDR_CHROME_CONTENT_RENDERER_MANIFEST_OVERLAY" file="chrome_ content_renderer_manifest_overlay.json" type="BINDATA" />
613 <include name="IDR_CHROME_CONTENT_UTILITY_MANIFEST_OVERLAY" file="chrome_c ontent_utility_manifest_overlay.json" type="BINDATA" /> 607 <include name="IDR_CHROME_CONTENT_UTILITY_MANIFEST_OVERLAY" file="chrome_c ontent_utility_manifest_overlay.json" type="BINDATA" />
614 </includes> 608 </includes>
615 </release> 609 </release>
616 </grit> 610 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698