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

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

Issue 7326044: WebUI TaskManager: Column Customization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 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. 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 18 matching lines...) Expand all
29 <include name="IDR_SHARED_CSS_THROBBER" 29 <include name="IDR_SHARED_CSS_THROBBER"
30 file="shared/css/throbber.css" type="BINDATA" /> 30 file="shared/css/throbber.css" type="BINDATA" />
31 <include name="IDR_SHARED_CSS_TREE" 31 <include name="IDR_SHARED_CSS_TREE"
32 file="shared/css/tree.css" type="BINDATA" /> 32 file="shared/css/tree.css" type="BINDATA" />
33 <include name="IDR_SHARED_CSS_TREE_JS" 33 <include name="IDR_SHARED_CSS_TREE_JS"
34 file="shared/css/tree.css.js" type="BINDATA" /> 34 file="shared/css/tree.css.js" type="BINDATA" />
35 <include name="IDR_SHARED_IMAGES_SELECT" 35 <include name="IDR_SHARED_IMAGES_SELECT"
36 file="shared/images/select.png" type="BINDATA" /> 36 file="shared/images/select.png" type="BINDATA" />
37 <include name="IDR_SHARED_IMAGES_THROBBER" 37 <include name="IDR_SHARED_IMAGES_THROBBER"
38 file="shared/images/throbber.svg" type="BINDATA" /> 38 file="shared/images/throbber.svg" type="BINDATA" />
39 <include name="IDR_SHARED_IMAGES_CHECKBOX_BLACK"
40 file="shared/images/checkbox_black.png" type="BINDATA" />
41 <include name="IDR_SHARED_IMAGES_CHECKBOX_WHITE"
42 file="shared/images/checkbox_white.png" type="BINDATA" />
39 <include name="IDR_SHARED_JS_CR" 43 <include name="IDR_SHARED_JS_CR"
40 file="shared/js/cr.js" type="BINDATA" /> 44 file="shared/js/cr.js" type="BINDATA" />
41 <include name="IDR_SHARED_JS_CR_COMMAND_LINE" 45 <include name="IDR_SHARED_JS_CR_COMMAND_LINE"
42 file="shared/js/cr/command_line.js" type="BINDATA" /> 46 file="shared/js/cr/command_line.js" type="BINDATA" />
43 <include name="IDR_SHARED_JS_CR_EVENT_TARGET" 47 <include name="IDR_SHARED_JS_CR_EVENT_TARGET"
44 file="shared/js/cr/event_target.js" type="BINDATA" /> 48 file="shared/js/cr/event_target.js" type="BINDATA" />
45 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER" 49 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER"
46 file="shared/js/cr/link_controller.js" type="BINDATA" /> 50 file="shared/js/cr/link_controller.js" type="BINDATA" />
47 <include name="IDR_SHARED_JS_CR_PROMISE" 51 <include name="IDR_SHARED_JS_CR_PROMISE"
48 file="shared/js/cr/promise.js" type="BINDATA" /> 52 file="shared/js/cr/promise.js" type="BINDATA" />
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 file="shared/js/local_strings.js" type="BINDATA" /> 113 file="shared/js/local_strings.js" type="BINDATA" />
110 <include name="IDR_SHARED_JS_MEDIA_COMMON" 114 <include name="IDR_SHARED_JS_MEDIA_COMMON"
111 file="shared/js/media_common.js" type="BINDATA" /> 115 file="shared/js/media_common.js" type="BINDATA" />
112 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 116 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
113 file="shared/js/parse_html_subset.js" type="BINDATA" /> 117 file="shared/js/parse_html_subset.js" type="BINDATA" />
114 <include name="IDR_SHARED_JS_UTIL" 118 <include name="IDR_SHARED_JS_UTIL"
115 file="shared/js/util.js" type="BINDATA" /> 119 file="shared/js/util.js" type="BINDATA" />
116 </includes> 120 </includes>
117 </release> 121 </release>
118 </grit> 122 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/table.js ('k') | chrome/browser/resources/task_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698