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

Side by Side Diff: chrome/browser/resources/shared_resources.grd

Issue 6995116: Delete unused filebrowse/download resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 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
« no previous file with comments | « chrome/browser/resources/shared/images/icon_photo.png ('k') | no next file » | 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 <!-- 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. paaaae --> 3 without changes to the corresponding grd file. paaaae -->
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/shared_resources.h" type="rc_header"> 6 <output filename="grit/shared_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" /> 9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" />
10 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> 10 <output filename="grit/shared_resources_map.h" type="resource_map_header" />
(...skipping 12 matching lines...) Expand all
23 <include name="IDR_SHARED_CSS_TABLE" 23 <include name="IDR_SHARED_CSS_TABLE"
24 file="shared/css/table.css" type="BINDATA" /> 24 file="shared/css/table.css" type="BINDATA" />
25 <include name="IDR_SHARED_CSS_TABS" 25 <include name="IDR_SHARED_CSS_TABS"
26 file="shared/css/tabs.css" type="BINDATA" /> 26 file="shared/css/tabs.css" type="BINDATA" />
27 <include name="IDR_SHARED_CSS_THROBBER" 27 <include name="IDR_SHARED_CSS_THROBBER"
28 file="shared/css/throbber.css" type="BINDATA" /> 28 file="shared/css/throbber.css" type="BINDATA" />
29 <include name="IDR_SHARED_CSS_TREE" 29 <include name="IDR_SHARED_CSS_TREE"
30 file="shared/css/tree.css" type="BINDATA" /> 30 file="shared/css/tree.css" type="BINDATA" />
31 <include name="IDR_SHARED_CSS_TREE_JS" 31 <include name="IDR_SHARED_CSS_TREE_JS"
32 file="shared/css/tree.css.js" type="BINDATA" /> 32 file="shared/css/tree.css.js" type="BINDATA" />
33 <include name="IDR_SHARED_IMAGES_ACTIVE_DOWNLOADS_MENU"
34 file="shared/images/active_downloads_menu.png" type="BINDATA" />
35 <include name="IDR_SHARED_IMAGES_ICON_FILE"
36 file="shared/images/icon_file.png" type="BINDATA" />
37 <include name="IDR_SHARED_IMAGES_ICON_FOLDER"
38 file="shared/images/icon_folder.png" type="BINDATA" />
39 <include name="IDR_SHARED_IMAGES_ICON_MEDIA"
40 file="shared/images/icon_media.png" type="BINDATA" />
41 <include name="IDR_SHARED_IMAGES_ICON_PHOTO"
42 file="shared/images/icon_photo.png" type="BINDATA" />
43 <include name="IDR_SHARED_IMAGES_THROBBER" 33 <include name="IDR_SHARED_IMAGES_THROBBER"
44 file="shared/images/throbber.svg" type="BINDATA" /> 34 file="shared/images/throbber.svg" type="BINDATA" />
45 <include name="IDR_SHARED_JS_CR" 35 <include name="IDR_SHARED_JS_CR"
46 file="shared/js/cr.js" type="BINDATA" /> 36 file="shared/js/cr.js" type="BINDATA" />
47 <include name="IDR_SHARED_JS_CR_COMMAND_LINE" 37 <include name="IDR_SHARED_JS_CR_COMMAND_LINE"
48 file="shared/js/cr/command_line.js" type="BINDATA" /> 38 file="shared/js/cr/command_line.js" type="BINDATA" />
49 <include name="IDR_SHARED_JS_CR_EVENT_TARGET" 39 <include name="IDR_SHARED_JS_CR_EVENT_TARGET"
50 file="shared/js/cr/event_target.js" type="BINDATA" /> 40 file="shared/js/cr/event_target.js" type="BINDATA" />
51 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER" 41 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER"
52 file="shared/js/cr/link_controller.js" type="BINDATA" /> 42 file="shared/js/cr/link_controller.js" type="BINDATA" />
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 file="shared/js/local_strings.js" type="BINDATA" /> 107 file="shared/js/local_strings.js" type="BINDATA" />
118 <include name="IDR_SHARED_JS_MEDIA_COMMON" 108 <include name="IDR_SHARED_JS_MEDIA_COMMON"
119 file="shared/js/media_common.js" type="BINDATA" /> 109 file="shared/js/media_common.js" type="BINDATA" />
120 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 110 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
121 file="shared/js/parse_html_subset.js" type="BINDATA" /> 111 file="shared/js/parse_html_subset.js" type="BINDATA" />
122 <include name="IDR_SHARED_JS_UTIL" 112 <include name="IDR_SHARED_JS_UTIL"
123 file="shared/js/util.js" type="BINDATA" /> 113 file="shared/js/util.js" type="BINDATA" />
124 </includes> 114 </includes>
125 </release> 115 </release>
126 </grit> 116 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/images/icon_photo.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698