| 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 "front_end/timeline/timelinePanel.css", | 568 "front_end/timeline/timelinePanel.css", |
| 569 "front_end/timeline/TimelinePanel.js", | 569 "front_end/timeline/TimelinePanel.js", |
| 570 "front_end/timeline/timelineStatusDialog.css", | 570 "front_end/timeline/timelineStatusDialog.css", |
| 571 "front_end/timeline/TimelineTreeView.js", | 571 "front_end/timeline/TimelineTreeView.js", |
| 572 "front_end/timeline/TimelineUIUtils.js", | 572 "front_end/timeline/TimelineUIUtils.js", |
| 573 "front_end/toolbox_bootstrap/module.json", | 573 "front_end/toolbox_bootstrap/module.json", |
| 574 "front_end/toolbox_bootstrap/Toolbox.js", | 574 "front_end/toolbox_bootstrap/Toolbox.js", |
| 575 "front_end/toolbox.js", | 575 "front_end/toolbox.js", |
| 576 "front_end/toolbox.json", | 576 "front_end/toolbox.json", |
| 577 "front_end/ui/ActionRegistry.js", | 577 "front_end/ui/ActionRegistry.js", |
| 578 "front_end/ui/ARIAUtils.js", |
| 578 "front_end/ui/checkboxTextLabel.css", | 579 "front_end/ui/checkboxTextLabel.css", |
| 579 "front_end/ui/closeButton.css", | 580 "front_end/ui/closeButton.css", |
| 580 "front_end/ui/Context.js", | 581 "front_end/ui/Context.js", |
| 581 "front_end/ui/ContextMenu.js", | 582 "front_end/ui/ContextMenu.js", |
| 582 "front_end/ui/dialog.css", | 583 "front_end/ui/dialog.css", |
| 583 "front_end/ui/Dialog.js", | 584 "front_end/ui/Dialog.js", |
| 584 "front_end/ui/DOMSyntaxHighlighter.js", | 585 "front_end/ui/DOMSyntaxHighlighter.js", |
| 585 "front_end/ui/DropDownMenu.js", | 586 "front_end/ui/DropDownMenu.js", |
| 586 "front_end/ui/dropTarget.css", | 587 "front_end/ui/dropTarget.css", |
| 587 "front_end/ui/DropTarget.js", | 588 "front_end/ui/DropTarget.js", |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1073 ".eslintrc.js", | 1074 ".eslintrc.js", |
| 1074 "devtools-node-modules/", | 1075 "devtools-node-modules/", |
| 1075 "front_end/", | 1076 "front_end/", |
| 1076 "scripts/buildbot/run_eslint.py", | 1077 "scripts/buildbot/run_eslint.py", |
| 1077 "scripts/local_node/", | 1078 "scripts/local_node/", |
| 1078 "//testing/scripts/common.py", | 1079 "//testing/scripts/common.py", |
| 1079 "//testing/scripts/run_devtools_check.py", | 1080 "//testing/scripts/run_devtools_check.py", |
| 1080 "//testing/xvfb.py", | 1081 "//testing/xvfb.py", |
| 1081 ] | 1082 ] |
| 1082 } | 1083 } |
| OLD | NEW |