summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/devtools/front_end/layers/module.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/devtools/front_end/layers/module.json')
-rw-r--r--chromium/third_party/WebKit/Source/devtools/front_end/layers/module.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/devtools/front_end/layers/module.json b/chromium/third_party/WebKit/Source/devtools/front_end/layers/module.json
new file mode 100644
index 00000000000..e37e987c903
--- /dev/null
+++ b/chromium/third_party/WebKit/Source/devtools/front_end/layers/module.json
@@ -0,0 +1,18 @@
+{
+ "extensions": [
+ {
+ "type": "@WebInspector.Panel",
+ "name": "layers",
+ "title": "Layers",
+ "order": 7,
+ "className": "WebInspector.LayersPanel"
+ },
+ {
+ "type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.DeferredLayerTree"],
+ "className": "WebInspector.LayersPanel.LayerTreeRevealer"
+ }
+ ],
+ "dependencies": [ "timeline" ],
+ "scripts": [ "LayersPanel.js" ]
+}