Index: third_party/WebKit/Source/devtools/front_end/components/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/components/module.json b/third_party/WebKit/Source/devtools/front_end/components/module.json |
deleted file mode 100644 |
index 73db8524982d084337f9217600f035c7b2d13b4c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/devtools/front_end/components/module.json |
+++ /dev/null |
@@ -1,62 +0,0 @@ |
-{ |
- "extensions": [ |
- { |
- "type": "@Components.DOMPresentationUtils.MarkerDecorator", |
- "factoryName": "Components.DOMPresentationUtils.GenericDecorator", |
- "marker": "breakpoint-marker", |
- "title": "DOM Breakpoint", |
- "color": "rgb(105, 140, 254)" |
- }, |
- { |
- "type": "@UI.ContextMenu.Provider", |
- "contextTypes": [ "SDK.DOMNode" ], |
- "className": "Components.DOMBreakpointsSidebarPane.ContextMenuProvider" |
- }, |
- { |
- "type": "@UI.ContextFlavorListener", |
- "contextTypes": [ |
- "SDK.DebuggerPausedDetails" |
- ], |
- "className": "Components.DOMBreakpointsSidebarPane" |
- }, |
- { |
- "type": "view", |
- "location": "sources-sidebar", |
- "id": "sources.domBreakpoints", |
- "title": "DOM Breakpoints", |
- "order": 7, |
- "persistence": "permanent", |
- "factoryName": "Components.DOMBreakpointsSidebarPane" |
- }, |
- { |
- "type": "view", |
- "location": "elements-sidebar", |
- "id": "elements.domBreakpoints", |
- "title": "DOM Breakpoints", |
- "order": 6, |
- "persistence": "permanent", |
- "factoryName": "Components.DOMBreakpointsSidebarPane" |
- } |
- ], |
- "dependencies": [ |
- "bindings", |
- "platform", |
- "ui", |
- "network_log" |
- ], |
- "scripts": [ |
- "BreakpointsSidebarPaneBase.js", |
- "CPUThrottlingManager.js", |
- "DataSaverInfobar.js", |
- "DOMBreakpointsSidebarPane.js", |
- "DOMPresentationUtils.js", |
- "DockController.js", |
- "Linkifier.js", |
- "Reload.js" |
- ], |
- "resources": [ |
- "breakpointsList.css", |
- "domUtils.css", |
- "imagePreview.css" |
- ] |
-} |