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

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

Issue 1968993002: Compressing .pak resources with new option: "type=GZIPPABLE_BINDATA" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Python formatting Created 4 years, 6 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/resources/net_internals_resources.grd » ('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"> 2 <grit latest_public_release="0" current_release="1">
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>
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 <include name="IDR_COPRESENCE_CSS" file="resources\copresence.css" type= "BINDATA" /> 102 <include name="IDR_COPRESENCE_CSS" file="resources\copresence.css" type= "BINDATA" />
103 <include name="IDR_COPRESENCE_HTML" file="resources\copresence.html" typ e="BINDATA" /> 103 <include name="IDR_COPRESENCE_HTML" file="resources\copresence.html" typ e="BINDATA" />
104 <include name="IDR_COPRESENCE_JS" file="resources\copresence.js" type="B INDATA" /> 104 <include name="IDR_COPRESENCE_JS" file="resources\copresence.js" type="B INDATA" />
105 </if> 105 </if>
106 <if expr="enable_printing"> 106 <if expr="enable_printing">
107 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ manifest.json" type="BINDATA" /> 107 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ manifest.json" type="BINDATA" />
108 </if> 108 </if>
109 <if expr="not is_ios"> 109 <if expr="not is_ios">
110 <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend \devtools_discovery_page.html" type="BINDATA"/> 110 <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend \devtools_discovery_page.html" type="BINDATA"/>
111 </if> 111 </if>
112 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\doma in_reliability_internals.html" type="BINDATA" /> 112 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\doma in_reliability_internals.html" compress="gzip" type="BINDATA" />
113 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_CSS" file="resources\domai n_reliability_internals.css" type="BINDATA" /> 113 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_CSS" file="resources\domai n_reliability_internals.css" compress="gzip" type="BINDATA" />
114 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_JS" file="resources\domain _reliability_internals.js" type="BINDATA" /> 114 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_JS" file="resources\domain _reliability_internals.js" compress="gzip" type="BINDATA" />
115 <include name="IDR_DOWNLOAD_FILE_TYPES_PB" file="${root_gen_dir}\chrome\br owser\resources\safe_browsing\download_file_types.pb" use_base_dir="false" type= "BINDATA" /> 115 <include name="IDR_DOWNLOAD_FILE_TYPES_PB" file="${root_gen_dir}\chrome\br owser\resources\safe_browsing\download_file_types.pb" use_base_dir="false" type= "BINDATA" />
116 <if expr="not is_android"> 116 <if expr="not is_android">
117 <include name="IDR_MD_DOWNLOADS_1X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\1x\incognito_marker.png" type="BINDATA" /> 117 <include name="IDR_MD_DOWNLOADS_1X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\1x\incognito_marker.png" type="BINDATA" />
118 <include name="IDR_MD_DOWNLOADS_2X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\2x\incognito_marker.png" type="BINDATA" /> 118 <include name="IDR_MD_DOWNLOADS_2X_INCOGNITO_MARKER_PNG" file="resources \md_downloads\2x\incognito_marker.png" type="BINDATA" />
119 <include name="IDR_MD_DOWNLOADS_1X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\1x\no_downloads.png" type="BINDATA" /> 119 <include name="IDR_MD_DOWNLOADS_1X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\1x\no_downloads.png" type="BINDATA" />
120 <include name="IDR_MD_DOWNLOADS_2X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\2x\no_downloads.png" type="BINDATA" /> 120 <include name="IDR_MD_DOWNLOADS_2X_NO_DOWNLOADS_PNG" file="resources\md_ downloads\2x\no_downloads.png" type="BINDATA" />
121 <if expr="use_vulcanize"> 121 <if expr="use_vulcanize">
122 <then> 122 <then>
123 <include name="IDR_MD_DOWNLOADS_CRISPER_JS" file="resources\md_downl oads\crisper.js" flattenhtml="true" type="BINDATA" /> 123 <include name="IDR_MD_DOWNLOADS_CRISPER_JS" file="resources\md_downl oads\crisper.js" flattenhtml="true" type="BINDATA" />
124 </then> 124 </then>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 <include name="IDR_MD_EXTENSIONS_SIDEBAR_CSS" file="resources\md_extensi ons\sidebar.css" type="BINDATA" /> 168 <include name="IDR_MD_EXTENSIONS_SIDEBAR_CSS" file="resources\md_extensi ons\sidebar.css" type="BINDATA" />
169 <include name="IDR_MD_EXTENSIONS_SIDEBAR_HTML" file="resources\md_extens ions\sidebar.html" type="BINDATA" /> 169 <include name="IDR_MD_EXTENSIONS_SIDEBAR_HTML" file="resources\md_extens ions\sidebar.html" type="BINDATA" />
170 <include name="IDR_MD_EXTENSIONS_SIDEBAR_JS" file="resources\md_extensio ns\sidebar.js" type="BINDATA" /> 170 <include name="IDR_MD_EXTENSIONS_SIDEBAR_JS" file="resources\md_extensio ns\sidebar.js" type="BINDATA" />
171 <include name="IDR_MD_EXTENSIONS_TOOLBAR_CSS" file="resources\md_extensi ons\toolbar.css" type="BINDATA" /> 171 <include name="IDR_MD_EXTENSIONS_TOOLBAR_CSS" file="resources\md_extensi ons\toolbar.css" type="BINDATA" />
172 <include name="IDR_MD_EXTENSIONS_TOOLBAR_HTML" file="resources\md_extens ions\toolbar.html" type="BINDATA" /> 172 <include name="IDR_MD_EXTENSIONS_TOOLBAR_HTML" file="resources\md_extens ions\toolbar.html" type="BINDATA" />
173 <include name="IDR_MD_EXTENSIONS_TOOLBAR_JS" file="resources\md_extensio ns\toolbar.js" type="BINDATA" /> 173 <include name="IDR_MD_EXTENSIONS_TOOLBAR_JS" file="resources\md_extensio ns\toolbar.js" type="BINDATA" />
174 <include name="IDR_MD_EXTENSIONS_STRINGS_HTML" file="resources\md_extens ions\strings.html" type="BINDATA" /> 174 <include name="IDR_MD_EXTENSIONS_STRINGS_HTML" file="resources\md_extens ions\strings.html" type="BINDATA" />
175 </if> 175 </if>
176 <include name="IDR_FEEDBACK_MANIFEST" file="resources\feedback\manifest.js on" type="BINDATA" /> 176 <include name="IDR_FEEDBACK_MANIFEST" file="resources\feedback\manifest.js on" type="BINDATA" />
177 <if expr="is_android"> 177 <if expr="is_android">
178 <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="resources\popular _sites_internals.html" allowexternalscript="true" type="BINDATA" /> 178 <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="resources\popular _sites_internals.html" allowexternalscript="true" compress="gzip" type="BINDATA" />
179 <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="resources\popular_ sites_internals.css" type="BINDATA" /> 179 <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="resources\popular_ sites_internals.css" compress="gzip" type="BINDATA" />
180 <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="resources\popular_s ites_internals.js" type="BINDATA" /> 180 <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="resources\popular_s ites_internals.js" compress="gzip" type="BINDATA" />
181 </if> 181 </if>
182 <if expr="is_android"> 182 <if expr="is_android">
183 <include name="IDR_SNIPPETS_INTERNALS_HTML" file="resources\snippets_int ernals.html" allowexternalscript="true" type="BINDATA" /> 183 <include name="IDR_SNIPPETS_INTERNALS_HTML" file="resources\snippets_int ernals.html" allowexternalscript="true" compress="gzip" type="BINDATA" />
184 <include name="IDR_SNIPPETS_INTERNALS_CSS" file="resources\snippets_inte rnals.css" type="BINDATA" /> 184 <include name="IDR_SNIPPETS_INTERNALS_CSS" file="resources\snippets_inte rnals.css" compress="gzip" type="BINDATA" />
185 <include name="IDR_SNIPPETS_INTERNALS_JS" file="resources\snippets_inter nals.js" type="BINDATA" /> 185 <include name="IDR_SNIPPETS_INTERNALS_JS" file="resources\snippets_inter nals.js" compress="gzip" type="BINDATA" />
186 </if> 186 </if>
187 <include name="IDR_SUPERVISED_USER_INTERNALS_HTML" file="resources\supervi sed_user_internals.html" allowexternalscript="true" type="BINDATA" /> 187 <include name="IDR_SUPERVISED_USER_INTERNALS_HTML" file="resources\supervi sed_user_internals.html" allowexternalscript="true" compress="gzip" type="BINDAT A" />
188 <include name="IDR_SUPERVISED_USER_INTERNALS_CSS" file="resources\supervis ed_user_internals.css" type="BINDATA" /> 188 <include name="IDR_SUPERVISED_USER_INTERNALS_CSS" file="resources\supervis ed_user_internals.css" compress="gzip" type="BINDATA" />
189 <include name="IDR_SUPERVISED_USER_INTERNALS_JS" file="resources\supervise d_user_internals.js" type="BINDATA" /> 189 <include name="IDR_SUPERVISED_USER_INTERNALS_JS" file="resources\supervise d_user_internals.js" compress="gzip" type="BINDATA" />
190 <if expr="_google_chrome or enable_hangout_services_extension"> 190 <if expr="_google_chrome or enable_hangout_services_extension">
191 <!-- Hangout Services extension, included in Google Chrome builds only. --> 191 <!-- Hangout Services extension, included in Google Chrome builds only. -->
192 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" /> 192 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" />
193 </if> 193 </if>
194 <include name="IDR_HOTWORD_MANIFEST" file="resources\hotword\manifest.json " type="BINDATA" /> 194 <include name="IDR_HOTWORD_MANIFEST" file="resources\hotword\manifest.json " type="BINDATA" />
195 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_MANIFEST" file="resources\ho tword_audio_verification\manifest.json" type="BINDATA" /> 195 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_MANIFEST" file="resources\ho tword_audio_verification\manifest.json" type="BINDATA" />
196 <if expr="not is_android"> 196 <if expr="not is_android">
197 <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="t rue" type="BINDATA" /> 197 <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="t rue" type="BINDATA" />
198 <include name="IDR_HELP_PAGE_JS" file="resources\help\help_page.js" flat tenhtml="true" type="BINDATA" /> 198 <include name="IDR_HELP_PAGE_JS" file="resources\help\help_page.js" flat tenhtml="true" type="BINDATA" />
199 <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_ change_page.js" flattenhtml="true" type="BINDATA" /> 199 <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_ change_page.js" flattenhtml="true" type="BINDATA" />
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 <include name="IDR_CAST_FAVICON" file="resources\cast\cast_favicon.ico" type="BINDATA" /> 526 <include name="IDR_CAST_FAVICON" file="resources\cast\cast_favicon.ico" type="BINDATA" />
527 </if> 527 </if>
528 <if expr="not is_android and not is_ios and not chromeos"> 528 <if expr="not is_android and not is_ios and not chromeos">
529 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" /> 529 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" />
530 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" /> 530 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" />
531 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" /> 531 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" />
532 </if> 532 </if>
533 </includes> 533 </includes>
534 </release> 534 </release>
535 </grit> 535 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698