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

Side by Side Diff: chrome/browser/resources/options2_resources.grd

Issue 10444060: Use chrome_html structure for shared_resources and options2 page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 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 | Annotate | Revision Log
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/options2_resources.h" type="rc_header"> 4 <output filename="grit/options2_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="options2_resources.pak" type="data_package" /> 7 <output filename="options2_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <structures>
11 <include name="IDR_OPTIONS2_BUNDLE_JS" file="options2/options_bundle.js" f lattenhtml="true" type="BINDATA" /> 11 <structure name="IDR_OPTIONS2_BUNDLE_JS" file="options2/options_bundle.js" flattenhtml="true" type="chrome_html" />
12 <include name="IDR_OPTIONS2_HTML" file="options2/options.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 12 <structure name="IDR_OPTIONS2_HTML" file="options2/options.html" flattenht ml="true" allowexternalscript="true" type="chrome_html" />
13 </includes> 13 </structures>
14 </release> 14 </release>
15 </grit> 15 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/options_page.css ('k') | chrome/browser/resources/shared_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698