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

Unified Diff: tools/android/md5sum/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/forwarder2/socket.cc ('k') | tools/android/mempressure.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/md5sum/BUILD.gn
diff --git a/tools/android/md5sum/BUILD.gn b/tools/android/md5sum/BUILD.gn
index 9b458c7eeac3591691c3c94d2ce7cc6c231cd009..0f520401eedff38691926eacdc78a62ab39bafd1 100644
--- a/tools/android/md5sum/BUILD.gn
+++ b/tools/android/md5sum/BUILD.gn
@@ -39,6 +39,9 @@ if (current_toolchain == default_toolchain) {
create_native_executable_dist("md5sum_prepare_dist") {
dist_dir = "$root_build_dir/md5sum_dist"
binary = "$root_build_dir/exe.stripped/md5sum_bin"
+ deps = [
+ ":md5sum_bin",
+ ]
}
} else {
# GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_host
@@ -49,5 +52,8 @@ if (current_toolchain == default_toolchain) {
outputs = [
"$root_build_dir/md5sum_bin_host",
]
+ deps = [
+ ":md5sum_bin",
+ ]
}
}
« no previous file with comments | « tools/android/forwarder2/socket.cc ('k') | tools/android/mempressure.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698