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

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: rebase again 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 29 matching lines...) Expand all
40 "factoryName": "Components.DOMBreakpointsSidebarPane" 40 "factoryName": "Components.DOMBreakpointsSidebarPane"
41 } 41 }
42 ], 42 ],
43 "dependencies": [ 43 "dependencies": [
44 "bindings", 44 "bindings",
45 "platform", 45 "platform",
46 "ui", 46 "ui",
47 "network_log" 47 "network_log"
48 ], 48 ],
49 "scripts": [ 49 "scripts": [
50 "BreakpointsSidebarPaneBase.js",
51 "DataSaverInfobar.js", 50 "DataSaverInfobar.js",
52 "DOMBreakpointsSidebarPane.js", 51 "DOMBreakpointsSidebarPane.js",
53 "DOMPresentationUtils.js", 52 "DOMPresentationUtils.js",
54 "DockController.js", 53 "DockController.js",
55 "Linkifier.js", 54 "Linkifier.js",
56 "Reload.js" 55 "Reload.js"
57 ], 56 ],
58 "resources": [ 57 "resources": [
59 "breakpointsList.css", 58 "domBreakpointsSidebarPane.css",
60 "domUtils.css", 59 "domUtils.css",
61 "imagePreview.css" 60 "imagePreview.css"
62 ] 61 ]
63 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698