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

Unified Diff: tools/android/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 | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/BUILD.gn
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn
index 55d94168dd0d5ed6951844afad17efe678b6199d..c88cd084f714bdee151483872cd02a02b220cfcb 100644
--- a/tools/android/BUILD.gn
+++ b/tools/android/BUILD.gn
@@ -4,8 +4,6 @@
# Intermediate target grouping the android tools needed to run native
# unittests and instrumentation test apks.
-#
-# GYP: //tools/android/android_tools.gyp:android_tools
group("android_tools") {
deps = [
"//build/android:wrapper_scripts",
@@ -21,35 +19,30 @@ group("android_tools") {
]
}
-# GYP: //tools/android/android_tools.gyp:memdump
group("memdump") {
deps = [
"//tools/android/memdump",
]
}
-# GYP: //tools/android/android_tools.gyp:memconsumer
group("memconsumer") {
deps = [
"//tools/android/memconsumer:memconsumer_apk",
]
}
-# GYP: //tools/android/android_tools.gyp:memtrack_helper
group("memtrack_helper") {
deps = [
"//tools/android/memtrack_helper",
]
}
-# GYP: //tools/android/android_tools.gyp:ps_ext
group("ps_ext") {
deps = [
"//tools/android/ps_ext",
]
}
-# GYP: //tools/android/android_tools.gyp:spnego_authenticator
group("spnego_authenticator") {
testonly = true
deps = [
@@ -57,14 +50,12 @@ group("spnego_authenticator") {
]
}
-# GYP: //tools/android/android_tools.gyp:customtabs_benchmark
group("customtabs_benchmark") {
deps = [
"//tools/android/customtabs_benchmark:customtabs_benchmark_apk",
]
}
-# GYP: //tools/android/android_tools.gyp:audio_focus_grabber
group("audio_focus_grabber") {
testonly = true
deps = [
@@ -72,7 +63,6 @@ group("audio_focus_grabber") {
]
}
-# GYP: //tools/android/android_tools.gyp:push_apps_to_background
group("push_apps_to_background") {
testonly = true
deps = [
« no previous file with comments | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698