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

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

Issue 1254963012: Fix generated file dependencies for upcoming gn (Closed) Base URL: https://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 | « no previous file | mojo/public/mojo_application.gni » ('j') | 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 ee35a26c5cf62db4f325dedb68a727692f90fd1d..6aa2477e9148e349a2eaa97ce53f84c1b96b2488 100644
--- a/mojo/public/dart/rules.gni
+++ b/mojo/public/dart/rules.gni
@@ -124,11 +124,11 @@ template("dartzip_package") {
"--no-hints",
]
- deps = [
+ public_deps = [
":${package_target_name}_package",
]
if (defined(invoker.deps)) {
- deps += invoker.deps
+ deps = invoker.deps
}
if (defined(invoker.datadeps)) {
« no previous file with comments | « no previous file | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698