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

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

Issue 6644002: [ChromeOS] Implement collected cookies in webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos trybot Created 9 years, 9 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. etaa --> 3 without changes to the corresponding grd file. etaa -->
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.pak" type="data_package" /> 9 <output filename="browser_resources.pak" type="data_package" />
10 <output filename="browser_resources.rc" type="rc_all" /> 10 <output filename="browser_resources.rc" type="rc_all" />
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <include name="IDR_CLOUD_PRINT_SETUP_FLOW_HTML" file="printing\cloud_print \resources\cloud_print_setup_flow.html" flattenhtml="true" type="BINDATA" /> 77 <include name="IDR_CLOUD_PRINT_SETUP_FLOW_HTML" file="printing\cloud_print \resources\cloud_print_setup_flow.html" flattenhtml="true" type="BINDATA" />
78 <include name="IDR_CLOUD_PRINT_SETUP_LOGIN_HTML" file="printing\cloud_prin t\resources\cloud_print_setup_login.html" flattenhtml="true" type="BINDATA" /> 78 <include name="IDR_CLOUD_PRINT_SETUP_LOGIN_HTML" file="printing\cloud_prin t\resources\cloud_print_setup_login.html" flattenhtml="true" type="BINDATA" />
79 <include name="IDR_CLOUD_PRINT_SETUP_DONE_HTML" file="printing\cloud_print \resources\cloud_print_setup_done.html" flattenhtml="true" type="BINDATA" /> 79 <include name="IDR_CLOUD_PRINT_SETUP_DONE_HTML" file="printing\cloud_print \resources\cloud_print_setup_done.html" flattenhtml="true" type="BINDATA" />
80 <include name="IDR_TEXTFIELDS_HTML" file="resources\textfields.html" flatt enhtml="true" type="BINDATA" /> 80 <include name="IDR_TEXTFIELDS_HTML" file="resources\textfields.html" flatt enhtml="true" type="BINDATA" />
81 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" /> 81 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" />
82 <include name="IDR_BUGREPORT_HTML" file="resources\bug_report.html" flatte nhtml="true" type="BINDATA" /> 82 <include name="IDR_BUGREPORT_HTML" file="resources\bug_report.html" flatte nhtml="true" type="BINDATA" />
83 <include name="IDR_BUGREPORT_HTML_INVALID" file="resources\bug_report_inva lid.html" flattenhtml="true" type="BINDATA" /> 83 <include name="IDR_BUGREPORT_HTML_INVALID" file="resources\bug_report_inva lid.html" flattenhtml="true" type="BINDATA" />
84 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" /> 84 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" />
85 <if expr="pp_ifdef('chromeos')"> 85 <if expr="pp_ifdef('chromeos')">
86 <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flatt enhtml="true" type="BINDATA" /> 86 <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flatt enhtml="true" type="BINDATA" />
87 <include name="IDR_COLLECTED_COOKIES_HTML" file="resources\collected_coo kies.html" flattenhtml="true" type="BINDATA" />
87 <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\guest_session _tab.html" flattenhtml="true" type="BINDATA" /> 88 <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\guest_session _tab.html" flattenhtml="true" type="BINDATA" />
88 <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" fla ttenhtml="true" type="BINDATA" /> 89 <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" fla ttenhtml="true" type="BINDATA" />
89 <include name="IDR_HOST_REGISTRATION_PAGE_HTML" file="resources\host_reg istration_page.html" flattenhtml="true" type="BINDATA" /> 90 <include name="IDR_HOST_REGISTRATION_PAGE_HTML" file="resources\host_reg istration_page.html" flattenhtml="true" type="BINDATA" />
90 <include name="IDR_IMAGEBURNER_HTML" file="resources\imageburner.html" f lattenhtml="true" type="BINDATA" /> 91 <include name="IDR_IMAGEBURNER_HTML" file="resources\imageburner.html" f lattenhtml="true" type="BINDATA" />
91 <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\keyboard_overla y.css" flattenhtml="true" type="BINDATA" /> 92 <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\keyboard_overla y.css" flattenhtml="true" type="BINDATA" />
92 <include name="IDR_KEYBOARD_OVERLAY_DATA_JS" file="resources\keyboard_ov erlay_data.js" flattenhtml="true" type="BINDATA" /> 93 <include name="IDR_KEYBOARD_OVERLAY_DATA_JS" file="resources\keyboard_ov erlay_data.js" flattenhtml="true" type="BINDATA" />
93 <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\keyboard_overl ay.html" flattenhtml="true" type="BINDATA" /> 94 <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\keyboard_overl ay.html" flattenhtml="true" type="BINDATA" />
94 <include name="IDR_KEYBOARD_OVERLAY_JS" file="resources\keyboard_overlay .js" flattenhtml="true" type="BINDATA" /> 95 <include name="IDR_KEYBOARD_OVERLAY_JS" file="resources\keyboard_overlay .js" flattenhtml="true" type="BINDATA" />
95 <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" f lattenhtml="true" type="BINDATA" /> 96 <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" f lattenhtml="true" type="BINDATA" />
96 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.ht ml" flattenhtml="true" type="BINDATA" /> 97 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.ht ml" flattenhtml="true" type="BINDATA" />
(...skipping 11 matching lines...) Expand all
108 <!-- manifest file of ChromeVox accessibility extension --> 109 <!-- manifest file of ChromeVox accessibility extension -->
109 <include name="IDR_CHROMEVOX_MANIFEST" file="resources\access_chromevox\ manifest.json" type="BINDATA" /> 110 <include name="IDR_CHROMEVOX_MANIFEST" file="resources\access_chromevox\ manifest.json" type="BINDATA" />
110 </if> 111 </if>
111 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> 112 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
112 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 113 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
113 <include name="IDR_GETSTARTED_MANIFEST" file="resources\getstarted\manif est.json" type="BINDATA" /> 114 <include name="IDR_GETSTARTED_MANIFEST" file="resources\getstarted\manif est.json" type="BINDATA" />
114 </if> 115 </if>
115 </includes> 116 </includes>
116 </release> 117 </release>
117 </grit> 118 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/collected_cookies.css » ('j') | chrome/browser/resources/collected_cookies.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698