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 26 matching lines...) Expand all Loading... |
37 "front_end/audits/auditsPanel.css", | 37 "front_end/audits/auditsPanel.css", |
38 "front_end/audits/AuditsPanel.js", | 38 "front_end/audits/AuditsPanel.js", |
39 "front_end/audits/auditsSidebarTree.css", | 39 "front_end/audits/auditsSidebarTree.css", |
40 "front_end/audits/module.json", | 40 "front_end/audits/module.json", |
41 "front_end/audits2_worker.js", | 41 "front_end/audits2_worker.js", |
42 "front_end/audits2_worker.json", | 42 "front_end/audits2_worker.json", |
43 "front_end/audits2_worker/Audits2Service.js", | 43 "front_end/audits2_worker/Audits2Service.js", |
44 "front_end/audits2_worker/lighthouse/lighthouse-background.js", | 44 "front_end/audits2_worker/lighthouse/lighthouse-background.js", |
45 "front_end/audits2_worker/module.json", | 45 "front_end/audits2_worker/module.json", |
46 "front_end/audits2/Audits2Panel.js", | 46 "front_end/audits2/Audits2Panel.js", |
| 47 "front_end/audits2/lighthouse/renderer/util.js", |
47 "front_end/audits2/lighthouse/renderer/dom.js", | 48 "front_end/audits2/lighthouse/renderer/dom.js", |
48 "front_end/audits2/lighthouse/renderer/details-renderer.js", | 49 "front_end/audits2/lighthouse/renderer/details-renderer.js", |
| 50 "front_end/audits2/lighthouse/renderer/category-renderer.js", |
49 "front_end/audits2/lighthouse/renderer/report-renderer.js", | 51 "front_end/audits2/lighthouse/renderer/report-renderer.js", |
50 "front_end/audits2/module.json", | 52 "front_end/audits2/module.json", |
51 "front_end/bindings/BlackboxManager.js", | 53 "front_end/bindings/BlackboxManager.js", |
52 "front_end/bindings/BreakpointManager.js", | 54 "front_end/bindings/BreakpointManager.js", |
53 "front_end/bindings/CompilerScriptMapping.js", | 55 "front_end/bindings/CompilerScriptMapping.js", |
54 "front_end/bindings/ContentProviderBasedProject.js", | 56 "front_end/bindings/ContentProviderBasedProject.js", |
55 "front_end/bindings/CSSWorkspaceBinding.js", | 57 "front_end/bindings/CSSWorkspaceBinding.js", |
56 "front_end/bindings/DebuggerWorkspaceBinding.js", | 58 "front_end/bindings/DebuggerWorkspaceBinding.js", |
57 "front_end/bindings/DefaultScriptMapping.js", | 59 "front_end/bindings/DefaultScriptMapping.js", |
58 "front_end/bindings/FileUtils.js", | 60 "front_end/bindings/FileUtils.js", |
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1134 ".eslintrc.js", | 1136 ".eslintrc.js", |
1135 "devtools-node-modules/", | 1137 "devtools-node-modules/", |
1136 "front_end/", | 1138 "front_end/", |
1137 "scripts/buildbot/run_eslint.py", | 1139 "scripts/buildbot/run_eslint.py", |
1138 "scripts/local_node/", | 1140 "scripts/local_node/", |
1139 "//testing/scripts/common.py", | 1141 "//testing/scripts/common.py", |
1140 "//testing/scripts/run_devtools_check.py", | 1142 "//testing/scripts/run_devtools_check.py", |
1141 "//testing/xvfb.py", | 1143 "//testing/xvfb.py", |
1142 ] | 1144 ] |
1143 } | 1145 } |
OLD | NEW |