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

Unified Diff: tools/android/android_tools.gyp

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 | « tools/android/BUILD.gn ('k') | tools/android/push_apps_to_background/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/android_tools.gyp
diff --git a/tools/android/android_tools.gyp b/tools/android/android_tools.gyp
index 065c804d45339cdde573c5d9e35c853022bf8d4a..3e1589f1fb0bdae92eb56b43aa568924a04b7b76 100644
--- a/tools/android/android_tools.gyp
+++ b/tools/android/android_tools.gyp
@@ -85,5 +85,13 @@
'audio_focus_grabber/audio_focus_grabber.gyp:audio_focus_grabber_apk',
],
},
+ {
+ # GN: //tools/android:push_apps_to_background
+ 'target_name': 'push_apps_to_background',
+ 'type': 'none',
+ 'dependencies': [
+ 'push_apps_to_background/push_apps_to_background.gyp:push_apps_to_background_apk',
+ ],
+ },
],
}
« no previous file with comments | « tools/android/BUILD.gn ('k') | tools/android/push_apps_to_background/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698