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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "front_end/profiler/profilesSidebarTree.css", | 372 "front_end/profiler/profilesSidebarTree.css", |
373 "front_end/profiler/ProfileTypeRegistry.js", | 373 "front_end/profiler/ProfileTypeRegistry.js", |
374 "front_end/profiler/ProfileView.js", | 374 "front_end/profiler/ProfileView.js", |
375 "front_end/profiler/TargetsComboBoxController.js", | 375 "front_end/profiler/TargetsComboBoxController.js", |
376 "front_end/profiler/TopDownProfileDataGrid.js", | 376 "front_end/profiler/TopDownProfileDataGrid.js", |
377 "front_end/protocol/InspectorBackend.js", | 377 "front_end/protocol/InspectorBackend.js", |
378 "front_end/protocol/module.json", | 378 "front_end/protocol/module.json", |
379 "front_end/quick_open/CommandMenu.js", | 379 "front_end/quick_open/CommandMenu.js", |
380 "front_end/quick_open/filteredListWidget.css", | 380 "front_end/quick_open/filteredListWidget.css", |
381 "front_end/quick_open/FilteredListWidget.js", | 381 "front_end/quick_open/FilteredListWidget.js", |
| 382 "front_end/quick_open/QuickOpen.js", |
382 "front_end/quick_open/module.json", | 383 "front_end/quick_open/module.json", |
383 "front_end/resources/ApplicationCacheModel.js", | 384 "front_end/resources/ApplicationCacheModel.js", |
384 "front_end/resources/ApplicationCacheItemsView.js", | 385 "front_end/resources/ApplicationCacheItemsView.js", |
385 "front_end/resources/appManifestView.css", | 386 "front_end/resources/appManifestView.css", |
386 "front_end/resources/AppManifestView.js", | 387 "front_end/resources/AppManifestView.js", |
387 "front_end/resources/clearStorageView.css", | 388 "front_end/resources/clearStorageView.css", |
388 "front_end/resources/ClearStorageView.js", | 389 "front_end/resources/ClearStorageView.js", |
389 "front_end/resources/CookieItemsView.js", | 390 "front_end/resources/CookieItemsView.js", |
390 "front_end/resources/DatabaseModel.js", | 391 "front_end/resources/DatabaseModel.js", |
391 "front_end/resources/DatabaseQueryView.js", | 392 "front_end/resources/DatabaseQueryView.js", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 "front_end/sources/CallStackSidebarPane.js", | 492 "front_end/sources/CallStackSidebarPane.js", |
492 "front_end/sources/CSSSourceFrame.js", | 493 "front_end/sources/CSSSourceFrame.js", |
493 "front_end/sources/dialog.css", | 494 "front_end/sources/dialog.css", |
494 "front_end/sources/EditingLocationHistoryManager.js", | 495 "front_end/sources/EditingLocationHistoryManager.js", |
495 "front_end/sources/eventListenerBreakpoints.css", | 496 "front_end/sources/eventListenerBreakpoints.css", |
496 "front_end/sources/EventListenerBreakpointsSidebarPane.js", | 497 "front_end/sources/EventListenerBreakpointsSidebarPane.js", |
497 "front_end/sources/fileBasedSearchResultsPane.css", | 498 "front_end/sources/fileBasedSearchResultsPane.css", |
498 "front_end/sources/FileBasedSearchResultsPane.js", | 499 "front_end/sources/FileBasedSearchResultsPane.js", |
499 "front_end/sources/FilePathScoreFunction.js", | 500 "front_end/sources/FilePathScoreFunction.js", |
500 "front_end/sources/FilteredUISourceCodeListDelegate.js", | 501 "front_end/sources/FilteredUISourceCodeListDelegate.js", |
| 502 "front_end/sources/GoToLineDialog.js", |
501 "front_end/sources/InplaceFormatterEditorAction.js", | 503 "front_end/sources/InplaceFormatterEditorAction.js", |
502 "front_end/sources/JavaScriptBreakpointsSidebarPane.js", | 504 "front_end/sources/JavaScriptBreakpointsSidebarPane.js", |
503 "front_end/sources/JavaScriptCompiler.js", | 505 "front_end/sources/JavaScriptCompiler.js", |
504 "front_end/sources/JavaScriptOutlineDialog.js", | 506 "front_end/sources/JavaScriptOutlineDialog.js", |
505 "front_end/sources/JavaScriptSourceFrame.js", | 507 "front_end/sources/JavaScriptSourceFrame.js", |
506 "front_end/sources/module.json", | 508 "front_end/sources/module.json", |
507 "front_end/sources/navigatorTree.css", | 509 "front_end/sources/navigatorTree.css", |
508 "front_end/sources/navigatorView.css", | 510 "front_end/sources/navigatorView.css", |
509 "front_end/sources/NavigatorView.js", | 511 "front_end/sources/NavigatorView.js", |
510 "front_end/sources/ObjectEventListenersSidebarPane.js", | 512 "front_end/sources/ObjectEventListenersSidebarPane.js", |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 ".eslintrc.js", | 1079 ".eslintrc.js", |
1078 "devtools-node-modules/", | 1080 "devtools-node-modules/", |
1079 "front_end/", | 1081 "front_end/", |
1080 "scripts/buildbot/run_eslint.py", | 1082 "scripts/buildbot/run_eslint.py", |
1081 "scripts/local_node/", | 1083 "scripts/local_node/", |
1082 "//testing/scripts/common.py", | 1084 "//testing/scripts/common.py", |
1083 "//testing/scripts/run_devtools_check.py", | 1085 "//testing/scripts/run_devtools_check.py", |
1084 "//testing/xvfb.py", | 1086 "//testing/xvfb.py", |
1085 ] | 1087 ] |
1086 } | 1088 } |
OLD | NEW |