| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "front_end/elements/EventListenersWidget.js", | 190 "front_end/elements/EventListenersWidget.js", |
| 191 "front_end/elements/InspectElementModeController.js", | 191 "front_end/elements/InspectElementModeController.js", |
| 192 "front_end/elements/metricsSidebarPane.css", | 192 "front_end/elements/metricsSidebarPane.css", |
| 193 "front_end/elements/MetricsSidebarPane.js", | 193 "front_end/elements/MetricsSidebarPane.js", |
| 194 "front_end/elements/module.json", | 194 "front_end/elements/module.json", |
| 195 "front_end/elements/platformFontsWidget.css", | 195 "front_end/elements/platformFontsWidget.css", |
| 196 "front_end/elements/PlatformFontsWidget.js", | 196 "front_end/elements/PlatformFontsWidget.js", |
| 197 "front_end/elements/PropertiesWidget.js", | 197 "front_end/elements/PropertiesWidget.js", |
| 198 "front_end/elements/StylePropertyHighlighter.js", | 198 "front_end/elements/StylePropertyHighlighter.js", |
| 199 "front_end/elements/stylesSectionTree.css", | 199 "front_end/elements/stylesSectionTree.css", |
| 200 "front_end/elements/stylesSidebarPane.css", |
| 200 "front_end/elements/StylesSidebarPane.js", | 201 "front_end/elements/StylesSidebarPane.js", |
| 201 "front_end/emulated_devices/module.json", | 202 "front_end/emulated_devices/module.json", |
| 202 "front_end/emulation/AdvancedApp.js", | 203 "front_end/emulation/AdvancedApp.js", |
| 203 "front_end/emulation/DeviceModeModel.js", | 204 "front_end/emulation/DeviceModeModel.js", |
| 204 "front_end/emulation/deviceModeToolbar.css", | 205 "front_end/emulation/deviceModeToolbar.css", |
| 205 "front_end/emulation/DeviceModeToolbar.js", | 206 "front_end/emulation/DeviceModeToolbar.js", |
| 206 "front_end/emulation/deviceModeView.css", | 207 "front_end/emulation/deviceModeView.css", |
| 207 "front_end/emulation/DeviceModeView.js", | 208 "front_end/emulation/DeviceModeView.js", |
| 208 "front_end/emulation/DeviceModeWrapper.js", | 209 "front_end/emulation/DeviceModeWrapper.js", |
| 209 "front_end/emulation/devicesSettingsTab.css", | 210 "front_end/emulation/devicesSettingsTab.css", |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1159 ".eslintrc.js", | 1160 ".eslintrc.js", |
| 1160 "devtools-node-modules/", | 1161 "devtools-node-modules/", |
| 1161 "front_end/", | 1162 "front_end/", |
| 1162 "scripts/buildbot/run_eslint.py", | 1163 "scripts/buildbot/run_eslint.py", |
| 1163 "scripts/local_node/", | 1164 "scripts/local_node/", |
| 1164 "//testing/scripts/common.py", | 1165 "//testing/scripts/common.py", |
| 1165 "//testing/scripts/run_devtools_check.py", | 1166 "//testing/scripts/run_devtools_check.py", |
| 1166 "//testing/xvfb.py", | 1167 "//testing/xvfb.py", |
| 1167 ] | 1168 ] |
| 1168 } | 1169 } |
| OLD | NEW |