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

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

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge 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 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "front_end/layer_viewer/TransformController.js", 288 "front_end/layer_viewer/TransformController.js",
289 "front_end/layers/LayerPaintProfilerView.js", 289 "front_end/layers/LayerPaintProfilerView.js",
290 "front_end/layers/LayersPanel.js", 290 "front_end/layers/LayersPanel.js",
291 "front_end/layers/LayerTreeModel.js", 291 "front_end/layers/LayerTreeModel.js",
292 "front_end/layers/module.json", 292 "front_end/layers/module.json",
293 "front_end/main/errorWarningCounter.css", 293 "front_end/main/errorWarningCounter.css",
294 "front_end/main/ExecutionContextSelector.js", 294 "front_end/main/ExecutionContextSelector.js",
295 "front_end/main/GCActionDelegate.js", 295 "front_end/main/GCActionDelegate.js",
296 "front_end/main/Main.js", 296 "front_end/main/Main.js",
297 "front_end/main/module.json", 297 "front_end/main/module.json",
298 "front_end/main/OverlayController.js",
299 "front_end/main/remoteDebuggingTerminatedScreen.css", 298 "front_end/main/remoteDebuggingTerminatedScreen.css",
300 "front_end/main/renderingOptions.css", 299 "front_end/main/renderingOptions.css",
301 "front_end/main/RenderingOptions.js", 300 "front_end/main/RenderingOptions.js",
302 "front_end/main/RequestAppBannerActionDelegate.js", 301 "front_end/main/RequestAppBannerActionDelegate.js",
303 "front_end/main/SimpleApp.js", 302 "front_end/main/SimpleApp.js",
304 "front_end/main/targetCrashedScreen.css", 303 "front_end/main/targetCrashedScreen.css",
305 "front_end/network/blockedURLsPane.css", 304 "front_end/network/blockedURLsPane.css",
306 "front_end/network/BlockedURLsPane.js", 305 "front_end/network/BlockedURLsPane.js",
307 "front_end/network/eventSourceMessagesView.css", 306 "front_end/network/eventSourceMessagesView.css",
308 "front_end/network/EventSourceMessagesView.js", 307 "front_end/network/EventSourceMessagesView.js",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "front_end/sdk/DOMDebuggerModel.js", 469 "front_end/sdk/DOMDebuggerModel.js",
471 "front_end/sdk/DebuggerModel.js", 470 "front_end/sdk/DebuggerModel.js",
472 "front_end/sdk/DOMModel.js", 471 "front_end/sdk/DOMModel.js",
473 "front_end/sdk/FilmStripModel.js", 472 "front_end/sdk/FilmStripModel.js",
474 "front_end/sdk/HeapProfilerModel.js", 473 "front_end/sdk/HeapProfilerModel.js",
475 "front_end/sdk/LayerTreeBase.js", 474 "front_end/sdk/LayerTreeBase.js",
476 "front_end/sdk/LogModel.js", 475 "front_end/sdk/LogModel.js",
477 "front_end/sdk/module.json", 476 "front_end/sdk/module.json",
478 "front_end/sdk/NetworkManager.js", 477 "front_end/sdk/NetworkManager.js",
479 "front_end/sdk/NetworkRequest.js", 478 "front_end/sdk/NetworkRequest.js",
479 "front_end/sdk/OverlayModel.js",
480 "front_end/sdk/PaintProfiler.js", 480 "front_end/sdk/PaintProfiler.js",
481 "front_end/sdk/ProfileTreeModel.js", 481 "front_end/sdk/ProfileTreeModel.js",
482 "front_end/sdk/RemoteObject.js", 482 "front_end/sdk/RemoteObject.js",
483 "front_end/sdk/Resource.js", 483 "front_end/sdk/Resource.js",
484 "front_end/sdk/ResourceTreeModel.js", 484 "front_end/sdk/ResourceTreeModel.js",
485 "front_end/sdk/RuntimeModel.js", 485 "front_end/sdk/RuntimeModel.js",
486 "front_end/sdk/ScreenCaptureModel.js", 486 "front_end/sdk/ScreenCaptureModel.js",
487 "front_end/sdk/Script.js", 487 "front_end/sdk/Script.js",
488 "front_end/sdk/SecurityOriginManager.js", 488 "front_end/sdk/SecurityOriginManager.js",
489 "front_end/sdk/ServiceWorkerCacheModel.js", 489 "front_end/sdk/ServiceWorkerCacheModel.js",
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 ".eslintrc.js", 1135 ".eslintrc.js",
1136 "devtools-node-modules/", 1136 "devtools-node-modules/",
1137 "front_end/", 1137 "front_end/",
1138 "scripts/buildbot/run_eslint.py", 1138 "scripts/buildbot/run_eslint.py",
1139 "scripts/local_node/", 1139 "scripts/local_node/",
1140 "//testing/scripts/common.py", 1140 "//testing/scripts/common.py",
1141 "//testing/scripts/run_devtools_check.py", 1141 "//testing/scripts/run_devtools_check.py",
1142 "//testing/xvfb.py", 1142 "//testing/xvfb.py",
1143 ] 1143 ]
1144 } 1144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698