| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "front_end/heap_snapshot_model/HeapSnapshotModel.js", | 239 "front_end/heap_snapshot_model/HeapSnapshotModel.js", |
| 240 "front_end/heap_snapshot_model/module.json", | 240 "front_end/heap_snapshot_model/module.json", |
| 241 "front_end/heap_snapshot_worker.js", | 241 "front_end/heap_snapshot_worker.js", |
| 242 "front_end/heap_snapshot_worker.json", | 242 "front_end/heap_snapshot_worker.json", |
| 243 "front_end/heap_snapshot_worker/AllocationProfile.js", | 243 "front_end/heap_snapshot_worker/AllocationProfile.js", |
| 244 "front_end/heap_snapshot_worker/HeapSnapshot.js", | 244 "front_end/heap_snapshot_worker/HeapSnapshot.js", |
| 245 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", | 245 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", |
| 246 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", | 246 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", |
| 247 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", | 247 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", |
| 248 "front_end/heap_snapshot_worker/module.json", | 248 "front_end/heap_snapshot_worker/module.json", |
| 249 "front_end/help/Help.js", |
| 250 "front_end/help/module.json", |
| 251 "front_end/help/releaseNote.css", |
| 252 "front_end/help/ReleaseNote.js", |
| 253 "front_end/help/ReleaseNoteText.js", |
| 249 "front_end/host/InspectorFrontendHost.js", | 254 "front_end/host/InspectorFrontendHost.js", |
| 250 "front_end/host/InspectorFrontendHostAPI.js", | 255 "front_end/host/InspectorFrontendHostAPI.js", |
| 251 "front_end/host/module.json", | 256 "front_end/host/module.json", |
| 252 "front_end/host/Platform.js", | 257 "front_end/host/Platform.js", |
| 253 "front_end/host/ResourceLoader.js", | 258 "front_end/host/ResourceLoader.js", |
| 254 "front_end/host/UserMetrics.js", | 259 "front_end/host/UserMetrics.js", |
| 255 "front_end/inline_editor/bezierEditor.css", | 260 "front_end/inline_editor/bezierEditor.css", |
| 256 "front_end/inline_editor/BezierEditor.js", | 261 "front_end/inline_editor/BezierEditor.js", |
| 257 "front_end/inline_editor/bezierSwatch.css", | 262 "front_end/inline_editor/bezierSwatch.css", |
| 258 "front_end/inline_editor/BezierUI.js", | 263 "front_end/inline_editor/BezierUI.js", |
| (...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 ".eslintrc.js", | 1098 ".eslintrc.js", |
| 1094 "devtools-node-modules/", | 1099 "devtools-node-modules/", |
| 1095 "front_end/", | 1100 "front_end/", |
| 1096 "scripts/buildbot/run_eslint.py", | 1101 "scripts/buildbot/run_eslint.py", |
| 1097 "scripts/local_node/", | 1102 "scripts/local_node/", |
| 1098 "//testing/scripts/common.py", | 1103 "//testing/scripts/common.py", |
| 1099 "//testing/scripts/run_devtools_check.py", | 1104 "//testing/scripts/run_devtools_check.py", |
| 1100 "//testing/xvfb.py", | 1105 "//testing/xvfb.py", |
| 1101 ] | 1106 ] |
| 1102 } | 1107 } |
| OLD | NEW |