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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: remove the base, and also rebase 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index d883a11979e1060c84a4a17ed72dafc482fd1902..eb60ab2ff0e378cd65af1893d37527a8ad79863b 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -126,10 +126,10 @@ all_devtools_files = [
"front_end/common/UIString.js",
"front_end/common/Worker.js",
"front_end/components/breakpointsList.css",
- "front_end/components/BreakpointsSidebarPaneBase.js",
"front_end/components/CPUThrottlingManager.js",
"front_end/components/DataSaverInfobar.js",
"front_end/components/DockController.js",
+ "front_end/components/domBreakpointsSidebarPane.css",
"front_end/components/DOMBreakpointsSidebarPane.js",
"front_end/components/DOMPresentationUtils.js",
"front_end/components/domUtils.css",

Powered by Google App Engine
This is Rietveld 408576698