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

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

Issue 1526743004: [Android] Remove all references to pylib from telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devil-video-recorder
Patch Set: remove SetupPrebuiltTools patchers Created 5 years 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: tools/telemetry/telemetry/internal/binary_dependencies.json
diff --git a/tools/telemetry/telemetry/internal/binary_dependencies.json b/tools/telemetry/telemetry/internal/binary_dependencies.json
index 90a0a5b898b0f4ff6178a6f91d9e3fb0d58881ad..5937e3bd7059ebaa28ec50630589a645c2fabb6f 100644
--- a/tools/telemetry/telemetry/internal/binary_dependencies.json
+++ b/tools/telemetry/telemetry/internal/binary_dependencies.json
@@ -109,6 +109,24 @@
}
}
},
+ "gdb": {
+ "cloud_storage_base_folder": "temp_binary_dependencies",
+ "cloud_storage_bucket": "chromium-telemetry",
+ "file_info": {
+ "android_arm": {
+ "cloud_storage_hash": "9231584d135fb76bb7075d96ce387679de7ada7b",
+ "download_path": "bin/android/arm/arm-linux-androideabi-gdb"
+ },
+ "android_x64": {
+ "cloud_storage_hash": "09177be2fed00b44df0e777932828425440b23b3",
+ "download_path": "bin/android/x64/x86_64-linux-androideabi-gdb"
+ },
+ "android_x86": {
+ "cloud_storage_hash": "bcf02af039713a48b69b89bd7f0f9c81ed8183a4",
+ "download_path": "bin/android/x86/i686-linux-androideabi-gdb"
+ }
+ }
+ },
"horndis": {
"cloud_storage_base_folder": "temp_binary_dependencies",
"cloud_storage_bucket": "chromium-telemetry",
@@ -129,6 +147,16 @@
}
}
},
+ "hprof-conv": {
+ "cloud_storage_base_folder": "binary_dependencies",
+ "cloud_storage_bucket": "chromium-telemetry",
+ "file_info": {
+ "linux_x86_64": {
+ "cloud_storage_hash": "0b14eeee2e2a51cc94e361295379f69ee6f7cf8f",
+ "download_path": "../bin/linux/x86_64/hprof-conv"
+ }
+ }
+ },
"ipfw": {
"cloud_storage_base_folder": "temp_binary_dependencies",
"cloud_storage_bucket": "chromium-telemetry",

Powered by Google App Engine
This is Rietveld 408576698