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

Side by Side 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, 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "front_end/common/ResourceType.js", 119 "front_end/common/ResourceType.js",
120 "front_end/common/SegmentedRange.js", 120 "front_end/common/SegmentedRange.js",
121 "front_end/common/Settings.js", 121 "front_end/common/Settings.js",
122 "front_end/common/StaticContentProvider.js", 122 "front_end/common/StaticContentProvider.js",
123 "front_end/common/TextDictionary.js", 123 "front_end/common/TextDictionary.js",
124 "front_end/common/Throttler.js", 124 "front_end/common/Throttler.js",
125 "front_end/common/Trie.js", 125 "front_end/common/Trie.js",
126 "front_end/common/UIString.js", 126 "front_end/common/UIString.js",
127 "front_end/common/Worker.js", 127 "front_end/common/Worker.js",
128 "front_end/components/breakpointsList.css", 128 "front_end/components/breakpointsList.css",
129 "front_end/components/BreakpointsSidebarPaneBase.js",
130 "front_end/components/CPUThrottlingManager.js", 129 "front_end/components/CPUThrottlingManager.js",
131 "front_end/components/DataSaverInfobar.js", 130 "front_end/components/DataSaverInfobar.js",
132 "front_end/components/DockController.js", 131 "front_end/components/DockController.js",
132 "front_end/components/domBreakpointsSidebarPane.css",
133 "front_end/components/DOMBreakpointsSidebarPane.js", 133 "front_end/components/DOMBreakpointsSidebarPane.js",
134 "front_end/components/DOMPresentationUtils.js", 134 "front_end/components/DOMPresentationUtils.js",
135 "front_end/components/domUtils.css", 135 "front_end/components/domUtils.css",
136 "front_end/components/imagePreview.css", 136 "front_end/components/imagePreview.css",
137 "front_end/components/Linkifier.js", 137 "front_end/components/Linkifier.js",
138 "front_end/components/module.json", 138 "front_end/components/module.json",
139 "front_end/components/Reload.js", 139 "front_end/components/Reload.js",
140 "front_end/console/consoleContextSelector.css", 140 "front_end/console/consoleContextSelector.css",
141 "front_end/console/consoleContextSelectorButton.css", 141 "front_end/console/consoleContextSelectorButton.css",
142 "front_end/console/ConsoleContextSelector.js", 142 "front_end/console/ConsoleContextSelector.js",
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 ".eslintrc.js", 1145 ".eslintrc.js",
1146 "devtools-node-modules/", 1146 "devtools-node-modules/",
1147 "front_end/", 1147 "front_end/",
1148 "scripts/buildbot/run_eslint.py", 1148 "scripts/buildbot/run_eslint.py",
1149 "scripts/local_node/", 1149 "scripts/local_node/",
1150 "//testing/scripts/common.py", 1150 "//testing/scripts/common.py",
1151 "//testing/scripts/run_devtools_check.py", 1151 "//testing/scripts/run_devtools_check.py",
1152 "//testing/xvfb.py", 1152 "//testing/xvfb.py",
1153 ] 1153 ]
1154 } 1154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698