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

Unified Diff: telemetry/telemetry/internal/binary_dependencies.json

Issue 2398683006: [telemetry] Install PushAppsToBackground apk (Closed)
Patch Set: add method to test fake Created 4 years, 2 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
Index: telemetry/telemetry/internal/binary_dependencies.json
diff --git a/telemetry/telemetry/internal/binary_dependencies.json b/telemetry/telemetry/internal/binary_dependencies.json
index b7d104d2ba8365bc870915af707118d44353b4ba..1455103c1e731d04bbb0e5a8393bc91af1232ae5 100644
--- a/telemetry/telemetry/internal/binary_dependencies.json
+++ b/telemetry/telemetry/internal/binary_dependencies.json
@@ -285,6 +285,20 @@
}
}
},
+ "push_apps_to_background_apk": {
+ "cloud_storage_base_folder": "binary_dependencies",
+ "cloud_storage_bucket": "chromium-telemetry",
+ "file_info": {
+ "android_arm64-v8a": {
+ "cloud_storage_hash": "5b724ddcb63405d1e23de80da9152bf84e72524d",
+ "download_path": "bin/android/arm64-v8a/PushAppsToBackground.apk"
+ },
+ "android_armeabi-v7a": {
+ "cloud_storage_hash": "5b724ddcb63405d1e23de80da9152bf84e72524d",
+ "download_path": "bin/android/armeabi-v7a/PushAppsToBackground.apk"
+ }
+ }
+ },
"tcpdump": {
"cloud_storage_base_folder": "binary_dependencies",
"cloud_storage_bucket": "chromium-telemetry",

Powered by Google App Engine
This is Rietveld 408576698