| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "front_end/inline_editor/BezierEditor.js", | 256 "front_end/inline_editor/BezierEditor.js", |
| 257 "front_end/inline_editor/bezierSwatch.css", | 257 "front_end/inline_editor/bezierSwatch.css", |
| 258 "front_end/inline_editor/BezierUI.js", | 258 "front_end/inline_editor/BezierUI.js", |
| 259 "front_end/inline_editor/colorSwatch.css", | 259 "front_end/inline_editor/colorSwatch.css", |
| 260 "front_end/inline_editor/ColorSwatch.js", | 260 "front_end/inline_editor/ColorSwatch.js", |
| 261 "front_end/inline_editor/cssShadowEditor.css", | 261 "front_end/inline_editor/cssShadowEditor.css", |
| 262 "front_end/inline_editor/CSSShadowEditor.js", | 262 "front_end/inline_editor/CSSShadowEditor.js", |
| 263 "front_end/inline_editor/CSSShadowModel.js", | 263 "front_end/inline_editor/CSSShadowModel.js", |
| 264 "front_end/inline_editor/cssShadowSwatch.css", | 264 "front_end/inline_editor/cssShadowSwatch.css", |
| 265 "front_end/inline_editor/module.json", | 265 "front_end/inline_editor/module.json", |
| 266 "front_end/inline_editor/swatchPopover.css", |
| 266 "front_end/inline_editor/SwatchPopoverHelper.js", | 267 "front_end/inline_editor/SwatchPopoverHelper.js", |
| 267 "front_end/inspector.js", | 268 "front_end/inspector.js", |
| 268 "front_end/inspector.json", | 269 "front_end/inspector.json", |
| 269 "front_end/layer_viewer/layerDetailsView.css", | 270 "front_end/layer_viewer/layerDetailsView.css", |
| 270 "front_end/layer_viewer/LayerDetailsView.js", | 271 "front_end/layer_viewer/LayerDetailsView.js", |
| 271 "front_end/layer_viewer/layers3DView.css", | 272 "front_end/layer_viewer/layers3DView.css", |
| 272 "front_end/layer_viewer/Layers3DView.js", | 273 "front_end/layer_viewer/Layers3DView.js", |
| 273 "front_end/layer_viewer/LayerTreeOutline.js", | 274 "front_end/layer_viewer/LayerTreeOutline.js", |
| 274 "front_end/layer_viewer/LayerViewHost.js", | 275 "front_end/layer_viewer/LayerViewHost.js", |
| 275 "front_end/layer_viewer/module.json", | 276 "front_end/layer_viewer/module.json", |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 ".eslintrc.js", | 1106 ".eslintrc.js", |
| 1106 "devtools-node-modules/", | 1107 "devtools-node-modules/", |
| 1107 "front_end/", | 1108 "front_end/", |
| 1108 "scripts/buildbot/run_eslint.py", | 1109 "scripts/buildbot/run_eslint.py", |
| 1109 "scripts/local_node/", | 1110 "scripts/local_node/", |
| 1110 "//testing/scripts/common.py", | 1111 "//testing/scripts/common.py", |
| 1111 "//testing/scripts/run_devtools_check.py", | 1112 "//testing/scripts/run_devtools_check.py", |
| 1112 "//testing/xvfb.py", | 1113 "//testing/xvfb.py", |
| 1113 ] | 1114 ] |
| 1114 } | 1115 } |
| OLD | NEW |