Index: utils/pub/BUILD.gn |
diff --git a/utils/pub/BUILD.gn b/utils/pub/BUILD.gn |
index 82669cb32c6139791fd287bd7c1d5a67014597be..33cea34018589689da2f34ba8e02469a04deced4 100644 |
--- a/utils/pub/BUILD.gn |
+++ b/utils/pub/BUILD.gn |
@@ -10,7 +10,9 @@ application_snapshot("pub") { |
deps = [ |
"../compiler:dart2js_files_stamp", |
] |
+ dart2js_gen_dir = |
+ get_label_info("../compiler:dart2js_files_stamp", "target_gen_dir") |
inputs = [ |
- "$root_gen_dir/dart2js_files.stamp", |
+ "$dart2js_gen_dir/dart2js_files.stamp", |
] |
} |