| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "front_end/perf_ui/overviewGrid.css", | 369 "front_end/perf_ui/overviewGrid.css", |
| 370 "front_end/perf_ui/OverviewGrid.js", | 370 "front_end/perf_ui/OverviewGrid.js", |
| 371 "front_end/perf_ui/pieChart.css", | 371 "front_end/perf_ui/pieChart.css", |
| 372 "front_end/perf_ui/PieChart.js", | 372 "front_end/perf_ui/PieChart.js", |
| 373 "front_end/perf_ui/timelineGrid.css", | 373 "front_end/perf_ui/timelineGrid.css", |
| 374 "front_end/perf_ui/TimelineGrid.js", | 374 "front_end/perf_ui/TimelineGrid.js", |
| 375 "front_end/perf_ui/timelineOverviewInfo.css", | 375 "front_end/perf_ui/timelineOverviewInfo.css", |
| 376 "front_end/perf_ui/TimelineOverviewPane.js", | 376 "front_end/perf_ui/TimelineOverviewPane.js", |
| 377 "front_end/persistence/Automapping.js", | 377 "front_end/persistence/Automapping.js", |
| 378 "front_end/persistence/DefaultMapping.js", | 378 "front_end/persistence/DefaultMapping.js", |
| 379 "front_end/persistence/editFileSystemView.css", |
| 380 "front_end/persistence/EditFileSystemView.js", |
| 381 "front_end/persistence/FileSystemMapping.js", |
| 379 "front_end/persistence/FileSystemWorkspaceBinding.js", | 382 "front_end/persistence/FileSystemWorkspaceBinding.js", |
| 380 "front_end/persistence/Persistence.js", | 383 "front_end/persistence/Persistence.js", |
| 381 "front_end/persistence/PersistenceUtils.js", | 384 "front_end/persistence/PersistenceUtils.js", |
| 382 "front_end/platform/module.json", | 385 "front_end/platform/module.json", |
| 383 "front_end/platform/utilities.js", | 386 "front_end/platform/utilities.js", |
| 384 "front_end/product_registry/module.json", | 387 "front_end/product_registry/module.json", |
| 385 "front_end/product_registry/ProductRegistry.js", | 388 "front_end/product_registry/ProductRegistry.js", |
| 386 "front_end/product_registry_impl/module.json", | 389 "front_end/product_registry_impl/module.json", |
| 387 "front_end/product_registry_impl/ProductRegistryImpl.js", | 390 "front_end/product_registry_impl/ProductRegistryImpl.js", |
| 388 "front_end/product_registry_impl/ProductRegistryData.js", | 391 "front_end/product_registry_impl/ProductRegistryData.js", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "front_end/sdk/TracingManager.js", | 502 "front_end/sdk/TracingManager.js", |
| 500 "front_end/sdk/TracingModel.js", | 503 "front_end/sdk/TracingModel.js", |
| 501 "front_end/security/lockIcon.css", | 504 "front_end/security/lockIcon.css", |
| 502 "front_end/security/mainView.css", | 505 "front_end/security/mainView.css", |
| 503 "front_end/security/module.json", | 506 "front_end/security/module.json", |
| 504 "front_end/security/originView.css", | 507 "front_end/security/originView.css", |
| 505 "front_end/security/SecurityModel.js", | 508 "front_end/security/SecurityModel.js", |
| 506 "front_end/security/SecurityPanel.js", | 509 "front_end/security/SecurityPanel.js", |
| 507 "front_end/security/sidebar.css", | 510 "front_end/security/sidebar.css", |
| 508 "front_end/services/ServiceManager.js", | 511 "front_end/services/ServiceManager.js", |
| 509 "front_end/settings/editFileSystemView.css", | |
| 510 "front_end/settings/EditFileSystemView.js", | |
| 511 "front_end/settings/frameworkBlackboxSettingsTab.css", | 512 "front_end/settings/frameworkBlackboxSettingsTab.css", |
| 512 "front_end/settings/FrameworkBlackboxSettingsTab.js", | 513 "front_end/settings/FrameworkBlackboxSettingsTab.js", |
| 513 "front_end/settings/module.json", | 514 "front_end/settings/module.json", |
| 514 "front_end/settings/settingsScreen.css", | 515 "front_end/settings/settingsScreen.css", |
| 515 "front_end/settings/SettingsScreen.js", | 516 "front_end/settings/SettingsScreen.js", |
| 516 "front_end/shell/module.json", | 517 "front_end/shell/module.json", |
| 517 "front_end/shell/TestShell.js", | 518 "front_end/shell/TestShell.js", |
| 518 "front_end/snippets/module.json", | 519 "front_end/snippets/module.json", |
| 519 "front_end/snippets/ScriptSnippetModel.js", | 520 "front_end/snippets/ScriptSnippetModel.js", |
| 520 "front_end/snippets/SnippetsQuickOpen.js", | 521 "front_end/snippets/SnippetsQuickOpen.js", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 "front_end/ui/Widget.js", | 709 "front_end/ui/Widget.js", |
| 709 "front_end/ui/ZoomManager.js", | 710 "front_end/ui/ZoomManager.js", |
| 710 "front_end/unit_test_runner.js", | 711 "front_end/unit_test_runner.js", |
| 711 "front_end/unit_test_runner.json", | 712 "front_end/unit_test_runner.json", |
| 712 "front_end/utility_shared_worker.js", | 713 "front_end/utility_shared_worker.js", |
| 713 "front_end/utility_shared_worker.json", | 714 "front_end/utility_shared_worker.json", |
| 714 "front_end/utility_shared_worker/module.json", | 715 "front_end/utility_shared_worker/module.json", |
| 715 "front_end/utility_shared_worker/TempStorage.js", | 716 "front_end/utility_shared_worker/TempStorage.js", |
| 716 "front_end/worker_service/ServiceDispatcher.js", | 717 "front_end/worker_service/ServiceDispatcher.js", |
| 717 "front_end/workspace/FileManager.js", | 718 "front_end/workspace/FileManager.js", |
| 718 "front_end/workspace/FileSystemMapping.js", | |
| 719 "front_end/workspace/IsolatedFileSystem.js", | 719 "front_end/workspace/IsolatedFileSystem.js", |
| 720 "front_end/workspace/IsolatedFileSystemManager.js", | 720 "front_end/workspace/IsolatedFileSystemManager.js", |
| 721 "front_end/workspace/module.json", | 721 "front_end/workspace/module.json", |
| 722 "front_end/workspace/SearchConfig.js", | 722 "front_end/workspace/SearchConfig.js", |
| 723 "front_end/workspace/UISourceCode.js", | 723 "front_end/workspace/UISourceCode.js", |
| 724 "front_end/workspace/Workspace.js", | 724 "front_end/workspace/Workspace.js", |
| 725 "front_end/workspace_diff/WorkspaceDiff.js", | 725 "front_end/workspace_diff/WorkspaceDiff.js", |
| 726 "front_end/workspace_diff/module.json", | 726 "front_end/workspace_diff/module.json", |
| 727 ] | 727 ] |
| 728 | 728 |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 ".eslintrc.js", | 1136 ".eslintrc.js", |
| 1137 "devtools-node-modules/", | 1137 "devtools-node-modules/", |
| 1138 "front_end/", | 1138 "front_end/", |
| 1139 "scripts/buildbot/run_eslint.py", | 1139 "scripts/buildbot/run_eslint.py", |
| 1140 "scripts/local_node/", | 1140 "scripts/local_node/", |
| 1141 "//testing/scripts/common.py", | 1141 "//testing/scripts/common.py", |
| 1142 "//testing/scripts/run_devtools_check.py", | 1142 "//testing/scripts/run_devtools_check.py", |
| 1143 "//testing/xvfb.py", | 1143 "//testing/xvfb.py", |
| 1144 ] | 1144 ] |
| 1145 } | 1145 } |
| OLD | NEW |