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

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

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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
« no previous file with comments | « Source/devtools/front_end/layers/_module.js ('k') | Source/devtools/front_end/main/_module.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/layers/module.json
diff --git a/Source/devtools/front_end/layers/module.json b/Source/devtools/front_end/layers/module.json
index e37e987c9033c0d1796c84330c8726c247a7ce2d..dcda4af743e7ed479a92e7ec99cd0ca09b0fef47 100644
--- a/Source/devtools/front_end/layers/module.json
+++ b/Source/devtools/front_end/layers/module.json
@@ -13,6 +13,11 @@
"className": "WebInspector.LayersPanel.LayerTreeRevealer"
}
],
- "dependencies": [ "timeline" ],
- "scripts": [ "LayersPanel.js" ]
+ "dependencies": ["timeline"],
+ "scripts": [
+ "LayerTreeOutline.js",
+ "LayerDetailsView.js",
+ "LayerPaintProfilerView.js",
+ "LayersPanel.js"
+ ]
}
« no previous file with comments | « Source/devtools/front_end/layers/_module.js ('k') | Source/devtools/front_end/main/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698