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/acorn/acorn.js", |
| 11 "front_end/acorn/acorn_loose.js", |
10 "front_end/accessibility/AccessibilityModel.js", | 12 "front_end/accessibility/AccessibilityModel.js", |
11 "front_end/accessibility/accessibilityNode.css", | 13 "front_end/accessibility/accessibilityNode.css", |
12 "front_end/accessibility/AccessibilityNodeView.js", | 14 "front_end/accessibility/AccessibilityNodeView.js", |
13 "front_end/accessibility/AccessibilitySidebarView.js", | 15 "front_end/accessibility/AccessibilitySidebarView.js", |
14 "front_end/accessibility/AccessibilityStrings.js", | 16 "front_end/accessibility/AccessibilityStrings.js", |
15 "front_end/accessibility/ARIAAttributesView.js", | 17 "front_end/accessibility/ARIAAttributesView.js", |
16 "front_end/accessibility/ARIAConfig.js", | 18 "front_end/accessibility/ARIAConfig.js", |
17 "front_end/accessibility/ARIAMetadata.js", | 19 "front_end/accessibility/ARIAMetadata.js", |
18 "front_end/accessibility/AXTreePane.js", | 20 "front_end/accessibility/AXTreePane.js", |
19 "front_end/accessibility/module.json", | 21 "front_end/accessibility/module.json", |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 "front_end/event_listeners/module.json", | 209 "front_end/event_listeners/module.json", |
208 "front_end/extensions/ExtensionAPI.js", | 210 "front_end/extensions/ExtensionAPI.js", |
209 "front_end/extensions/ExtensionAuditCategory.js", | 211 "front_end/extensions/ExtensionAuditCategory.js", |
210 "front_end/extensions/ExtensionPanel.js", | 212 "front_end/extensions/ExtensionPanel.js", |
211 "front_end/extensions/ExtensionRegistryStub.js", | 213 "front_end/extensions/ExtensionRegistryStub.js", |
212 "front_end/extensions/ExtensionServer.js", | 214 "front_end/extensions/ExtensionServer.js", |
213 "front_end/extensions/ExtensionView.js", | 215 "front_end/extensions/ExtensionView.js", |
214 "front_end/extensions/module.json", | 216 "front_end/extensions/module.json", |
215 "front_end/formatter_worker.js", | 217 "front_end/formatter_worker.js", |
216 "front_end/formatter_worker.json", | 218 "front_end/formatter_worker.json", |
217 "front_end/formatter_worker/acorn/acorn.js", | |
218 "front_end/formatter_worker/AcornTokenizer.js", | 219 "front_end/formatter_worker/AcornTokenizer.js", |
219 "front_end/formatter_worker/CSSFormatter.js", | 220 "front_end/formatter_worker/CSSFormatter.js", |
220 "front_end/formatter_worker/CSSRuleParser.js", | 221 "front_end/formatter_worker/CSSRuleParser.js", |
221 "front_end/formatter_worker/ESTreeWalker.js", | 222 "front_end/formatter_worker/ESTreeWalker.js", |
222 "front_end/formatter_worker/FormattedContentBuilder.js", | 223 "front_end/formatter_worker/FormattedContentBuilder.js", |
223 "front_end/formatter_worker/FormatterWorker.js", | 224 "front_end/formatter_worker/FormatterWorker.js", |
224 "front_end/formatter_worker/HTMLFormatter.js", | 225 "front_end/formatter_worker/HTMLFormatter.js", |
225 "front_end/formatter_worker/IdentityFormatter.js", | 226 "front_end/formatter_worker/IdentityFormatter.js", |
226 "front_end/formatter_worker/JavaScriptFormatter.js", | 227 "front_end/formatter_worker/JavaScriptFormatter.js", |
227 "front_end/formatter_worker/JavaScriptOutline.js", | 228 "front_end/formatter_worker/JavaScriptOutline.js", |
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1114 ".eslintrc.js", | 1115 ".eslintrc.js", |
1115 "devtools-node-modules/", | 1116 "devtools-node-modules/", |
1116 "front_end/", | 1117 "front_end/", |
1117 "scripts/buildbot/run_eslint.py", | 1118 "scripts/buildbot/run_eslint.py", |
1118 "scripts/local_node/", | 1119 "scripts/local_node/", |
1119 "//testing/scripts/common.py", | 1120 "//testing/scripts/common.py", |
1120 "//testing/scripts/run_devtools_check.py", | 1121 "//testing/scripts/run_devtools_check.py", |
1121 "//testing/xvfb.py", | 1122 "//testing/xvfb.py", |
1122 ] | 1123 ] |
1123 } | 1124 } |
OLD | NEW |