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

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

Issue 10408074: remove chrome_shared.css once and for all (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/chrome_shared.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" 9 <output filename="grit/shared_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
11 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> 11 <output filename="grit/shared_resources_map.h" type="resource_map_header" />
12 <output filename="shared_resources.pak" type="data_package" /> 12 <output filename="shared_resources.pak" type="data_package" />
13 </outputs> 13 </outputs>
14 <release seq="1"> 14 <release seq="1">
15 <includes> 15 <includes>
16 <include name="IDR_SHARED_CSS_ABOUT" 16 <include name="IDR_SHARED_CSS_ABOUT"
17 file="shared/css/about_memory.css" type="BINDATA" /> 17 file="shared/css/about_memory.css" type="BINDATA" />
18 <include name="IDR_SHARED_CSS_ALERT_OVERLAY" 18 <include name="IDR_SHARED_CSS_ALERT_OVERLAY"
19 file="shared/css/alert_overlay.css" type="BINDATA" /> 19 file="shared/css/alert_overlay.css" type="BINDATA" />
20 <include name="IDR_SHARED_CSS_DIALOGS" 20 <include name="IDR_SHARED_CSS_DIALOGS"
21 file="shared/css/dialogs.css" type="BINDATA" /> 21 file="shared/css/dialogs.css" type="BINDATA" />
22 <include name="IDR_SHARED_CSS_LIST" 22 <include name="IDR_SHARED_CSS_LIST"
23 file="shared/css/list.css" type="BINDATA" /> 23 file="shared/css/list.css" type="BINDATA" />
24 <include name="IDR_SHARED_CSS_MENU" 24 <include name="IDR_SHARED_CSS_MENU"
25 file="shared/css/menu.css" type="BINDATA" flattenhtml="true" /> 25 file="shared/css/menu.css" type="BINDATA" flattenhtml="true" />
26 <include name="IDR_SHARED_CSS_MENU_BUTTON" 26 <include name="IDR_SHARED_CSS_MENU_BUTTON"
27 file="shared/css/menu_button.css" type="BINDATA" 27 file="shared/css/menu_button.css" type="BINDATA"
28 flattenhtml="true" /> 28 flattenhtml="true" />
29 <include name="IDR_SHARED_CSS_CHROME"
30 file="shared/css/chrome_shared.css" type="BINDATA" />
31 <include name="IDR_SHARED_CSS_CHROME2" 29 <include name="IDR_SHARED_CSS_CHROME2"
32 file="shared/css/chrome_shared2.css" type="BINDATA" 30 file="shared/css/chrome_shared2.css" type="BINDATA"
33 flattenhtml="true" /> 31 flattenhtml="true" />
34 <include name="IDR_SHARED_CSS_CHROME2_TOUCH" 32 <include name="IDR_SHARED_CSS_CHROME2_TOUCH"
35 file="shared/css/chrome_shared2_touch.css" type="BINDATA" 33 file="shared/css/chrome_shared2_touch.css" type="BINDATA"
36 flattenhtml="true" /> 34 flattenhtml="true" />
37 <include name="IDR_SHARED_CSS_OVERLAY" 35 <include name="IDR_SHARED_CSS_OVERLAY"
38 file="shared/css/overlay.css" type="BINDATA" 36 file="shared/css/overlay.css" type="BINDATA"
39 flattenhtml="true" /> 37 flattenhtml="true" />
40 <include name="IDR_SHARED_CSS_SPINNER" 38 <include name="IDR_SHARED_CSS_SPINNER"
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 <include name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" 179 <include name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS"
182 file="shared/css/chromeos/ui_account_tweaks.css" 180 file="shared/css/chromeos/ui_account_tweaks.css"
183 type="BINDATA" /> 181 type="BINDATA" />
184 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" 182 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS"
185 file="shared/js/chromeos/ui_account_tweaks.js" 183 file="shared/js/chromeos/ui_account_tweaks.js"
186 type="BINDATA" /> 184 type="BINDATA" />
187 </if> 185 </if>
188 </includes> 186 </includes>
189 </release> 187 </release>
190 </grit> 188 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698