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

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

Issue 410293004: Split OptionsPage into Page and PageManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed feedback Created 6 years, 4 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. --> 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 file="js/cr/ui/list_single_selection_model.js" 300 file="js/cr/ui/list_single_selection_model.js"
301 type="chrome_html" /> 301 type="chrome_html" />
302 <structure name="IDR_WEBUI_JS_CR_UI_MENU" 302 <structure name="IDR_WEBUI_JS_CR_UI_MENU"
303 file="js/cr/ui/menu.js" type="chrome_html" /> 303 file="js/cr/ui/menu.js" type="chrome_html" />
304 <structure name="IDR_WEBUI_JS_CR_UI_MENU_BUTTON" 304 <structure name="IDR_WEBUI_JS_CR_UI_MENU_BUTTON"
305 file="js/cr/ui/menu_button.js" type="chrome_html" /> 305 file="js/cr/ui/menu_button.js" type="chrome_html" />
306 <structure name="IDR_WEBUI_JS_CR_UI_MENU_ITEM" 306 <structure name="IDR_WEBUI_JS_CR_UI_MENU_ITEM"
307 file="js/cr/ui/menu_item.js" type="chrome_html" /> 307 file="js/cr/ui/menu_item.js" type="chrome_html" />
308 <structure name="IDR_WEBUI_JS_CR_UI_OVERLAY" 308 <structure name="IDR_WEBUI_JS_CR_UI_OVERLAY"
309 file="js/cr/ui/overlay.js" type="chrome_html" /> 309 file="js/cr/ui/overlay.js" type="chrome_html" />
310 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_HELPER_PAGE"
311 file="js/cr/ui/page_manager/page.js" type="chrome_html" />
312 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_HELPER_PAGE_TREE"
313 file="js/cr/ui/page_manager/page_manager.js" type="chrome_html" />
310 <structure name="IDR_WEBUI_JS_CR_UI_POSITION_UTIL" 314 <structure name="IDR_WEBUI_JS_CR_UI_POSITION_UTIL"
311 file="js/cr/ui/position_util.js" type="chrome_html" /> 315 file="js/cr/ui/position_util.js" type="chrome_html" />
312 <structure name="IDR_WEBUI_JS_CR_UI_SPLITTER" 316 <structure name="IDR_WEBUI_JS_CR_UI_SPLITTER"
313 file="js/cr/ui/splitter.js" type="chrome_html" /> 317 file="js/cr/ui/splitter.js" type="chrome_html" />
314 <structure name="IDR_WEBUI_JS_CR_UI_GRID" 318 <structure name="IDR_WEBUI_JS_CR_UI_GRID"
315 file="js/cr/ui/grid.js" type="chrome_html" /> 319 file="js/cr/ui/grid.js" type="chrome_html" />
316 <structure name="IDR_WEBUI_JS_CR_UI_REPEATING_BUTTON" 320 <structure name="IDR_WEBUI_JS_CR_UI_REPEATING_BUTTON"
317 file="js/cr/ui/repeating_button.js" 321 file="js/cr/ui/repeating_button.js"
318 type="chrome_html" /> 322 type="chrome_html" />
319 <structure name="IDR_WEBUI_JS_CR_UI_TABLE" 323 <structure name="IDR_WEBUI_JS_CR_UI_TABLE"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 364 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
361 file="css/chromeos/ui_account_tweaks.css" 365 file="css/chromeos/ui_account_tweaks.css"
362 type="chrome_html" /> 366 type="chrome_html" />
363 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 367 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
364 file="js/chromeos/ui_account_tweaks.js" 368 file="js/chromeos/ui_account_tweaks.js"
365 type="chrome_html" /> 369 type="chrome_html" />
366 </if> 370 </if>
367 </structures> 371 </structures>
368 </release> 372 </release>
369 </grit> 373 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698