| OLD | NEW |
| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "front_end/network/ResourceWebSocketFrameView.js", | 331 "front_end/network/ResourceWebSocketFrameView.js", |
| 332 "front_end/network/webSocketFrameView.css", | 332 "front_end/network/webSocketFrameView.css", |
| 333 "front_end/network/xmlTree.css", | 333 "front_end/network/xmlTree.css", |
| 334 "front_end/network/xmlView.css", | 334 "front_end/network/xmlView.css", |
| 335 "front_end/network/XMLView.js", | 335 "front_end/network/XMLView.js", |
| 336 "front_end/network_conditions/module.json", | 336 "front_end/network_conditions/module.json", |
| 337 "front_end/network_conditions/NetworkConditionsSelector.js", | 337 "front_end/network_conditions/NetworkConditionsSelector.js", |
| 338 "front_end/network_conditions/networkConditionsSettingsTab.css", | 338 "front_end/network_conditions/networkConditionsSettingsTab.css", |
| 339 "front_end/network_group_lookup/module.json", | 339 "front_end/network_group_lookup/module.json", |
| 340 "front_end/network_group_lookup/NetworkProductGroupLookup.js", | 340 "front_end/network_group_lookup/NetworkProductGroupLookup.js", |
| 341 "front_end/network_log/HAREntry.js", |
| 342 "front_end/network_log/module.json", |
| 343 "front_end/network_log/NetworkLog.js", |
| 341 "front_end/object_ui/customPreviewComponent.css", | 344 "front_end/object_ui/customPreviewComponent.css", |
| 342 "front_end/object_ui/CustomPreviewComponent.js", | 345 "front_end/object_ui/CustomPreviewComponent.js", |
| 343 "front_end/object_ui/JavaScriptAutocomplete.js", | 346 "front_end/object_ui/JavaScriptAutocomplete.js", |
| 344 "front_end/object_ui/module.json", | 347 "front_end/object_ui/module.json", |
| 345 "front_end/object_ui/objectPopover.css", | 348 "front_end/object_ui/objectPopover.css", |
| 346 "front_end/object_ui/ObjectPopoverHelper.js", | 349 "front_end/object_ui/ObjectPopoverHelper.js", |
| 347 "front_end/object_ui/objectPropertiesSection.css", | 350 "front_end/object_ui/objectPropertiesSection.css", |
| 348 "front_end/object_ui/ObjectPropertiesSection.js", | 351 "front_end/object_ui/ObjectPropertiesSection.js", |
| 349 "front_end/object_ui/objectValue.css", | 352 "front_end/object_ui/objectValue.css", |
| 350 "front_end/object_ui/RemoteObjectPreviewFormatter.js", | 353 "front_end/object_ui/RemoteObjectPreviewFormatter.js", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "front_end/sdk/CSSMedia.js", | 450 "front_end/sdk/CSSMedia.js", |
| 448 "front_end/sdk/CSSMetadata.js", | 451 "front_end/sdk/CSSMetadata.js", |
| 449 "front_end/sdk/CSSModel.js", | 452 "front_end/sdk/CSSModel.js", |
| 450 "front_end/sdk/CSSProperty.js", | 453 "front_end/sdk/CSSProperty.js", |
| 451 "front_end/sdk/CSSRule.js", | 454 "front_end/sdk/CSSRule.js", |
| 452 "front_end/sdk/CSSStyleDeclaration.js", | 455 "front_end/sdk/CSSStyleDeclaration.js", |
| 453 "front_end/sdk/CSSStyleSheetHeader.js", | 456 "front_end/sdk/CSSStyleSheetHeader.js", |
| 454 "front_end/sdk/DebuggerModel.js", | 457 "front_end/sdk/DebuggerModel.js", |
| 455 "front_end/sdk/DOMModel.js", | 458 "front_end/sdk/DOMModel.js", |
| 456 "front_end/sdk/FilmStripModel.js", | 459 "front_end/sdk/FilmStripModel.js", |
| 457 "front_end/sdk/HAREntry.js", | |
| 458 "front_end/sdk/HeapProfilerModel.js", | 460 "front_end/sdk/HeapProfilerModel.js", |
| 459 "front_end/sdk/LayerTreeBase.js", | 461 "front_end/sdk/LayerTreeBase.js", |
| 460 "front_end/sdk/LogModel.js", | 462 "front_end/sdk/LogModel.js", |
| 461 "front_end/sdk/module.json", | 463 "front_end/sdk/module.json", |
| 462 "front_end/sdk/NetworkLog.js", | |
| 463 "front_end/sdk/NetworkManager.js", | 464 "front_end/sdk/NetworkManager.js", |
| 464 "front_end/sdk/NetworkRequest.js", | 465 "front_end/sdk/NetworkRequest.js", |
| 465 "front_end/sdk/PaintProfiler.js", | 466 "front_end/sdk/PaintProfiler.js", |
| 466 "front_end/sdk/ProfileTreeModel.js", | 467 "front_end/sdk/ProfileTreeModel.js", |
| 467 "front_end/sdk/RemoteObject.js", | 468 "front_end/sdk/RemoteObject.js", |
| 468 "front_end/sdk/Resource.js", | 469 "front_end/sdk/Resource.js", |
| 469 "front_end/sdk/ResourceTreeModel.js", | 470 "front_end/sdk/ResourceTreeModel.js", |
| 470 "front_end/sdk/RuntimeModel.js", | 471 "front_end/sdk/RuntimeModel.js", |
| 471 "front_end/sdk/ScreenCaptureModel.js", | 472 "front_end/sdk/ScreenCaptureModel.js", |
| 472 "front_end/sdk/Script.js", | 473 "front_end/sdk/Script.js", |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 ".eslintrc.js", | 1112 ".eslintrc.js", |
| 1112 "devtools-node-modules/", | 1113 "devtools-node-modules/", |
| 1113 "front_end/", | 1114 "front_end/", |
| 1114 "scripts/buildbot/run_eslint.py", | 1115 "scripts/buildbot/run_eslint.py", |
| 1115 "scripts/local_node/", | 1116 "scripts/local_node/", |
| 1116 "//testing/scripts/common.py", | 1117 "//testing/scripts/common.py", |
| 1117 "//testing/scripts/run_devtools_check.py", | 1118 "//testing/scripts/run_devtools_check.py", |
| 1118 "//testing/xvfb.py", | 1119 "//testing/xvfb.py", |
| 1119 ] | 1120 ] |
| 1120 } | 1121 } |
| OLD | NEW |