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

Unified Diff: mojo/public/mojo_application.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 | « mojo/public/dart/rules.gni ('k') | services/python/content_handler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 32bdb7a7d225c7dd457172f0379d69f9eabfaaf7..3b8aec8dab67535ba88ecf681353d93538c63da8 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -430,8 +430,13 @@ if (is_android) {
"--output=${rebase_output}",
]
+ deps = [
+ ":${android_standalone_library_name}",
+ ":${shared_library_name}",
+ ]
+
if (defined(invoker.deps)) {
- deps = invoker.deps
+ deps += invoker.deps
}
if (defined(invoker.public_deps)) {
public_deps = invoker.public_deps
« no previous file with comments | « mojo/public/dart/rules.gni ('k') | services/python/content_handler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698