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

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

Issue 155051: Foundations for Print Preview and Setup HTML Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_tab.css » ('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 <!-- 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"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/browser_resources.h" type="rc_header"> 6 <output filename="grit/browser_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="browser_resources.rc" type="rc_all" /> 9 <output filename="browser_resources.rc" type="rc_all" />
10 <output filename="browser_resources.pak" type="data_package" /> 10 <output filename="browser_resources.pak" type="data_package" />
(...skipping 15 matching lines...) Expand all
26 <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_brow sing_phishing_block.html" flattenhtml="true" type="BINDATA" /> 26 <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_brow sing_phishing_block.html" flattenhtml="true" type="BINDATA" />
27 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> 27 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" />
28 <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" /> 28 <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" />
29 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" /> 29 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" />
30 <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml ="true" type="BINDATA" /> 30 <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml ="true" type="BINDATA" />
31 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" /> 31 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" />
32 <include name="IDR_LOCAL_STRINGS_JS" file="resources\local_strings.js" fla ttenhtml="true" type="BINDATA" /> 32 <include name="IDR_LOCAL_STRINGS_JS" file="resources\local_strings.js" fla ttenhtml="true" type="BINDATA" />
33 <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="tr ue" type="BINDATA" /> 33 <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="tr ue" type="BINDATA" />
34 <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" /> 34 <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" />
35 <include name="IDR_EXTENSIONS_TOOLSTRIP_CSS" file="resources\extensions_to olstrip.css" flattenhtml="true" type="BINDATA" /> 35 <include name="IDR_EXTENSIONS_TOOLSTRIP_CSS" file="resources\extensions_to olstrip.css" flattenhtml="true" type="BINDATA" />
36 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten html="true" type="BINDATA" />
37 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN DATA" />
38 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA TA" />
36 <if expr="os == 'linux2'"> 39 <if expr="os == 'linux2'">
37 <include name="IDR_LINUX_SPLASH_HTML_CHROMIUM" file="resources\linux-spl ash.html" flattenhtml="true" type="BINDATA" /> 40 <include name="IDR_LINUX_SPLASH_HTML_CHROMIUM" file="resources\linux-spl ash.html" flattenhtml="true" type="BINDATA" />
38 <include name="IDR_LINUX_SPLASH_HTML_CHROME" file="resources\linux-splas h-chrome.html" flattenhtml="true" type="BINDATA" /> 41 <include name="IDR_LINUX_SPLASH_HTML_CHROME" file="resources\linux-splas h-chrome.html" flattenhtml="true" type="BINDATA" />
39 </if> 42 </if>
40 </includes> 43 </includes>
41 </release> 44 </release>
42 </grit> 45 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698