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

Unified Diff: tools/android/forwarder2/BUILD.gn

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 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 | « tools/android/adb_remote_setup.sh ('k') | tools/android/forwarder2/command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/BUILD.gn
diff --git a/tools/android/forwarder2/BUILD.gn b/tools/android/forwarder2/BUILD.gn
index acbd617be994fe591ca8d21e99865e0db11f54e6..fbc9097834f8aff1127f49085f90d88f8ea9025a 100644
--- a/tools/android/forwarder2/BUILD.gn
+++ b/tools/android/forwarder2/BUILD.gn
@@ -53,6 +53,9 @@ if (current_toolchain == default_toolchain) {
create_native_executable_dist("device_forwarder_prepare_dist") {
dist_dir = "$root_build_dir/forwarder_dist"
binary = "$root_build_dir/exe.stripped/device_forwarder"
+ deps = [
+ ":device_forwarder",
+ ]
}
}
@@ -94,5 +97,8 @@ if (current_toolchain != default_toolchain) {
outputs = [
"$root_build_dir/host_forwarder",
]
+ deps = [
+ ":host_forwarder",
+ ]
}
}
« no previous file with comments | « tools/android/adb_remote_setup.sh ('k') | tools/android/forwarder2/command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698