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

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

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: split breakpointsList.css 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..48931874097037ab45684f1737afe59f1cd1a6a9 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -125,11 +125,10 @@ all_devtools_files = [
"front_end/common/Trie.js",
"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",
@@ -555,6 +554,7 @@ all_devtools_files = [
"front_end/sources/FilteredUISourceCodeListProvider.js",
"front_end/sources/GoToLineQuickOpen.js",
"front_end/sources/InplaceFormatterEditorAction.js",
+ "front_end/sources/javaScriptBreakpointsSidebarPane.css",
"front_end/sources/JavaScriptBreakpointsSidebarPane.js",
"front_end/sources/JavaScriptCompiler.js",
"front_end/sources/JavaScriptSourceFrame.js",
@@ -587,6 +587,7 @@ all_devtools_files = [
"front_end/sources/ThreadsSidebarPane.js",
"front_end/sources/WatchExpressionsSidebarPane.js",
"front_end/sources/WorkspaceMappingTip.js",
+ "front_end/sources/xhrBreakpointsSidebarPane.css",
"front_end/sources/XHRBreakpointsSidebarPane.js",
"front_end/terminal/terminal.css",
"front_end/terminal/TerminalWidget.js",

Powered by Google App Engine
This is Rietveld 408576698