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

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

Issue 6378006: Add Throbber control for DOMUI. Use it everywhere in options and in Sync setup UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed nit Created 9 years, 11 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" />
11 <output filename="shared_resources.pak" type="data_package" /> 11 <output filename="shared_resources.pak" type="data_package" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <includes> 14 <includes>
15 <include name="IDR_SHARED_CSS_ABOUT" 15 <include name="IDR_SHARED_CSS_ABOUT"
16 file="shared/css/about_memory.css" type="BINDATA" /> 16 file="shared/css/about_memory.css" type="BINDATA" />
17 <include name="IDR_SHARED_CSS_BUTTON" 17 <include name="IDR_SHARED_CSS_BUTTON"
18 file="shared/css/button.css" type="BINDATA" /> 18 file="shared/css/button.css" type="BINDATA" />
19 <include name="IDR_SHARED_CSS_LIST" 19 <include name="IDR_SHARED_CSS_LIST"
20 file="shared/css/list.css" type="BINDATA" /> 20 file="shared/css/list.css" type="BINDATA" />
21 <include name="IDR_SHARED_CSS_MENU" 21 <include name="IDR_SHARED_CSS_MENU"
22 file="shared/css/menu.css" type="BINDATA" /> 22 file="shared/css/menu.css" type="BINDATA" />
23 <include name="IDR_SHARED_CSS_THROBBER"
24 file="shared/css/throbber.css" type="BINDATA" />
23 <include name="IDR_SHARED_CSS_TREE" 25 <include name="IDR_SHARED_CSS_TREE"
24 file="shared/css/tree.css" type="BINDATA" /> 26 file="shared/css/tree.css" type="BINDATA" />
25 <include name="IDR_SHARED_CSS_TREE_JS" 27 <include name="IDR_SHARED_CSS_TREE_JS"
26 file="shared/css/tree.css.js" type="BINDATA" /> 28 file="shared/css/tree.css.js" type="BINDATA" />
27 <include name="IDR_SHARED_JS_CR" 29 <include name="IDR_SHARED_JS_CR"
28 file="shared/js/cr.js" type="BINDATA" /> 30 file="shared/js/cr.js" type="BINDATA" />
29 <include name="IDR_SHARED_JS_CR_COMMAND_LINE" 31 <include name="IDR_SHARED_JS_CR_COMMAND_LINE"
30 file="shared/js/cr/command_line.js" type="BINDATA" /> 32 file="shared/js/cr/command_line.js" type="BINDATA" />
31 <include name="IDR_SHARED_JS_CR_EVENT_TARGET" 33 <include name="IDR_SHARED_JS_CR_EVENT_TARGET"
32 file="shared/js/cr/event_target.js" type="BINDATA" /> 34 file="shared/js/cr/event_target.js" type="BINDATA" />
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 file="shared/js/i18n_template.js" type="BINDATA" /> 72 file="shared/js/i18n_template.js" type="BINDATA" />
71 <include name="IDR_SHARED_JS_LOCAL_STRINGS" 73 <include name="IDR_SHARED_JS_LOCAL_STRINGS"
72 file="shared/js/local_strings.js" type="BINDATA" /> 74 file="shared/js/local_strings.js" type="BINDATA" />
73 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 75 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
74 file="shared/js/parse_html_subset.js" type="BINDATA" /> 76 file="shared/js/parse_html_subset.js" type="BINDATA" />
75 <include name="IDR_SHARED_JS_UTIL" 77 <include name="IDR_SHARED_JS_UTIL"
76 file="shared/js/util.js" type="BINDATA" /> 78 file="shared/js/util.js" type="BINDATA" />
77 </includes> 79 </includes>
78 </release> 80 </release>
79 </grit> 81 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/throbber.css ('k') | chrome/browser/sync/resources/gaia_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698