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

Unified Diff: chrome/browser/browser_resources.grd

Issue 159728: Add browser/sync to the repository. (Closed) Base URL: svn://chrome-svn/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/dom_ui/chrome_url_data_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_resources.grd
===================================================================
--- chrome/browser/browser_resources.grd (revision 22331)
+++ chrome/browser/browser_resources.grd (working copy)
@@ -1,45 +1,49 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- This comment is only here because changes to resources are not picked up
-without changes to the corresponding grd file. -->
-<grit latest_public_release="0" current_release="1">
- <outputs>
- <output filename="grit/browser_resources.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <output filename="browser_resources.rc" type="rc_all" />
- <output filename="browser_resources.pak" type="data_package" />
- </outputs>
- <release seq="1">
- <includes>
- <include name="IDR_ABOUT_PLUGINS_HTML" file="resources\about_plugins.html" type="BINDATA" />
- <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" type="BINDATA" />
- <include name="IDR_SSL_ROAD_BLOCK_HTML" file="security\resources\ssl_roadblock.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_SSL_ERROR_HTML" file="security\resources\ssl_error.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_NEW_TAB_HTML" file="resources\new_tab.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_NEW_TAB_THEME_CSS" file="resources\new_tab_theme.css" flattenhtml="true" type="BINDATA" />
- <include name="IDR_NEW_NEW_TAB_HTML" file="resources\new_new_tab.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_NEW_NEW_TAB_CSS" file="resources\new_new_tab.css" type="BINDATA" />
- <include name="IDR_NEW_NEW_TAB_JS" file="resources\new_new_tab.js" type="BINDATA" />
- <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_browsing_malware_block.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_browsing_phishing_block.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_LOCAL_STRINGS_JS" file="resources\local_strings.js" type="BINDATA" />
- <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="true" type="BINDATA" />
- <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_EXTENSIONS_TOOLSTRIP_CSS" file="resources\extensions_toolstrip.css" flattenhtml="true" type="BINDATA" />
- <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BINDATA" />
- <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDATA" />
- <if expr="os == 'linux2'">
- <include name="IDR_LINUX_SPLASH_HTML_CHROMIUM" file="resources\linux-splash.html" flattenhtml="true" type="BINDATA" />
- <include name="IDR_LINUX_SPLASH_HTML_CHROME" file="resources\linux-splash-chrome.html" flattenhtml="true" type="BINDATA" />
- </if>
- </includes>
- </release>
-</grit>
+<?xml version="1.0" ?>
+<!-- This comment is only here because changes to resources are not picked up
+without changes to the corresponding grd file. --><grit current_release="1" latest_public_release="0">
+ <outputs>
+ <output filename="grit/browser_resources.h" type="rc_header">
+ <emit emit_type="prepend"/>
+ </output>
+ <output filename="browser_resources.rc" type="rc_all"/>
+ <output filename="browser_resources.pak" type="data_package"/>
+ </outputs>
+ <release seq="1">
+ <includes>
+ <include file="resources\about_plugins.html" name="IDR_ABOUT_PLUGINS_HTML" type="BINDATA"/>
+ <include file="resources\about_version.html" flattenhtml="true" name="IDR_ABOUT_VERSION_HTML" type="BINDATA"/>
+ <include file="resources\about_memory.html" flattenhtml="true" name="IDR_ABOUT_MEMORY_HTML" type="BINDATA"/>
+ <include file="resources\about_stats.html" name="IDR_ABOUT_STATS_HTML" type="BINDATA"/>
+ <include file="security\resources\ssl_roadblock.html" flattenhtml="true" name="IDR_SSL_ROAD_BLOCK_HTML" type="BINDATA"/>
+ <include file="security\resources\ssl_error.html" flattenhtml="true" name="IDR_SSL_ERROR_HTML" type="BINDATA"/>
+ <include file="resources\new_tab.html" flattenhtml="true" name="IDR_NEW_TAB_HTML" type="BINDATA"/>
+ <include file="resources\new_tab_theme.css" flattenhtml="true" name="IDR_NEW_TAB_THEME_CSS" type="BINDATA"/>
+ <include file="resources\new_new_tab.html" flattenhtml="true" name="IDR_NEW_NEW_TAB_HTML" type="BINDATA"/>
+ <include file="resources\new_new_tab.css" name="IDR_NEW_NEW_TAB_CSS" type="BINDATA"/>
+ <include file="resources\new_new_tab.js" name="IDR_NEW_NEW_TAB_JS" type="BINDATA"/>
+ <include file="resources\safe_browsing_malware_block.html" flattenhtml="true" name="IDR_SAFE_BROWSING_MALWARE_BLOCK" type="BINDATA"/>
+ <include file="resources\safe_browsing_phishing_block.html" flattenhtml="true" name="IDR_SAFE_BROWSING_PHISHING_BLOCK" type="BINDATA"/>
+ <include file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" type="BINDATA"/>
+ <include file="resources\incognito_tab.html" flattenhtml="true" name="IDR_INCOGNITO_TAB_HTML" type="BINDATA"/>
+ <include file="resources\about_credits.html" flattenhtml="true" name="IDR_CREDITS_HTML" type="BINDATA"/>
+ <include file="resources\history.html" flattenhtml="true" name="IDR_HISTORY_HTML" type="BINDATA"/>
+ <include file="resources\downloads.html" flattenhtml="true" name="IDR_DOWNLOADS_HTML" type="BINDATA"/>
+ <include file="resources\local_strings.js" name="IDR_LOCAL_STRINGS_JS" type="BINDATA"/>
+ <include file="resources\dom_ui.css" flattenhtml="true" name="IDR_DOM_UI_CSS" type="BINDATA"/>
+ <include file="resources\extensions_ui.html" flattenhtml="true" name="IDR_EXTENSIONS_UI_HTML" type="BINDATA"/>
+ <include file="resources\extensions_toolstrip.css" flattenhtml="true" name="IDR_EXTENSIONS_TOOLSTRIP_CSS" type="BINDATA"/>
+ <include file="resources\print_tab.html" flattenhtml="true" name="IDR_PRINT_TAB_HTML" type="BINDATA"/>
+ <include file="resources\print_tab.css" name="IDR_PRINT_TAB_CSS" type="BINDATA"/>
+ <include file="resources\print_tab.js" name="IDR_PRINT_TAB_JS" type="BINDATA"/>
+ <if expr="os == 'linux2'">
+ <include file="resources\linux-splash.html" flattenhtml="true" name="IDR_LINUX_SPLASH_HTML_CHROMIUM" type="BINDATA"/>
+ <include file="resources\linux-splash-chrome.html" flattenhtml="true" name="IDR_LINUX_SPLASH_HTML_CHROME" type="BINDATA"/>
+ </if>
+ <include file="sync\resources\about_sync.html" flattenhtml="true" name="IDR_ABOUT_SYNC_HTML" type="BINDATA"/>
+ <include file="sync\resources\gaia_login.html" flattenhtml="true" name="IDR_GAIA_LOGIN_HTML" type="BINDATA"/>
+ <include file="sync\resources\setup_flow.html" flattenhtml="true" name="IDR_SYNC_SETUP_FLOW_HTML" type="BINDATA"/>
+ <include file="sync\resources\merge_and_sync.html" flattenhtml="true" name="IDR_MERGE_AND_SYNC_HTML" type="BINDATA"/>
+ <include file="sync\resources\new_tab_personalization.html" flattenhtml="true" name="IDR_NEW_TAB_P13N_HTML" type="BINDATA"/>
+ </includes>
+ </release>
+</grit>
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/dom_ui/chrome_url_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698