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

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

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 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/kerberos/SpnegoAuthenticator/BUILD.gn ('k') | tools/cygprofile/BUILD.gn » ('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 35c386b7196b07d0bb2cfa2e49aebc3c139fbf36..ed4736790976a14d822a7f26e4ddf8e17612a179 100644
--- a/tools/android/md5sum/BUILD.gn
+++ b/tools/android/md5sum/BUILD.gn
@@ -5,7 +5,6 @@
import("//build/config/android/config.gni")
import("//build/symlink.gni")
-# GYP: //tools/android/md5sum/md5sum.gyp:md5sum
group("md5sum") {
data_deps = [
":md5sum_prepare_dist($default_toolchain)",
@@ -16,7 +15,6 @@ group("md5sum") {
deps = data_deps
}
-# GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_device (and md5sum_bin_host)
executable("md5sum_bin") {
sources = [
"md5sum.cc",
@@ -34,7 +32,6 @@ executable("md5sum_bin") {
if (current_toolchain == default_toolchain) {
import("//build/config/android/rules.gni")
- # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_stripped_device_bin
create_native_executable_dist("md5sum_prepare_dist") {
dist_dir = "$root_build_dir/md5sum_dist"
binary = "$root_build_dir/md5sum_bin"
@@ -43,7 +40,6 @@ if (current_toolchain == default_toolchain) {
]
}
- # GYP: //tools/android/md5sum/md5sum.gyp:md5sum_bin_host
binary_symlink("md5sum_bin_host") {
binary_label = ":md5sum_bin($host_toolchain)"
output_name = "md5sum_bin_host"
« no previous file with comments | « tools/android/kerberos/SpnegoAuthenticator/BUILD.gn ('k') | tools/cygprofile/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698