| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "front_end/profiler/TargetsComboBoxController.js", | 399 "front_end/profiler/TargetsComboBoxController.js", |
| 400 "front_end/profiler/TopDownProfileDataGrid.js", | 400 "front_end/profiler/TopDownProfileDataGrid.js", |
| 401 "front_end/protocol/InspectorBackend.js", | 401 "front_end/protocol/InspectorBackend.js", |
| 402 "front_end/protocol/module.json", | 402 "front_end/protocol/module.json", |
| 403 "front_end/quick_open/CommandMenu.js", | 403 "front_end/quick_open/CommandMenu.js", |
| 404 "front_end/quick_open/filteredListWidget.css", | 404 "front_end/quick_open/filteredListWidget.css", |
| 405 "front_end/quick_open/FilteredListWidget.js", | 405 "front_end/quick_open/FilteredListWidget.js", |
| 406 "front_end/quick_open/module.json", | 406 "front_end/quick_open/module.json", |
| 407 "front_end/resources/ApplicationCacheModel.js", | 407 "front_end/resources/ApplicationCacheModel.js", |
| 408 "front_end/resources/ApplicationCacheItemsView.js", | 408 "front_end/resources/ApplicationCacheItemsView.js", |
| 409 "front_end/resources/ApplicationPanelSidebar.js", |
| 409 "front_end/resources/appManifestView.css", | 410 "front_end/resources/appManifestView.css", |
| 410 "front_end/resources/AppManifestView.js", | 411 "front_end/resources/AppManifestView.js", |
| 411 "front_end/resources/clearStorageView.css", | 412 "front_end/resources/clearStorageView.css", |
| 412 "front_end/resources/ClearStorageView.js", | 413 "front_end/resources/ClearStorageView.js", |
| 413 "front_end/resources/CookieItemsView.js", | 414 "front_end/resources/CookieItemsView.js", |
| 414 "front_end/resources/DatabaseModel.js", | 415 "front_end/resources/DatabaseModel.js", |
| 415 "front_end/resources/DatabaseQueryView.js", | 416 "front_end/resources/DatabaseQueryView.js", |
| 416 "front_end/resources/DatabaseTableView.js", | 417 "front_end/resources/DatabaseTableView.js", |
| 417 "front_end/resources/DOMStorageItemsView.js", | 418 "front_end/resources/DOMStorageItemsView.js", |
| 418 "front_end/resources/DOMStorageModel.js", | 419 "front_end/resources/DOMStorageModel.js", |
| (...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1113 ".eslintrc.js", | 1114 ".eslintrc.js", |
| 1114 "devtools-node-modules/", | 1115 "devtools-node-modules/", |
| 1115 "front_end/", | 1116 "front_end/", |
| 1116 "scripts/buildbot/run_eslint.py", | 1117 "scripts/buildbot/run_eslint.py", |
| 1117 "scripts/local_node/", | 1118 "scripts/local_node/", |
| 1118 "//testing/scripts/common.py", | 1119 "//testing/scripts/common.py", |
| 1119 "//testing/scripts/run_devtools_check.py", | 1120 "//testing/scripts/run_devtools_check.py", |
| 1120 "//testing/xvfb.py", | 1121 "//testing/xvfb.py", |
| 1121 ] | 1122 ] |
| 1122 } | 1123 } |
| OLD | NEW |