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

Unified Diff: tools/android/BUILD.gn

Issue 1744423002: Add an Android sample app for Telemetry tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated gn_migration.gypi Created 4 years, 9 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 | « build/gn_migration.gypi ('k') | tools/android/android_tools.gyp » ('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 bcadd0f7f66bd2e8aefc3f098822dc841e8d3c9b..99f9a011a5514e2f086471687bc979c748f799b2 100644
--- a/tools/android/BUILD.gn
+++ b/tools/android/BUILD.gn
@@ -79,3 +79,11 @@ group("audio_focus_grabber") {
"//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
]
}
+
+# GYP: //tools/android/android_tools.gyp:push_apps_to_background
+group("push_apps_to_background") {
+ testonly = true
+ deps = [
+ "//tools/android/push_apps_to_background:push_apps_to_background_apk",
+ ]
+}
« no previous file with comments | « build/gn_migration.gypi ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698