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

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

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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/BUILD.gn ('k') | tools/generate_library_loader/generate_library_loader.gni » ('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 5f91a883115268b17ad163b19f683e9cb7003960..9b458c7eeac3591691c3c94d2ce7cc6c231cd009 100644
--- a/tools/android/md5sum/BUILD.gn
+++ b/tools/android/md5sum/BUILD.gn
@@ -10,6 +10,7 @@ group("md5sum") {
":md5sum_prepare_dist($default_toolchain)",
":md5sum_copy_host($host_toolchain)",
]
+
# TODO(cjhopman): Remove once group datadeps are fixed.
deps = datadeps
}
@@ -17,10 +18,10 @@ group("md5sum") {
# GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_device (and md5sum_bin_host)
executable("md5sum_bin") {
sources = [
- "md5sum.cc"
+ "md5sum.cc",
]
deps = [
- "//base"
+ "//base",
]
# TODO(GYP)
@@ -43,11 +44,10 @@ if (current_toolchain == default_toolchain) {
# GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_host
copy("md5sum_copy_host") {
sources = [
- "$root_out_dir/md5sum_bin"
+ "$root_out_dir/md5sum_bin",
]
outputs = [
- "$root_build_dir/md5sum_bin_host"
+ "$root_build_dir/md5sum_bin_host",
]
}
}
-
« no previous file with comments | « tools/android/forwarder2/BUILD.gn ('k') | tools/generate_library_loader/generate_library_loader.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698