| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "front_end/resources/serviceWorkersView.css", | 436 "front_end/resources/serviceWorkersView.css", |
| 437 "front_end/resources/ServiceWorkersView.js", | 437 "front_end/resources/ServiceWorkersView.js", |
| 438 "front_end/resources/StorageItemsView.js", | 438 "front_end/resources/StorageItemsView.js", |
| 439 "front_end/Runtime.js", | 439 "front_end/Runtime.js", |
| 440 "front_end/sass/ASTService.js", | 440 "front_end/sass/ASTService.js", |
| 441 "front_end/sass/ASTSourceMap.js", | 441 "front_end/sass/ASTSourceMap.js", |
| 442 "front_end/sass/module.json", | 442 "front_end/sass/module.json", |
| 443 "front_end/sass/SASSProcessor.js", | 443 "front_end/sass/SASSProcessor.js", |
| 444 "front_end/sass/SASSSourceMapFactory.js", | 444 "front_end/sass/SASSSourceMapFactory.js", |
| 445 "front_end/sass/SASSSupport.js", | 445 "front_end/sass/SASSSupport.js", |
| 446 "front_end/screencast/InputModel.js", |
| 446 "front_end/screencast/module.json", | 447 "front_end/screencast/module.json", |
| 447 "front_end/screencast/ScreencastApp.js", | 448 "front_end/screencast/ScreencastApp.js", |
| 448 "front_end/screencast/screencastView.css", | 449 "front_end/screencast/screencastView.css", |
| 449 "front_end/screencast/ScreencastView.js", | 450 "front_end/screencast/ScreencastView.js", |
| 450 "front_end/sdk/Connections.js", | 451 "front_end/sdk/Connections.js", |
| 451 "front_end/sdk/ContentProviders.js", | 452 "front_end/sdk/ContentProviders.js", |
| 452 "front_end/sdk/CookieModel.js", | 453 "front_end/sdk/CookieModel.js", |
| 453 "front_end/sdk/CookieParser.js", | 454 "front_end/sdk/CookieParser.js", |
| 454 "front_end/sdk/CPUProfileDataModel.js", | 455 "front_end/sdk/CPUProfileDataModel.js", |
| 455 "front_end/sdk/CPUProfilerModel.js", | 456 "front_end/sdk/CPUProfilerModel.js", |
| (...skipping 672 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 |