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

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

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: remove the base, and also rebase Created 3 years, 6 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 {
(...skipping 27 matching lines...) Expand all
38 "factoryName": "Components.DOMBreakpointsSidebarPane" 38 "factoryName": "Components.DOMBreakpointsSidebarPane"
39 } 39 }
40 ], 40 ],
41 "dependencies": [ 41 "dependencies": [
42 "bindings", 42 "bindings",
43 "platform", 43 "platform",
44 "ui", 44 "ui",
45 "network_log" 45 "network_log"
46 ], 46 ],
47 "scripts": [ 47 "scripts": [
48 "BreakpointsSidebarPaneBase.js",
49 "CPUThrottlingManager.js", 48 "CPUThrottlingManager.js",
50 "DataSaverInfobar.js", 49 "DataSaverInfobar.js",
51 "DOMBreakpointsSidebarPane.js", 50 "DOMBreakpointsSidebarPane.js",
52 "DOMPresentationUtils.js", 51 "DOMPresentationUtils.js",
53 "DockController.js", 52 "DockController.js",
54 "Linkifier.js", 53 "Linkifier.js",
55 "Reload.js" 54 "Reload.js"
56 ], 55 ],
57 "resources": [ 56 "resources": [
58 "breakpointsList.css", 57 "breakpointsList.css",
58 "domBreakpointsSidebarPane.css",
59 "domUtils.css", 59 "domUtils.css",
60 "imagePreview.css" 60 "imagePreview.css"
61 ] 61 ]
62 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698