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

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

Issue 11864019: Add base class cr.ui.BubbleButton for options.ControlledSettingIndicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit addressed. Created 7 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
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/bubble_button.js ('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" />
(...skipping 23 matching lines...) Expand all
34 <include name="IDR_SHARED_IMAGES_CLOUDS" 34 <include name="IDR_SHARED_IMAGES_CLOUDS"
35 file="shared/images/clouds.png" type="BINDATA" /> 35 file="shared/images/clouds.png" type="BINDATA" />
36 </includes> 36 </includes>
37 <structures> 37 <structures>
38 <structure name="IDR_SHARED_CSS_ABOUT" 38 <structure name="IDR_SHARED_CSS_ABOUT"
39 file="shared/css/about_memory.css" type="chrome_html" /> 39 file="shared/css/about_memory.css" type="chrome_html" />
40 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY" 40 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY"
41 file="shared/css/alert_overlay.css" type="chrome_html" /> 41 file="shared/css/alert_overlay.css" type="chrome_html" />
42 <structure name="IDR_SHARED_CSS_BUBBLE" 42 <structure name="IDR_SHARED_CSS_BUBBLE"
43 file="shared/css/bubble.css" type="chrome_html" /> 43 file="shared/css/bubble.css" type="chrome_html" />
44 <structure name="IDR_SHARED_CSS_BUBBLE_BUTTON"
45 file="shared/css/bubble_button.css" type="chrome_html" />
44 <structure name="IDR_SHARED_CSS_DIALOGS" 46 <structure name="IDR_SHARED_CSS_DIALOGS"
45 file="shared/css/dialogs.css" type="chrome_html" /> 47 file="shared/css/dialogs.css" type="chrome_html" />
46 <structure name="IDR_SHARED_CSS_LIST" 48 <structure name="IDR_SHARED_CSS_LIST"
47 file="shared/css/list.css" type="chrome_html" /> 49 file="shared/css/list.css" type="chrome_html" />
48 <structure name="IDR_SHARED_CSS_MENU" 50 <structure name="IDR_SHARED_CSS_MENU"
49 file="shared/css/menu.css" type="chrome_html" 51 file="shared/css/menu.css" type="chrome_html"
50 flattenhtml="true" /> 52 flattenhtml="true" />
51 <structure name="IDR_SHARED_CSS_MENU_BUTTON" 53 <structure name="IDR_SHARED_CSS_MENU_BUTTON"
52 file="shared/css/menu_button.css" type="chrome_html" 54 file="shared/css/menu_button.css" type="chrome_html"
53 flattenhtml="true" /> 55 flattenhtml="true" />
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <structure name="IDR_SHARED_JS_CR_UI_ALERT_OVERLAY" 90 <structure name="IDR_SHARED_JS_CR_UI_ALERT_OVERLAY"
89 file="shared/js/cr/ui/alert_overlay.js" type="chrome_html" /> 91 file="shared/js/cr/ui/alert_overlay.js" type="chrome_html" />
90 <structure name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL" 92 <structure name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL"
91 file="shared/js/cr/ui/array_data_model.js" 93 file="shared/js/cr/ui/array_data_model.js"
92 type="chrome_html" /> 94 type="chrome_html" />
93 <structure name="IDR_SHARED_JS_CR_UI_AUTOCOMPLETE_LIST" 95 <structure name="IDR_SHARED_JS_CR_UI_AUTOCOMPLETE_LIST"
94 file="shared/js/cr/ui/autocomplete_list.js" 96 file="shared/js/cr/ui/autocomplete_list.js"
95 type="chrome_html" /> 97 type="chrome_html" />
96 <structure name="IDR_SHARED_JS_CR_UI_BUBBLE" 98 <structure name="IDR_SHARED_JS_CR_UI_BUBBLE"
97 file="shared/js/cr/ui/bubble.js" type="chrome_html" /> 99 file="shared/js/cr/ui/bubble.js" type="chrome_html" />
100 <structure name="IDR_SHARED_JS_CR_UI_BUBBLE_BUTTON"
101 file="shared/js/cr/ui/bubble_button.js" type="chrome_html" />
98 <structure name="IDR_SHARED_JS_CR_UI_CARD_SLIDER" 102 <structure name="IDR_SHARED_JS_CR_UI_CARD_SLIDER"
99 file="shared/js/cr/ui/card_slider.js" type="chrome_html" /> 103 file="shared/js/cr/ui/card_slider.js" type="chrome_html" />
100 <structure name="IDR_SHARED_JS_CR_UI_COMMAND" 104 <structure name="IDR_SHARED_JS_CR_UI_COMMAND"
101 file="shared/js/cr/ui/command.js" type="chrome_html" /> 105 file="shared/js/cr/ui/command.js" type="chrome_html" />
102 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON" 106 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON"
103 file="shared/js/cr/ui/context_menu_button.js" 107 file="shared/js/cr/ui/context_menu_button.js"
104 type="chrome_html" /> 108 type="chrome_html" />
105 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER" 109 <structure name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER"
106 file="shared/js/cr/ui/context_menu_handler.js" 110 file="shared/js/cr/ui/context_menu_handler.js"
107 type="chrome_html" /> 111 type="chrome_html" />
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" 200 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS"
197 file="shared/css/chromeos/ui_account_tweaks.css" 201 file="shared/css/chromeos/ui_account_tweaks.css"
198 type="chrome_html" /> 202 type="chrome_html" />
199 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" 203 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS"
200 file="shared/js/chromeos/ui_account_tweaks.js" 204 file="shared/js/chromeos/ui_account_tweaks.js"
201 type="chrome_html" /> 205 type="chrome_html" />
202 </if> 206 </if>
203 </structures> 207 </structures>
204 </release> 208 </release>
205 </grit> 209 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/bubble_button.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698