| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "front_end/data_grid/ViewportDataGrid.js", | 164 "front_end/data_grid/ViewportDataGrid.js", |
| 165 "front_end/devices/devicesView.css", | 165 "front_end/devices/devicesView.css", |
| 166 "front_end/devices/DevicesView.js", | 166 "front_end/devices/DevicesView.js", |
| 167 "front_end/devices/module.json", | 167 "front_end/devices/module.json", |
| 168 "front_end/diff/diff_match_patch.js", | 168 "front_end/diff/diff_match_patch.js", |
| 169 "front_end/diff/Diff.js", | 169 "front_end/diff/Diff.js", |
| 170 "front_end/diff/module.json", | 170 "front_end/diff/module.json", |
| 171 "front_end/dom_extension/DOMExtension.js", | 171 "front_end/dom_extension/DOMExtension.js", |
| 172 "front_end/dom_extension/module.json", | 172 "front_end/dom_extension/module.json", |
| 173 "front_end/elements/breadcrumbs.css", | 173 "front_end/elements/breadcrumbs.css", |
| 174 "front_end/elements/classesPaneWidget.css", |
| 174 "front_end/elements/ClassesPaneWidget.js", | 175 "front_end/elements/ClassesPaneWidget.js", |
| 175 "front_end/elements/ColorSwatchPopoverIcon.js", | 176 "front_end/elements/ColorSwatchPopoverIcon.js", |
| 176 "front_end/elements/ComputedStyleModel.js", | 177 "front_end/elements/ComputedStyleModel.js", |
| 177 "front_end/elements/computedStyleSidebarPane.css", | 178 "front_end/elements/computedStyleSidebarPane.css", |
| 178 "front_end/elements/ComputedStyleWidget.js", | 179 "front_end/elements/ComputedStyleWidget.js", |
| 179 "front_end/elements/ElementsBreadcrumbs.js", | 180 "front_end/elements/ElementsBreadcrumbs.js", |
| 180 "front_end/elements/elementsPanel.css", | 181 "front_end/elements/elementsPanel.css", |
| 181 "front_end/elements/ElementsPanel.js", | 182 "front_end/elements/ElementsPanel.js", |
| 182 "front_end/elements/ElementsSidebarPane.js", | 183 "front_end/elements/ElementsSidebarPane.js", |
| 184 "front_end/elements/elementStatePaneWidget.css", |
| 183 "front_end/elements/ElementStatePaneWidget.js", | 185 "front_end/elements/ElementStatePaneWidget.js", |
| 184 "front_end/elements/ElementsTreeElement.js", | 186 "front_end/elements/ElementsTreeElement.js", |
| 185 "front_end/elements/ElementsTreeElementHighlighter.js", | 187 "front_end/elements/ElementsTreeElementHighlighter.js", |
| 186 "front_end/elements/elementsTreeOutline.css", | 188 "front_end/elements/elementsTreeOutline.css", |
| 187 "front_end/elements/ElementsTreeOutline.js", | 189 "front_end/elements/ElementsTreeOutline.js", |
| 188 "front_end/elements/EventListenersWidget.js", | 190 "front_end/elements/EventListenersWidget.js", |
| 189 "front_end/elements/InspectElementModeController.js", | 191 "front_end/elements/InspectElementModeController.js", |
| 190 "front_end/elements/MetricsSidebarPane.js", | 192 "front_end/elements/MetricsSidebarPane.js", |
| 191 "front_end/elements/module.json", | 193 "front_end/elements/module.json", |
| 192 "front_end/elements/platformFontsWidget.css", | 194 "front_end/elements/platformFontsWidget.css", |
| (...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1155 ".eslintrc.js", | 1157 ".eslintrc.js", |
| 1156 "devtools-node-modules/", | 1158 "devtools-node-modules/", |
| 1157 "front_end/", | 1159 "front_end/", |
| 1158 "scripts/buildbot/run_eslint.py", | 1160 "scripts/buildbot/run_eslint.py", |
| 1159 "scripts/local_node/", | 1161 "scripts/local_node/", |
| 1160 "//testing/scripts/common.py", | 1162 "//testing/scripts/common.py", |
| 1161 "//testing/scripts/run_devtools_check.py", | 1163 "//testing/scripts/run_devtools_check.py", |
| 1162 "//testing/xvfb.py", | 1164 "//testing/xvfb.py", |
| 1163 ] | 1165 ] |
| 1164 } | 1166 } |
| OLD | NEW |