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

Unified Diff: tools/android/forwarder2/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/forwarder/BUILD.gn ('k') | tools/android/kerberos/SpnegoAuthenticator/BUILD.gn » ('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 d2af725822fa6ee37b51a071851ae159b8630771..c225b5053ce580f592e61f166a41064ae6d1a9cc 100644
--- a/tools/android/forwarder2/BUILD.gn
+++ b/tools/android/forwarder2/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/symlink.gni")
-# GYP: //tools/android/forwarder2/forwarder.gyp:forwarder2
group("forwarder2") {
data_deps = [
":host_forwarder",
@@ -15,7 +14,6 @@ group("forwarder2") {
if (current_toolchain == default_toolchain) {
import("//build/config/android/rules.gni")
- # GYP: //tools/android/forwarder2/forwarder.gyp:device_forwarder
executable("device_forwarder") {
sources = [
"command.cc",
@@ -50,7 +48,6 @@ if (current_toolchain == default_toolchain) {
]
}
- # GYP: //tools/android/forwarder2/forwarder.gyp:forwarder2
create_native_executable_dist("device_forwarder_prepare_dist") {
dist_dir = "$root_build_dir/forwarder_dist"
binary = "$root_build_dir/device_forwarder"
@@ -61,7 +58,6 @@ if (current_toolchain == default_toolchain) {
}
if (current_toolchain != default_toolchain) {
- # GYP: //tools/android/forwarder2/forwarder.gyp:host_forwarder
executable("host_forwarder") {
sources = [
"command.cc",
« no previous file with comments | « tools/android/forwarder/BUILD.gn ('k') | tools/android/kerberos/SpnegoAuthenticator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698