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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 47296f2620004896edf10e0b78ccea6d6d12d7c8..9859c16460078dbc79fb859d91a8cf5443072249 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -125,10 +125,9 @@ 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/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",
@@ -558,6 +557,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",
@@ -591,6 +591,7 @@ all_devtools_files = [
"front_end/sources/watchExpressionsSidebarPane.css",
"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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698