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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components/module.json

Issue 2678203002: DevTools: extract event_listeners module (Closed)
Patch Set: fix - earlier ps didn't include all changes Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator",
5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator",
6 "marker": "breakpoint-marker", 6 "marker": "breakpoint-marker",
7 "title": "DOM Breakpoint", 7 "title": "DOM Breakpoint",
8 "color": "rgb(105, 140, 254)" 8 "color": "rgb(105, 140, 254)"
9 } 9 }
10 ], 10 ],
11 "dependencies": [ 11 "dependencies": [
12 "bindings", 12 "bindings",
13 "platform", 13 "platform",
14 "ui" 14 "ui"
15 ], 15 ],
16 "scripts": [ 16 "scripts": [
17 "BreakpointsSidebarPaneBase.js", 17 "BreakpointsSidebarPaneBase.js",
18 "CustomPreviewComponent.js", 18 "CustomPreviewComponent.js",
19 "CPUThrottlingManager.js", 19 "CPUThrottlingManager.js",
20 "DataSaverInfobar.js", 20 "DataSaverInfobar.js",
21 "DOMBreakpointsSidebarPane.js", 21 "DOMBreakpointsSidebarPane.js",
22 "DOMPresentationUtils.js", 22 "DOMPresentationUtils.js",
23 "DockController.js", 23 "DockController.js",
24 "JavaScriptAutocomplete.js", 24 "JavaScriptAutocomplete.js",
25 "Linkifier.js", 25 "Linkifier.js",
26 "ObjectPopoverHelper.js", 26 "ObjectPopoverHelper.js",
27 "ObjectPropertiesSection.js", 27 "ObjectPropertiesSection.js",
28 "RemoteObjectPreviewFormatter.js", 28 "RemoteObjectPreviewFormatter.js",
29 "EventListenersUtils.js",
30 "EventListenersView.js",
31 "Reload.js" 29 "Reload.js"
32 ], 30 ],
33 "resources": [ 31 "resources": [
34 "breakpointsList.css", 32 "breakpointsList.css",
35 "customPreviewComponent.css", 33 "customPreviewComponent.css",
36 "eventListenersView.css",
37 "domUtils.css", 34 "domUtils.css",
38 "objectPropertiesSection.css", 35 "objectPropertiesSection.css",
39 "objectValue.css" 36 "objectValue.css"
40 ] 37 ]
41 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698