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

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: s/PageTree/PageManager/, s/pageHelper/pageManager/ 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
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..7b8d922e6f3d35a0386e0f21462ae3cc2c87d9c1 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_HELPER_PAGE"
+ file="js/cr/ui/page_manager/page.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_CR_UI_PAGE_HELPER_PAGE_TREE"
+ 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"

Powered by Google App Engine
This is Rietveld 408576698