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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index db70c6e60400822c35217f0ce9b8b6643ae527ed..40ed53a3e8a9d80e20f6768ea8efeda33450beaf 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -1041,7 +1041,9 @@ group("devtools_closure_compile") {
"scripts/build/",
"scripts/closure/",
"scripts/compile_frontend.py",
+ "scripts/dependency_preprocessor.py",
"scripts/jsdoc_validator/",
+ "scripts/special_case_namespaces.json",
"scripts/utils.py",
"//testing/scripts/common.py",
"//testing/scripts/run_devtools_check.py",
« 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