| 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 "front_end/sources/SourcesNavigator.js", | 577 "front_end/sources/SourcesNavigator.js", |
| 578 "front_end/sources/sourcesPanel.css", | 578 "front_end/sources/sourcesPanel.css", |
| 579 "front_end/sources/SourcesPanel.js", | 579 "front_end/sources/SourcesPanel.js", |
| 580 "front_end/sources/sourcesSearch.css", | 580 "front_end/sources/sourcesSearch.css", |
| 581 "front_end/sources/SourcesSearchScope.js", | 581 "front_end/sources/SourcesSearchScope.js", |
| 582 "front_end/sources/sourcesView.css", | 582 "front_end/sources/sourcesView.css", |
| 583 "front_end/sources/SourcesView.js", | 583 "front_end/sources/SourcesView.js", |
| 584 "front_end/sources/TabbedEditorContainer.js", | 584 "front_end/sources/TabbedEditorContainer.js", |
| 585 "front_end/sources/threadsSidebarPane.css", | 585 "front_end/sources/threadsSidebarPane.css", |
| 586 "front_end/sources/ThreadsSidebarPane.js", | 586 "front_end/sources/ThreadsSidebarPane.js", |
| 587 "front_end/sources/watchExpressionsSidebarPane.css", |
| 587 "front_end/sources/WatchExpressionsSidebarPane.js", | 588 "front_end/sources/WatchExpressionsSidebarPane.js", |
| 588 "front_end/sources/WorkspaceMappingTip.js", | 589 "front_end/sources/WorkspaceMappingTip.js", |
| 589 "front_end/sources/XHRBreakpointsSidebarPane.js", | 590 "front_end/sources/XHRBreakpointsSidebarPane.js", |
| 590 "front_end/terminal/terminal.css", | 591 "front_end/terminal/terminal.css", |
| 591 "front_end/terminal/TerminalWidget.js", | 592 "front_end/terminal/TerminalWidget.js", |
| 592 "front_end/terminal/xterm.js/addons/fit/fit.js", | 593 "front_end/terminal/xterm.js/addons/fit/fit.js", |
| 593 "front_end/terminal/xterm.js/build/xterm.css", | 594 "front_end/terminal/xterm.js/build/xterm.css", |
| 594 "front_end/terminal/xterm.js/build/xterm.js", | 595 "front_end/terminal/xterm.js/build/xterm.js", |
| 595 "front_end/test_runner/module.json", | 596 "front_end/test_runner/module.json", |
| 596 "front_end/test_runner/TestRunner.js", | 597 "front_end/test_runner/TestRunner.js", |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1144 ".eslintrc.js", | 1145 ".eslintrc.js", |
| 1145 "devtools-node-modules/", | 1146 "devtools-node-modules/", |
| 1146 "front_end/", | 1147 "front_end/", |
| 1147 "scripts/buildbot/run_eslint.py", | 1148 "scripts/buildbot/run_eslint.py", |
| 1148 "scripts/local_node/", | 1149 "scripts/local_node/", |
| 1149 "//testing/scripts/common.py", | 1150 "//testing/scripts/common.py", |
| 1150 "//testing/scripts/run_devtools_check.py", | 1151 "//testing/scripts/run_devtools_check.py", |
| 1151 "//testing/xvfb.py", | 1152 "//testing/xvfb.py", |
| 1152 ] | 1153 ] |
| 1153 } | 1154 } |
| OLD | NEW |