| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "front_end/network/ResourceWebSocketFrameView.js", | 335 "front_end/network/ResourceWebSocketFrameView.js", |
| 336 "front_end/network/webSocketFrameView.css", | 336 "front_end/network/webSocketFrameView.css", |
| 337 "front_end/network/xmlTree.css", | 337 "front_end/network/xmlTree.css", |
| 338 "front_end/network/xmlView.css", | 338 "front_end/network/xmlView.css", |
| 339 "front_end/network/XMLView.js", | 339 "front_end/network/XMLView.js", |
| 340 "front_end/network_conditions/module.json", | 340 "front_end/network_conditions/module.json", |
| 341 "front_end/network_conditions/NetworkConditionsSelector.js", | 341 "front_end/network_conditions/NetworkConditionsSelector.js", |
| 342 "front_end/network_conditions/networkConditionsSettingsTab.css", | 342 "front_end/network_conditions/networkConditionsSettingsTab.css", |
| 343 "front_end/network_group_lookup/module.json", | 343 "front_end/network_group_lookup/module.json", |
| 344 "front_end/network_group_lookup/NetworkProductGroupLookup.js", | 344 "front_end/network_group_lookup/NetworkProductGroupLookup.js", |
| 345 "front_end/network_group_lookup/networkProductTypeGroupLookup.css", |
| 345 "front_end/network_log/HAREntry.js", | 346 "front_end/network_log/HAREntry.js", |
| 346 "front_end/network_log/module.json", | 347 "front_end/network_log/module.json", |
| 347 "front_end/network_log/NetworkLog.js", | 348 "front_end/network_log/NetworkLog.js", |
| 348 "front_end/object_ui/customPreviewComponent.css", | 349 "front_end/object_ui/customPreviewComponent.css", |
| 349 "front_end/object_ui/CustomPreviewComponent.js", | 350 "front_end/object_ui/CustomPreviewComponent.js", |
| 350 "front_end/object_ui/JavaScriptAutocomplete.js", | 351 "front_end/object_ui/JavaScriptAutocomplete.js", |
| 351 "front_end/object_ui/module.json", | 352 "front_end/object_ui/module.json", |
| 352 "front_end/object_ui/objectPopover.css", | 353 "front_end/object_ui/objectPopover.css", |
| 353 "front_end/object_ui/ObjectPopoverHelper.js", | 354 "front_end/object_ui/ObjectPopoverHelper.js", |
| 354 "front_end/object_ui/objectPropertiesSection.css", | 355 "front_end/object_ui/objectPropertiesSection.css", |
| (...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 ".eslintrc.js", | 1127 ".eslintrc.js", |
| 1127 "devtools-node-modules/", | 1128 "devtools-node-modules/", |
| 1128 "front_end/", | 1129 "front_end/", |
| 1129 "scripts/buildbot/run_eslint.py", | 1130 "scripts/buildbot/run_eslint.py", |
| 1130 "scripts/local_node/", | 1131 "scripts/local_node/", |
| 1131 "//testing/scripts/common.py", | 1132 "//testing/scripts/common.py", |
| 1132 "//testing/scripts/run_devtools_check.py", | 1133 "//testing/scripts/run_devtools_check.py", |
| 1133 "//testing/xvfb.py", | 1134 "//testing/xvfb.py", |
| 1134 ] | 1135 ] |
| 1135 } | 1136 } |
| OLD | NEW |