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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2915883002: DevTools: prepare to unify Network and CPU throttling UI (Closed)
Patch Set: gs 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 129 "front_end/components/BreakpointsSidebarPaneBase.js",
130 "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",
133 "front_end/components/DOMBreakpointsSidebarPane.js", 132 "front_end/components/DOMBreakpointsSidebarPane.js",
134 "front_end/components/DOMPresentationUtils.js", 133 "front_end/components/DOMPresentationUtils.js",
135 "front_end/components/domUtils.css", 134 "front_end/components/domUtils.css",
136 "front_end/components/imagePreview.css", 135 "front_end/components/imagePreview.css",
137 "front_end/components/Linkifier.js", 136 "front_end/components/Linkifier.js",
138 "front_end/components/module.json", 137 "front_end/components/module.json",
139 "front_end/components/Reload.js", 138 "front_end/components/Reload.js",
140 "front_end/console/consoleContextSelector.css", 139 "front_end/console/consoleContextSelector.css",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "front_end/main/GCActionDelegate.js", 299 "front_end/main/GCActionDelegate.js",
301 "front_end/main/Main.js", 300 "front_end/main/Main.js",
302 "front_end/main/module.json", 301 "front_end/main/module.json",
303 "front_end/main/nodeIcon.css", 302 "front_end/main/nodeIcon.css",
304 "front_end/main/remoteDebuggingTerminatedScreen.css", 303 "front_end/main/remoteDebuggingTerminatedScreen.css",
305 "front_end/main/renderingOptions.css", 304 "front_end/main/renderingOptions.css",
306 "front_end/main/RenderingOptions.js", 305 "front_end/main/RenderingOptions.js",
307 "front_end/main/RequestAppBannerActionDelegate.js", 306 "front_end/main/RequestAppBannerActionDelegate.js",
308 "front_end/main/SimpleApp.js", 307 "front_end/main/SimpleApp.js",
309 "front_end/main/targetCrashedScreen.css", 308 "front_end/main/targetCrashedScreen.css",
309 "front_end/mobile_throttling/CPUThrottlingManager.js",
310 "front_end/mobile_throttling/module.json",
311 "front_end/mobile_throttling/NetworkConditionsSelector.js",
312 "front_end/mobile_throttling/networkConditionsSettingsTab.css",
313 "front_end/mobile_throttling/NetworkConditionsSettingsTab.js",
310 "front_end/network/blockedURLsPane.css", 314 "front_end/network/blockedURLsPane.css",
311 "front_end/network/BlockedURLsPane.js", 315 "front_end/network/BlockedURLsPane.js",
312 "front_end/network/eventSourceMessagesView.css", 316 "front_end/network/eventSourceMessagesView.css",
313 "front_end/network/EventSourceMessagesView.js", 317 "front_end/network/EventSourceMessagesView.js",
314 "front_end/network/FilterSuggestionBuilder.js", 318 "front_end/network/FilterSuggestionBuilder.js",
315 "front_end/network/HARWriter.js", 319 "front_end/network/HARWriter.js",
316 "front_end/network/JSONView.js", 320 "front_end/network/JSONView.js",
317 "front_end/network/module.json", 321 "front_end/network/module.json",
318 "front_end/network/networkConfigView.css", 322 "front_end/network/networkConfigView.css",
319 "front_end/network/NetworkConfigView.js", 323 "front_end/network/NetworkConfigView.js",
(...skipping 19 matching lines...) Expand all
339 "front_end/network/RequestHTMLView.js", 343 "front_end/network/RequestHTMLView.js",
340 "front_end/network/RequestPreviewView.js", 344 "front_end/network/RequestPreviewView.js",
341 "front_end/network/RequestResponseView.js", 345 "front_end/network/RequestResponseView.js",
342 "front_end/network/RequestTimingView.js", 346 "front_end/network/RequestTimingView.js",
343 "front_end/network/RequestView.js", 347 "front_end/network/RequestView.js",
344 "front_end/network/ResourceWebSocketFrameView.js", 348 "front_end/network/ResourceWebSocketFrameView.js",
345 "front_end/network/webSocketFrameView.css", 349 "front_end/network/webSocketFrameView.css",
346 "front_end/network/xmlTree.css", 350 "front_end/network/xmlTree.css",
347 "front_end/network/xmlView.css", 351 "front_end/network/xmlView.css",
348 "front_end/network/XMLView.js", 352 "front_end/network/XMLView.js",
349 "front_end/network_conditions/module.json",
350 "front_end/network_conditions/NetworkConditionsSelector.js",
351 "front_end/network_conditions/networkConditionsSettingsTab.css",
352 "front_end/network_log/HAREntry.js", 353 "front_end/network_log/HAREntry.js",
353 "front_end/network_log/module.json", 354 "front_end/network_log/module.json",
354 "front_end/network_log/NetworkLog.js", 355 "front_end/network_log/NetworkLog.js",
356 "front_end/network_priorities/module.json",
357 "front_end/network_priorities/NetworkPriorities.js",
355 "front_end/object_ui/customPreviewComponent.css", 358 "front_end/object_ui/customPreviewComponent.css",
356 "front_end/object_ui/CustomPreviewComponent.js", 359 "front_end/object_ui/CustomPreviewComponent.js",
357 "front_end/object_ui/JavaScriptAutocomplete.js", 360 "front_end/object_ui/JavaScriptAutocomplete.js",
358 "front_end/object_ui/module.json", 361 "front_end/object_ui/module.json",
359 "front_end/object_ui/objectPopover.css", 362 "front_end/object_ui/objectPopover.css",
360 "front_end/object_ui/ObjectPopoverHelper.js", 363 "front_end/object_ui/ObjectPopoverHelper.js",
361 "front_end/object_ui/objectPropertiesSection.css", 364 "front_end/object_ui/objectPropertiesSection.css",
362 "front_end/object_ui/ObjectPropertiesSection.js", 365 "front_end/object_ui/ObjectPropertiesSection.js",
363 "front_end/object_ui/objectValue.css", 366 "front_end/object_ui/objectValue.css",
364 "front_end/object_ui/RemoteObjectPreviewFormatter.js", 367 "front_end/object_ui/RemoteObjectPreviewFormatter.js",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 ".eslintrc.js", 1152 ".eslintrc.js",
1150 "devtools-node-modules/", 1153 "devtools-node-modules/",
1151 "front_end/", 1154 "front_end/",
1152 "scripts/buildbot/run_eslint.py", 1155 "scripts/buildbot/run_eslint.py",
1153 "scripts/local_node/", 1156 "scripts/local_node/",
1154 "//testing/scripts/common.py", 1157 "//testing/scripts/common.py",
1155 "//testing/scripts/run_devtools_check.py", 1158 "//testing/scripts/run_devtools_check.py",
1156 "//testing/xvfb.py", 1159 "//testing/xvfb.py",
1157 ] 1160 ]
1158 } 1161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698