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

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: address oshima's comments #2 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 10 matching lines...) Expand all
21 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.h tml" flattenhtml="true" type="BINDATA" /> 21 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.h tml" flattenhtml="true" type="BINDATA" />
22 </if> 22 </if>
23 <if expr="os != 'linux2' and os != 'darwin' and os.find('bsd') == -1"> 23 <if expr="os != 'linux2' and os != 'darwin' and os.find('bsd') == -1">
24 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" /> 24 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
25 </if> 25 </if>
26 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" fla ttenhtml="true" type="BINDATA" /> 26 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" fla ttenhtml="true" type="BINDATA" />
27 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" /> 27 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" />
28 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> 28 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" />
29 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\mani fest.json" type="BINDATA" /> 29 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\mani fest.json" type="BINDATA" />
30 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml ="true" type="BINDATA" /> 30 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml ="true" type="BINDATA" />
31 <include name="IDR_COLLECTED_COOKIES_HTML" file="resources\collected_cooki es.html" flattenhtml="true" type="BINDATA" />
31 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" /> 32 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flatt enhtml="true" type="BINDATA" />
32 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" /> 33 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flatten html="true" type="BINDATA" />
33 <if expr="os == 'darwin'"> 34 <if expr="os == 'darwin'">
34 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_in fobar_mac.css" flattenhtml="true" type="BINDATA" /> 35 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_in fobar_mac.css" flattenhtml="true" type="BINDATA" />
35 </if> 36 </if>
36 <if expr="os != 'darwin'"> 37 <if expr="os != 'darwin'">
37 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_in fobar.css" flattenhtml="true" type="BINDATA" /> 38 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_in fobar.css" flattenhtml="true" type="BINDATA" />
38 </if> 39 </if>
39 <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" /> 40 <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" />
40 <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="tr ue" type="BINDATA" /> 41 <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="tr ue" type="BINDATA" />
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/cookies_tree.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698