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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
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
index 99999d2e74eccaf704ac49878f7f7c8d823ec9d1..f7ffb0a577c3f1435c41d91b5a02066d648e1e3c 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
@@ -47,7 +47,6 @@
"network_log"
],
"scripts": [
- "BreakpointsSidebarPaneBase.js",
"DataSaverInfobar.js",
"DOMBreakpointsSidebarPane.js",
"DOMPresentationUtils.js",
@@ -56,7 +55,7 @@
"Reload.js"
],
"resources": [
- "breakpointsList.css",
+ "domBreakpointsSidebarPane.css",
"domUtils.css",
"imagePreview.css"
]

Powered by Google App Engine
This is Rietveld 408576698