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

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

Issue 366633002: DevTools: Move jsdifflib to "sources", extract "toolbox" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove trailing whitespace in jsdifflib.js Created 6 years, 6 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 | « Source/devtools/front_end/toolbox/ResponsiveDesignView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index 9e88a8c59f457893598271beb5e894561702ff49..a51811b2819973c329f245030ba198f4f5737195 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -152,7 +152,6 @@
"components/HandlerRegistry.js",
"components/HelpScreen.js",
"components/InspectElementModeController.js",
- "components/InspectedPagePlaceholder.js",
"components/InspectorView.js",
"components/NativeBreakpointsSidebarPane.js",
"components/ObjectPopoverHelper.js",
@@ -175,11 +174,12 @@
]
},
{
- "name": "responsive_design",
- "dependencies": ["components"],
+ "name": "toolbox",
+ "dependencies": ["ui", "sdk"],
"sources": [
- "MediaQueryInspector.js",
- "ResponsiveDesignView.js"
+ "toolbox/InspectedPagePlaceholder.js",
+ "toolbox/MediaQueryInspector.js",
+ "toolbox/ResponsiveDesignView.js"
]
},
{
@@ -461,11 +461,11 @@
"dependencies": [
"elements",
"host_stub",
- "responsive_design",
"screencast",
"settings",
"sources",
- "sdk"
+ "sdk",
+ "toolbox"
],
"sources": [
"main/AdvancedApp.js",
« no previous file with comments | « Source/devtools/front_end/toolbox/ResponsiveDesignView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698