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

Unified Diff: Source/devtools/front_end/elements/module.json

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and involve worker modules 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/front_end/elements/module.json
diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
index 4aff86526e826c7a23f84aad90006755aeb681a0..7c60a07a0a98b7bf5134cf55eb25f597903ec7cc 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -74,5 +74,15 @@
"settingType": "checkbox"
}
],
- "scripts": [ "ElementsPanel.js" ]
+ "scripts": [
+ "Spectrum.js",
+ "DOMSyntaxHighlighter.js",
+ "ElementsTreeOutline.js",
+ "EventListenersSidebarPane.js",
+ "MetricsSidebarPane.js",
+ "PlatformFontsSidebarPane.js",
+ "PropertiesSidebarPane.js",
+ "StylesSidebarPane.js",
+ "ElementsPanel.js"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698