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

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

Issue 28237: Add os support to grit so we can conditionally include resources based on (Closed)
Patch Set: Created 11 years, 10 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 | tools/grit/grit/node/base.py » ('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.rc" type="rc_all" /> 7 <output filename="browser_resources.rc" type="rc_all" />
8 <output filename="browser_resources.pak" type="data_package" /> 8 <output filename="browser_resources.pak" type="data_package" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
11 <includes> 11 <includes>
12 <include name="IDR_ABOUT_PLUGINS_HTML" file="resources\about_plugins.html" type="BINDATA" /> 12 <include name="IDR_ABOUT_PLUGINS_HTML" file="resources\about_plugins.html" type="BINDATA" />
13 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" /> 13 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" />
14 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" f lattenhtml="true" type="BINDATA" /> 14 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" f lattenhtml="true" type="BINDATA" />
15 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" typ e="BINDATA" /> 15 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" typ e="BINDATA" />
16 <include name="IDR_SSL_ROAD_BLOCK_HTML" file="security\resources\ssl_roadb lock.html" flattenhtml="true" type="BINDATA" /> 16 <include name="IDR_SSL_ROAD_BLOCK_HTML" file="security\resources\ssl_roadb lock.html" flattenhtml="true" type="BINDATA" />
17 <include name="IDR_SSL_ERROR_HTML" file="security\resources\ssl_error.html " flattenhtml="true" type="BINDATA" /> 17 <include name="IDR_SSL_ERROR_HTML" file="security\resources\ssl_error.html " flattenhtml="true" type="BINDATA" />
18 <include name="IDR_NEW_TAB_HTML" file="resources\new_tab.html" flattenhtml ="true" type="BINDATA" /> 18 <include name="IDR_NEW_TAB_HTML" file="resources\new_tab.html" flattenhtml ="true" type="BINDATA" />
19 <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_brows ing_malware_block.html" flattenhtml="true" type="BINDATA" /> 19 <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_brows ing_malware_block.html" flattenhtml="true" type="BINDATA" />
20 <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_brow sing_phishing_block.html" flattenhtml="true" type="BINDATA" /> 20 <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_brow sing_phishing_block.html" flattenhtml="true" type="BINDATA" />
21 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> 21 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" />
22 <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" /> 22 <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" />
23 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" /> 23 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" />
24 <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml ="true" type="BINDATA" /> 24 <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml ="true" type="BINDATA" />
25 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" /> 25 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" />
26 <include name="IDR_LINUX_SPLASH_HTML" file="resources\linux-splash.html" f lattenhtml="true" type="BINDATA" /> 26 <if expr="os == 'linux2'">
27 <include name="IDR_LINUX_SPLASH_HTML" file="resources\linux-splash.html" flattenhtml="true" type="BINDATA" />
28 </if>
27 </includes> 29 </includes>
28 </release> 30 </release>
29 </grit> 31 </grit>
OLDNEW
« no previous file with comments | « no previous file | tools/grit/grit/node/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698