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

Unified Diff: mojo/public/dart/rules.gni

Issue 1294023004: Add dep on dart_snapshotter_bin label in dartx rule (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/public/dart/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/rules.gni
diff --git a/mojo/public/dart/rules.gni b/mojo/public/dart/rules.gni
index f02904109ed821f551f33aabbbcf58af3fa179fb..7ef8c57122b93231e59089891025b796d4c327a1 100644
--- a/mojo/public/dart/rules.gni
+++ b/mojo/public/dart/rules.gni
@@ -49,7 +49,9 @@ template("dartx") {
rebase_path(snapshot),
]
- deps = []
+ deps = [
+ dart_snapshotter_bin,
jamesr 2015/08/17 21:05:25 If this variable isn't set, this will blow up at G
+ ]
if (defined(invoker.deps)) {
deps += invoker.deps
}
« no previous file with comments | « mojo/public/dart/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698