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

Unified 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: ugh just no Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/webui/resources/js/cr/ui/page_manager/page_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 0df44239b0b1781fabeb0840da28e93e064e3d39..19be2673cf095245bcd637ce81fc0fef81ed4544 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -307,6 +307,10 @@ without changes to the corresponding grd file. -->
file="js/cr/ui/menu_item.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_OVERLAY"
file="js/cr/ui/overlay.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE"
+ file="js/cr/ui/page_manager/page.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE_MANAGER"
+ file="js/cr/ui/page_manager/page_manager.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_POSITION_UTIL"
file="js/cr/ui/position_util.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_SPLITTER"
« no previous file with comments | « ui/webui/resources/js/cr/ui/page_manager/page_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698