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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 "front_end/event_listeners/module.json", | 207 "front_end/event_listeners/module.json", |
208 "front_end/extensions/ExtensionAPI.js", | 208 "front_end/extensions/ExtensionAPI.js", |
209 "front_end/extensions/ExtensionAuditCategory.js", | 209 "front_end/extensions/ExtensionAuditCategory.js", |
210 "front_end/extensions/ExtensionPanel.js", | 210 "front_end/extensions/ExtensionPanel.js", |
211 "front_end/extensions/ExtensionRegistryStub.js", | 211 "front_end/extensions/ExtensionRegistryStub.js", |
212 "front_end/extensions/ExtensionServer.js", | 212 "front_end/extensions/ExtensionServer.js", |
213 "front_end/extensions/ExtensionView.js", | 213 "front_end/extensions/ExtensionView.js", |
214 "front_end/extensions/module.json", | 214 "front_end/extensions/module.json", |
215 "front_end/formatter_worker.js", | 215 "front_end/formatter_worker.js", |
216 "front_end/formatter_worker.json", | 216 "front_end/formatter_worker.json", |
217 "front_end/formatter_worker/acorn/acorn.js", | |
218 "front_end/formatter_worker/AcornTokenizer.js", | 217 "front_end/formatter_worker/AcornTokenizer.js", |
219 "front_end/formatter_worker/CSSFormatter.js", | 218 "front_end/formatter_worker/CSSFormatter.js", |
220 "front_end/formatter_worker/CSSRuleParser.js", | 219 "front_end/formatter_worker/CSSRuleParser.js", |
221 "front_end/formatter_worker/ESTreeWalker.js", | 220 "front_end/formatter_worker/ESTreeWalker.js", |
222 "front_end/formatter_worker/FormattedContentBuilder.js", | 221 "front_end/formatter_worker/FormattedContentBuilder.js", |
223 "front_end/formatter_worker/FormatterWorker.js", | 222 "front_end/formatter_worker/FormatterWorker.js", |
224 "front_end/formatter_worker/HTMLFormatter.js", | 223 "front_end/formatter_worker/HTMLFormatter.js", |
225 "front_end/formatter_worker/IdentityFormatter.js", | 224 "front_end/formatter_worker/IdentityFormatter.js", |
226 "front_end/formatter_worker/JavaScriptFormatter.js", | 225 "front_end/formatter_worker/JavaScriptFormatter.js", |
227 "front_end/formatter_worker/JavaScriptOutline.js", | 226 "front_end/formatter_worker/JavaScriptOutline.js", |
| 227 "front_end/formatter_worker/RelaxedJSONParser.js", |
| 228 "front_end/formatter_worker/acorn/acorn.js", |
| 229 "front_end/formatter_worker/acorn/acorn_loose.js", |
228 "front_end/formatter_worker/module.json", | 230 "front_end/formatter_worker/module.json", |
229 "front_end/formatter_worker/RelaxedJSONParser.js", | |
230 "front_end/gonzales/gonzales-scss.js", | 231 "front_end/gonzales/gonzales-scss.js", |
231 "front_end/gonzales/module.json", | 232 "front_end/gonzales/module.json", |
232 "front_end/gonzales/SCSSParser.js", | 233 "front_end/gonzales/SCSSParser.js", |
233 "front_end/heap_snapshot_model/HeapSnapshotModel.js", | 234 "front_end/heap_snapshot_model/HeapSnapshotModel.js", |
234 "front_end/heap_snapshot_model/module.json", | 235 "front_end/heap_snapshot_model/module.json", |
235 "front_end/heap_snapshot_worker.js", | 236 "front_end/heap_snapshot_worker.js", |
236 "front_end/heap_snapshot_worker.json", | 237 "front_end/heap_snapshot_worker.json", |
237 "front_end/heap_snapshot_worker/AllocationProfile.js", | 238 "front_end/heap_snapshot_worker/AllocationProfile.js", |
238 "front_end/heap_snapshot_worker/HeapSnapshot.js", | 239 "front_end/heap_snapshot_worker/HeapSnapshot.js", |
239 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", | 240 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1116 ".eslintrc.js", | 1117 ".eslintrc.js", |
1117 "devtools-node-modules/", | 1118 "devtools-node-modules/", |
1118 "front_end/", | 1119 "front_end/", |
1119 "scripts/buildbot/run_eslint.py", | 1120 "scripts/buildbot/run_eslint.py", |
1120 "scripts/local_node/", | 1121 "scripts/local_node/", |
1121 "//testing/scripts/common.py", | 1122 "//testing/scripts/common.py", |
1122 "//testing/scripts/run_devtools_check.py", | 1123 "//testing/scripts/run_devtools_check.py", |
1123 "//testing/xvfb.py", | 1124 "//testing/xvfb.py", |
1124 ] | 1125 ] |
1125 } | 1126 } |
OLD | NEW |