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

Side by Side Diff: chrome/browser/resources/settings/settings_resources_vulcanized.grd

Issue 2746033005: MD Settings: Separate code to be loaded lazily to its own lazy_load.html (Closed)
Patch Set: Fix crisper output. Created 3 years, 9 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
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/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
11 <output filename="settings_resources.pak" type="data_package" /> 11 <output filename="settings_resources.pak" type="data_package" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <includes> 14 <includes>
15 <include name="IDR_MD_SETTINGS_VULCANIZED_HTML" file="${root_gen_dir}\chro me\browser\resources\settings\vulcanized.html" use_base_dir="false" flattenhtml= "true" allowexternalscript="true" type="BINDATA" compress="gzip" /> 15 <include name="IDR_MD_SETTINGS_VULCANIZED_HTML" file="${root_gen_dir}\chro me\browser\resources\settings\vulcanized.html" use_base_dir="false" flattenhtml= "true" allowexternalscript="true" type="BINDATA" compress="gzip" />
16 <include name="IDR_MD_SETTINGS_CRISPER_JS" file="${root_gen_dir}\chrome\br owser\resources\settings\crisper.js" use_base_dir="false" flattenhtml="true" typ e="BINDATA" compress="gzip" /> 16 <include name="IDR_MD_SETTINGS_CRISPER_JS" file="${root_gen_dir}\chrome\br owser\resources\settings\crisper.js" use_base_dir="false" flattenhtml="true" typ e="BINDATA" compress="gzip" />
17 <include name="IDR_MD_SETTINGS_LAZY_LOAD_VULCANIZED_HTML" file="${root_gen _dir}\chrome\browser\resources\settings\lazy_load.vulcanized.html" use_base_dir= "false" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="g zip" />
18 <include name="IDR_MD_SETTINGS_LAZY_LOAD_CRISPER_JS" file="${root_gen_dir} \chrome\browser\resources\settings\lazy_load.crisper.js" use_base_dir="false" fl attenhtml="true" type="BINDATA" compress="gzip" />
17 </includes> 19 </includes>
18 </release> 20 </release>
19 </grit> 21 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/vulcanize_gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698