| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "front_end/network/HARWriter.js", | 308 "front_end/network/HARWriter.js", |
| 309 "front_end/network/JSONView.js", | 309 "front_end/network/JSONView.js", |
| 310 "front_end/network/module.json", | 310 "front_end/network/module.json", |
| 311 "front_end/network/networkConfigView.css", | 311 "front_end/network/networkConfigView.css", |
| 312 "front_end/network/NetworkConfigView.js", | 312 "front_end/network/NetworkConfigView.js", |
| 313 "front_end/network/NetworkDataGridNode.js", | 313 "front_end/network/NetworkDataGridNode.js", |
| 314 "front_end/network/NetworkItemView.js", | 314 "front_end/network/NetworkItemView.js", |
| 315 "front_end/network/networkLogView.css", | 315 "front_end/network/networkLogView.css", |
| 316 "front_end/network/NetworkLogView.js", | 316 "front_end/network/NetworkLogView.js", |
| 317 "front_end/network/NetworkLogViewColumns.js", | 317 "front_end/network/NetworkLogViewColumns.js", |
| 318 "front_end/network/NetworkGroupers.js", | 318 "front_end/network/NetworkFrameGrouper.js", |
| 319 "front_end/network/networkManageCustomHeadersView.css", | 319 "front_end/network/networkManageCustomHeadersView.css", |
| 320 "front_end/network/NetworkManageCustomHeadersView.js", | 320 "front_end/network/NetworkManageCustomHeadersView.js", |
| 321 "front_end/network/NetworkOverview.js", | 321 "front_end/network/NetworkOverview.js", |
| 322 "front_end/network/networkPanel.css", | 322 "front_end/network/networkPanel.css", |
| 323 "front_end/network/NetworkPanel.js", | 323 "front_end/network/NetworkPanel.js", |
| 324 "front_end/network/NetworkTimeCalculator.js", | 324 "front_end/network/NetworkTimeCalculator.js", |
| 325 "front_end/network/networkTimingTable.css", | 325 "front_end/network/networkTimingTable.css", |
| 326 "front_end/network/NetworkWaterfallColumn.js", | 326 "front_end/network/NetworkWaterfallColumn.js", |
| 327 "front_end/network/requestCookiesView.css", | 327 "front_end/network/requestCookiesView.css", |
| 328 "front_end/network/RequestCookiesView.js", | 328 "front_end/network/RequestCookiesView.js", |
| (...skipping 807 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 |