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

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

Issue 1759007: Refactor parts of the NTP to split things into more managable chunks.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Revert class/tag name changes in html file Created 10 years, 8 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 <!-- 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. ptrrraer --> 3 without changes to the corresponding grd file. ptrrraer -->
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 27 matching lines...) Expand all
38 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" /> 38 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" />
39 <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml ="true" type="BINDATA" /> 39 <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml ="true" type="BINDATA" />
40 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')"> 40 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')">
41 <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" flattenht ml="true" type="BINDATA" /> 41 <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" flattenht ml="true" type="BINDATA" />
42 <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.html" fla ttenhtml="true" type="BINDATA" /> 42 <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.html" fla ttenhtml="true" type="BINDATA" />
43 <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" flatten html="true" type="BINDATA" /> 43 <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" flatten html="true" type="BINDATA" />
44 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.html" fl attenhtml="true" type="BINDATA" /> 44 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.html" fl attenhtml="true" type="BINDATA" />
45 </if> 45 </if>
46 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> 46 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" />
47 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" /> 47 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" />
48 <include name="IDR_LOCAL_STRINGS_JS" file="resources\local_strings.js" typ e="BINDATA" /> 48 <include name="IDR_LOCAL_STRINGS_JS" file="resources\shared\js\local_strin gs.js" type="BINDATA" />
49 <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="tr ue" type="BINDATA" /> 49 <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="tr ue" type="BINDATA" />
50 <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" /> 50 <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" />
51 <include name="IDR_EXTENSION_DEFAULT_ICON" file="resources\extension_defau lt_icon.png" type="BINDATA" /> 51 <include name="IDR_EXTENSION_DEFAULT_ICON" file="resources\extension_defau lt_icon.png" type="BINDATA" />
52 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_info bar.css" flattenhtml="true" type="BINDATA" /> 52 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_info bar.css" flattenhtml="true" type="BINDATA" />
53 <include name="IDR_EXTENSIONS_TOOLSTRIP_THEME_CSS" file="resources\extensi ons_toolstrip.css" flattenhtml="true" type="BINDATA" /> 53 <include name="IDR_EXTENSIONS_TOOLSTRIP_THEME_CSS" file="resources\extensi ons_toolstrip.css" flattenhtml="true" type="BINDATA" />
54 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml ="true" type="BINDATA" /> 54 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml ="true" type="BINDATA" />
55 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten html="true" type="BINDATA" /> 55 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten html="true" type="BINDATA" />
56 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN DATA" /> 56 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN DATA" />
57 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA TA" /> 57 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA TA" />
58 <include name="IDR_ABOUT_SYNC_HTML" file="sync\resources\about_sync.html" flattenhtml="true" type="BINDATA" /> 58 <include name="IDR_ABOUT_SYNC_HTML" file="sync\resources\about_sync.html" flattenhtml="true" type="BINDATA" />
59 <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html" flattenhtml="true" type="BINDATA" /> 59 <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html" flattenhtml="true" type="BINDATA" />
60 <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.h tml" flattenhtml="true" type="BINDATA" /> 60 <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.h tml" flattenhtml="true" type="BINDATA" />
61 <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.h tml" flattenhtml="true" type="BINDATA" /> 61 <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.h tml" flattenhtml="true" type="BINDATA" />
62 <include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block .html" flattenhtml="true" type="BINDATA" /> 62 <include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block .html" flattenhtml="true" type="BINDATA" />
63 <include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_bloc k.png" type="BINDATA" /> 63 <include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_bloc k.png" type="BINDATA" />
64 <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_ic on.html" type="BINDATA" /> 64 <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_ic on.html" type="BINDATA" />
65 <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2 line.html" type="BINDATA" /> 65 <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2 line.html" type="BINDATA" />
66 <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1 line.html" type="BINDATA" /> 66 <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1 line.html" type="BINDATA" />
67 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" /> 67 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" />
68 </includes> 68 </includes>
69 </release> 69 </release>
70 </grit> 70 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/downloads.html » ('j') | chrome/browser/resources/new_new_tab.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698