| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "front_end/profiler/profilesSidebarTree.css", | 401 "front_end/profiler/profilesSidebarTree.css", |
| 402 "front_end/profiler/ProfileTypeRegistry.js", | 402 "front_end/profiler/ProfileTypeRegistry.js", |
| 403 "front_end/profiler/ProfileView.js", | 403 "front_end/profiler/ProfileView.js", |
| 404 "front_end/profiler/TargetsComboBoxController.js", | 404 "front_end/profiler/TargetsComboBoxController.js", |
| 405 "front_end/profiler/TopDownProfileDataGrid.js", | 405 "front_end/profiler/TopDownProfileDataGrid.js", |
| 406 "front_end/protocol/InspectorBackend.js", | 406 "front_end/protocol/InspectorBackend.js", |
| 407 "front_end/protocol/module.json", | 407 "front_end/protocol/module.json", |
| 408 "front_end/quick_open/CommandMenu.js", | 408 "front_end/quick_open/CommandMenu.js", |
| 409 "front_end/quick_open/filteredListWidget.css", | 409 "front_end/quick_open/filteredListWidget.css", |
| 410 "front_end/quick_open/FilteredListWidget.js", | 410 "front_end/quick_open/FilteredListWidget.js", |
| 411 "front_end/quick_open/HelpQuickOpen.js", |
| 411 "front_end/quick_open/QuickOpen.js", | 412 "front_end/quick_open/QuickOpen.js", |
| 412 "front_end/quick_open/module.json", | 413 "front_end/quick_open/module.json", |
| 413 "front_end/resources/ApplicationCacheModel.js", | 414 "front_end/resources/ApplicationCacheModel.js", |
| 414 "front_end/resources/ApplicationCacheItemsView.js", | 415 "front_end/resources/ApplicationCacheItemsView.js", |
| 415 "front_end/resources/ApplicationPanelSidebar.js", | 416 "front_end/resources/ApplicationPanelSidebar.js", |
| 416 "front_end/resources/appManifestView.css", | 417 "front_end/resources/appManifestView.css", |
| 417 "front_end/resources/AppManifestView.js", | 418 "front_end/resources/AppManifestView.js", |
| 418 "front_end/resources/clearStorageView.css", | 419 "front_end/resources/clearStorageView.css", |
| 419 "front_end/resources/ClearStorageView.js", | 420 "front_end/resources/ClearStorageView.js", |
| 420 "front_end/resources/CookieItemsView.js", | 421 "front_end/resources/CookieItemsView.js", |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 ".eslintrc.js", | 1129 ".eslintrc.js", |
| 1129 "devtools-node-modules/", | 1130 "devtools-node-modules/", |
| 1130 "front_end/", | 1131 "front_end/", |
| 1131 "scripts/buildbot/run_eslint.py", | 1132 "scripts/buildbot/run_eslint.py", |
| 1132 "scripts/local_node/", | 1133 "scripts/local_node/", |
| 1133 "//testing/scripts/common.py", | 1134 "//testing/scripts/common.py", |
| 1134 "//testing/scripts/run_devtools_check.py", | 1135 "//testing/scripts/run_devtools_check.py", |
| 1135 "//testing/xvfb.py", | 1136 "//testing/xvfb.py", |
| 1136 ] | 1137 ] |
| 1137 } | 1138 } |
| OLD | NEW |