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

Unified Diff: tools/grit/grit_rule.gni

Issue 2924653002: Fix underspecified closure dependency of js_minify.py (Closed)
Patch Set: Split from https://codereview.chromium.org/2921143002/ Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit_rule.gni
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
index 3db7a6c6b210ceb8826faaef6ae3535efb26e601..ca524b6e287df5fb9b18add95f39fa8bb2181565 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -402,7 +402,10 @@ template("grit") {
"--js-minifier",
js_minifier_command,
]
- inputs += [ _js_minifier ]
+ inputs += [
+ _js_minifier,
+ "//third_party/closure_compiler/compiler/compiler.jar",
+ ]
}
# Must be after the args are computed since they are re-used.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698