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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « ui/webui/resources/js/cr/ui/dialog_overlay.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/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_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/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <structure name="IDR_WEBUI_CSS_BUBBLE" 121 <structure name="IDR_WEBUI_CSS_BUBBLE"
122 file="css/bubble.css" type="chrome_html" /> 122 file="css/bubble.css" type="chrome_html" />
123 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" 123 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON"
124 file="css/bubble_button.css" type="chrome_html" /> 124 file="css/bubble_button.css" type="chrome_html" />
125 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" 125 <structure name="IDR_WEBUI_CSS_BUTTER_BAR"
126 file="css/butter_bar.css" type="chrome_html" /> 126 file="css/butter_bar.css" type="chrome_html" />
127 <structure name="IDR_WEBUI_CSS_APPS_COMMON" 127 <structure name="IDR_WEBUI_CSS_APPS_COMMON"
128 file="css/apps/common.css" type="chrome_html" /> 128 file="css/apps/common.css" type="chrome_html" />
129 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" 129 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR"
130 file="css/apps/topbutton_bar.css" type="chrome_html" /> 130 file="css/apps/topbutton_bar.css" type="chrome_html" />
131 <structure name="IDR_WEBUI_CSS_DIALOG_OVERLAY"
132 file="css/dialog_overlay.css" type="chrome_html"
133 flattenhtml="true" />
131 <structure name="IDR_WEBUI_CSS_DIALOGS" 134 <structure name="IDR_WEBUI_CSS_DIALOGS"
132 file="css/dialogs.css" type="chrome_html" /> 135 file="css/dialogs.css" type="chrome_html" />
133 <structure name="IDR_WEBUI_CSS_LIST" 136 <structure name="IDR_WEBUI_CSS_LIST"
134 file="css/list.css" type="chrome_html" /> 137 file="css/list.css" type="chrome_html" />
135 <structure name="IDR_WEBUI_CSS_MENU" 138 <structure name="IDR_WEBUI_CSS_MENU"
136 file="css/menu.css" type="chrome_html" 139 file="css/menu.css" type="chrome_html"
137 flattenhtml="true" /> 140 flattenhtml="true" />
138 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" 141 <structure name="IDR_WEBUI_CSS_MENU_BUTTON"
139 file="css/menu_button.css" type="chrome_html" 142 file="css/menu_button.css" type="chrome_html"
140 flattenhtml="true" /> 143 flattenhtml="true" />
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <structure name="IDR_WEBUI_JS_CR_UI_CARD_SLIDER" 190 <structure name="IDR_WEBUI_JS_CR_UI_CARD_SLIDER"
188 file="js/cr/ui/card_slider.js" type="chrome_html" /> 191 file="js/cr/ui/card_slider.js" type="chrome_html" />
189 <structure name="IDR_WEBUI_JS_CR_UI_COMMAND" 192 <structure name="IDR_WEBUI_JS_CR_UI_COMMAND"
190 file="js/cr/ui/command.js" type="chrome_html" /> 193 file="js/cr/ui/command.js" type="chrome_html" />
191 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_BUTTON" 194 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_BUTTON"
192 file="js/cr/ui/context_menu_button.js" 195 file="js/cr/ui/context_menu_button.js"
193 type="chrome_html" /> 196 type="chrome_html" />
194 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_HANDLER" 197 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_HANDLER"
195 file="js/cr/ui/context_menu_handler.js" 198 file="js/cr/ui/context_menu_handler.js"
196 type="chrome_html" /> 199 type="chrome_html" />
200 <structure name="IDR_WEBUI_JS_CR_UI_DIALOG_OVERLAY"
201 file="js/cr/ui/dialog_overlay.js" type="chrome_html" />
197 <structure name="IDR_WEBUI_JS_CR_UI_DIALOGS" 202 <structure name="IDR_WEBUI_JS_CR_UI_DIALOGS"
198 file="js/cr/ui/dialogs.js" type="chrome_html" /> 203 file="js/cr/ui/dialogs.js" type="chrome_html" />
199 <structure name="IDR_WEBUI_JS_CR_UI_DRAG_WRAPPER" 204 <structure name="IDR_WEBUI_JS_CR_UI_DRAG_WRAPPER"
200 file="js/cr/ui/drag_wrapper.js" type="chrome_html" /> 205 file="js/cr/ui/drag_wrapper.js" type="chrome_html" />
201 <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_MANAGER" 206 <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_MANAGER"
202 file="js/cr/ui/focus_manager.js" type="chrome_html" /> 207 file="js/cr/ui/focus_manager.js" type="chrome_html" />
203 <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_OUTLINE_MANAGER" 208 <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_OUTLINE_MANAGER"
204 file="js/cr/ui/focus_outline_manager.js" 209 file="js/cr/ui/focus_outline_manager.js"
205 type="chrome_html" /> 210 type="chrome_html" />
206 <structure name="IDR_WEBUI_JS_CR_UI_LIST" 211 <structure name="IDR_WEBUI_JS_CR_UI_LIST"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 292 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
288 file="css/chromeos/ui_account_tweaks.css" 293 file="css/chromeos/ui_account_tweaks.css"
289 type="chrome_html" /> 294 type="chrome_html" />
290 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 295 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
291 file="js/chromeos/ui_account_tweaks.js" 296 file="js/chromeos/ui_account_tweaks.js"
292 type="chrome_html" /> 297 type="chrome_html" />
293 </if> 298 </if>
294 </structures> 299 </structures>
295 </release> 300 </release>
296 </grit> 301 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/js/cr/ui/dialog_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698