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

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

Issue 9579001: css hack n' slash, continued: New styles for buttons and selects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: message font size Created 8 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
« no previous file with comments | « chrome/browser/resources/shared/css/select.css ('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. --> 3 without changes to the corresponding grd file. -->
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_LIST" 23 <include name="IDR_SHARED_CSS_LIST"
24 file="shared/css/list.css" type="BINDATA" /> 24 file="shared/css/list.css" type="BINDATA" />
25 <include name="IDR_SHARED_CSS_MENU" 25 <include name="IDR_SHARED_CSS_MENU"
26 file="shared/css/menu.css" type="BINDATA" /> 26 file="shared/css/menu.css" type="BINDATA" />
27 <include name="IDR_SHARED_CSS_CHROME" 27 <include name="IDR_SHARED_CSS_CHROME"
28 file="shared/css/chrome_shared.css" type="BINDATA" /> 28 file="shared/css/chrome_shared.css" type="BINDATA" />
29 <include name="IDR_SHARED_CSS_CHROME2" 29 <include name="IDR_SHARED_CSS_CHROME2"
30 file="shared/css/chrome_shared2.css" type="BINDATA" /> 30 file="shared/css/chrome_shared2.css" type="BINDATA" />
31 <include name="IDR_SHARED_CSS_OVERLAY" 31 <include name="IDR_SHARED_CSS_OVERLAY"
32 file="shared/css/overlay.css" type="BINDATA" /> 32 file="shared/css/overlay.css" type="BINDATA" />
33 <include name="IDR_SHARED_CSS_SELECT"
34 file="shared/css/select.css" type="BINDATA" />
35 <include name="IDR_SHARED_CSS_SPINNER" 33 <include name="IDR_SHARED_CSS_SPINNER"
36 file="shared/css/spinner.css" type="BINDATA" /> 34 file="shared/css/spinner.css" type="BINDATA" />
37 <include name="IDR_SHARED_CSS_TABLE" 35 <include name="IDR_SHARED_CSS_TABLE"
38 file="shared/css/table.css" type="BINDATA" /> 36 file="shared/css/table.css" type="BINDATA" />
39 <include name="IDR_SHARED_CSS_TABS" 37 <include name="IDR_SHARED_CSS_TABS"
40 file="shared/css/tabs.css" type="BINDATA" /> 38 file="shared/css/tabs.css" type="BINDATA" />
41 <include name="IDR_SHARED_CSS_THROBBER" 39 <include name="IDR_SHARED_CSS_THROBBER"
42 file="shared/css/throbber.css" type="BINDATA" /> 40 file="shared/css/throbber.css" type="BINDATA" />
43 <include name="IDR_SHARED_CSS_TREE" 41 <include name="IDR_SHARED_CSS_TREE"
44 file="shared/css/tree.css" type="BINDATA" /> 42 file="shared/css/tree.css" type="BINDATA" />
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 file="shared/js/parse_html_subset.js" type="BINDATA" /> 161 file="shared/js/parse_html_subset.js" type="BINDATA" />
164 <include name="IDR_SHARED_JS_UTIL" 162 <include name="IDR_SHARED_JS_UTIL"
165 file="shared/js/util.js" type="BINDATA" /> 163 file="shared/js/util.js" type="BINDATA" />
166 <if expr="is_posix and not is_macosx and not pp_ifdef('chromeos')"> 164 <if expr="is_posix and not is_macosx and not pp_ifdef('chromeos')">
167 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS" 165 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS"
168 file="third_party/fonts/open_sans.woff" type="BINDATA" /> 166 file="third_party/fonts/open_sans.woff" type="BINDATA" />
169 </if> 167 </if>
170 </includes> 168 </includes>
171 </release> 169 </release>
172 </grit> 170 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/select.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698