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

Unified Diff: Source/devtools/scripts/frontend_modules.json

Issue 460673003: DevTools: Decouple AdvancedApp from Toolbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/scripts/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index aa695d56ae42f5c225da0f576cf8cc5fadcb4120..bc589aac215be12fe082ea215ede05bbcf62df08 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -183,7 +183,8 @@
"toolbox/InspectedPagePlaceholder.js",
"toolbox/MediaQueryInspector.js",
"toolbox/OverridesUI.js",
- "toolbox/ResponsiveDesignView.js"
+ "toolbox/ResponsiveDesignView.js",
+ "toolbox/ToolboxDelegate.js"
]
},
{
@@ -466,11 +467,12 @@
"main/AdvancedApp.js",
"main/App.js",
"main/HelpScreenUntilReload.js",
+ "main/Main.js",
"main/OverridesView.js",
"main/RenderingOptions.js",
"main/ScreencastApp.js",
"main/SimpleApp.js",
- "main/Main.js"
+ "main/Toolbox.js"
]
},
{

Powered by Google App Engine
This is Rietveld 408576698