summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/devtools/front_end/resources/module.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/devtools/front_end/resources/module.json')
-rw-r--r--chromium/third_party/WebKit/Source/devtools/front_end/resources/module.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/devtools/front_end/resources/module.json b/chromium/third_party/WebKit/Source/devtools/front_end/resources/module.json
new file mode 100644
index 00000000000..442e2e1ae80
--- /dev/null
+++ b/chromium/third_party/WebKit/Source/devtools/front_end/resources/module.json
@@ -0,0 +1,18 @@
+{
+ "extensions": [
+ {
+ "type": "@WebInspector.Panel",
+ "name": "resources",
+ "title": "Resources",
+ "order": 5,
+ "className": "WebInspector.ResourcesPanel"
+ },
+ {
+ "type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.Resource"],
+ "className": "WebInspector.ResourcesPanel.ResourceRevealer"
+ }
+ ],
+ "dependencies": [ "source_frame" ],
+ "scripts": [ "ResourcesPanel.js" ]
+}