Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(724)

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2588843002: DevTools: speed up closure dependency checking (Closed)
Patch Set: re-insert comment Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 } 1034 }
1035 } 1035 }
1036 1036
1037 group("devtools_closure_compile") { 1037 group("devtools_closure_compile") {
1038 data = [ 1038 data = [
1039 # Needed for isolate script to execute. 1039 # Needed for isolate script to execute.
1040 "front_end/", 1040 "front_end/",
1041 "scripts/build/", 1041 "scripts/build/",
1042 "scripts/closure/", 1042 "scripts/closure/",
1043 "scripts/compile_frontend.py", 1043 "scripts/compile_frontend.py",
1044 "scripts/dependency_preprocessor.py",
1044 "scripts/jsdoc_validator/", 1045 "scripts/jsdoc_validator/",
1046 "scripts/special_case_namespaces.json",
1045 "scripts/utils.py", 1047 "scripts/utils.py",
1046 "//testing/scripts/common.py", 1048 "//testing/scripts/common.py",
1047 "//testing/scripts/run_devtools_check.py", 1049 "//testing/scripts/run_devtools_check.py",
1048 "//testing/xvfb.py", 1050 "//testing/xvfb.py",
1049 "//third_party/WebKit/Source/core/inspector/browser_protocol.json", 1051 "//third_party/WebKit/Source/core/inspector/browser_protocol.json",
1050 "//v8/src/inspector/js_protocol.json", 1052 "//v8/src/inspector/js_protocol.json",
1051 ] 1053 ]
1052 } 1054 }
1053 1055
1054 group("devtools_eslint") { 1056 group("devtools_eslint") {
1055 data = [ 1057 data = [
1056 # Needed for isolate script to execute. 1058 # Needed for isolate script to execute.
1057 ".eslintignore", 1059 ".eslintignore",
1058 ".eslintrc.js", 1060 ".eslintrc.js",
1059 "devtools-node-modules/", 1061 "devtools-node-modules/",
1060 "front_end/", 1062 "front_end/",
1061 "scripts/buildbot/run_eslint.py", 1063 "scripts/buildbot/run_eslint.py",
1062 "scripts/local_node/", 1064 "scripts/local_node/",
1063 "//testing/scripts/common.py", 1065 "//testing/scripts/common.py",
1064 "//testing/scripts/run_devtools_check.py", 1066 "//testing/scripts/run_devtools_check.py",
1065 "//testing/xvfb.py", 1067 "//testing/xvfb.py",
1066 ] 1068 ]
1067 } 1069 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698