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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 2931983002: Mojo JS bindings: specify compress="gzip" for bindings JS files in .grd. (Closed)
Patch Set: . Created 3 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 | « content/browser/webui/shared_resources_data_source.cc ('k') | no next file » | 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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
5 <outputs> 5 <outputs>
6 <output filename="grit/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
11 <output filename="grit/webui_resources_map.h" type="resource_map_header" /> 11 <output filename="grit/webui_resources_map.h" type="resource_map_header" />
12 <output filename="webui_resources.pak" type="data_package" /> 12 <output filename="webui_resources.pak" type="data_package" />
13 </outputs> 13 </outputs>
14 <release seq="1"> 14 <release seq="1">
15 <includes> 15 <includes>
16 <include name="IDR_WEBUI_I18N_TEMPLATE_JS" file="js/i18n_template.js" flat tenhtml="true" type="BINDATA" /> 16 <include name="IDR_WEBUI_I18N_TEMPLATE_JS" file="js/i18n_template.js" flat tenhtml="true" type="BINDATA" />
17 <include name="IDR_WEBUI_JSTEMPLATE_JS" file="js/jstemplate_compiled.js" f lattenhtml="true" type="BINDATA" /> 17 <include name="IDR_WEBUI_JSTEMPLATE_JS" file="js/jstemplate_compiled.js" f lattenhtml="true" type="BINDATA" />
18 <include name="IDR_WEBUI_ANALYTICS_JS" file="js/analytics.js" flattenhtml= "true" type="BINDATA" /> 18 <include name="IDR_WEBUI_ANALYTICS_JS" file="js/analytics.js" flattenhtml= "true" type="BINDATA" />
19 <include name="IDR_WEBUI_MOJO_BINDINGS_JS" 19 <include name="IDR_WEBUI_MOJO_BINDINGS_JS"
20 file="${root_gen_dir}\mojo\public\js\mojo_bindings.js" 20 file="${root_gen_dir}\mojo\public\js\mojo_bindings.js"
21 flattenhtml="true" type="BINDATA" use_base_dir="false" /> 21 flattenhtml="true" type="BINDATA" use_base_dir="false" compress=" gzip" />
22 <!-- Roboto Font. Roboto-Regular and Roboto-Light is already available on 22 <!-- Roboto Font. Roboto-Regular and Roboto-Light is already available on
23 Android, and Roboto-Medium is not used on Android. All 6 weights of 23 Android, and Roboto-Medium is not used on Android. All 6 weights of
24 Roboto are available on Chrome OS.--> 24 Roboto are available on Chrome OS.-->
25 <if expr="not is_android and not chromeos"> 25 <if expr="not is_android and not chromeos">
26 <include name="IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_WOFF2" file="roboto/robot o-regular.woff2" type="BINDATA" /> 26 <include name="IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_WOFF2" file="roboto/robot o-regular.woff2" type="BINDATA" />
27 <include name="IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_WOFF2" file="roboto/roboto -medium.woff2" type="BINDATA" /> 27 <include name="IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_WOFF2" file="roboto/roboto -medium.woff2" type="BINDATA" />
28 <include name="IDR_WEBUI_ROBOTO_ROBOTO_BOLD_WOFF2" file="roboto/roboto-b old.woff2" type="BINDATA" /> 28 <include name="IDR_WEBUI_ROBOTO_ROBOTO_BOLD_WOFF2" file="roboto/roboto-b old.woff2" type="BINDATA" />
29 </if> 29 </if>
30 30
31 <!-- Component apps common image resources - 1x --> 31 <!-- Component apps common image resources - 1x -->
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 file="js/chromeos/ui_account_tweaks.js" 505 file="js/chromeos/ui_account_tweaks.js"
506 type="chrome_html" /> 506 type="chrome_html" />
507 </if> 507 </if>
508 <if expr="not is_android"> 508 <if expr="not is_android">
509 <part file="cr_elements_resources.grdp" /> 509 <part file="cr_elements_resources.grdp" />
510 <part file="polymer_resources.grdp" /> 510 <part file="polymer_resources.grdp" />
511 </if> 511 </if>
512 </structures> 512 </structures>
513 </release> 513 </release>
514 </grit> 514 </grit>
OLDNEW
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698