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

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

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/devtools/front_end/layers/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/layers/module.json b/third_party/WebKit/Source/devtools/front_end/layers/module.json
index 0415c3b131f06c2a27e7daa9adb6e57470b538cd..84cff9f08f0d2653e7f3b818e90a740cd9e80c29 100644
--- a/third_party/WebKit/Source/devtools/front_end/layers/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/layers/module.json
@@ -13,10 +13,13 @@
"className": "WebInspector.LayersPanel.LayerTreeRevealer"
}
],
- "dependencies": ["timeline"],
+ "dependencies": ["layer_viewer", "timeline_model"],
"experiment": "layersPanel",
"scripts": [
"LayerPaintProfilerView.js",
"LayersPanel.js"
+ ],
+ "resources": [
+ "layersPanel.css"
dgozman 2016/09/22 16:35:34 This file is missing.
]
}

Powered by Google App Engine
This is Rietveld 408576698