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

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

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Created 5 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 | « tools/telemetry/catapult_base/dependency_manager/dependency_manager.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d831016f463eb9d023fe0845c083cb07ee4e2951..f24a7667c77f00a8915c0d4667e45c8ae3702865 100644
--- a/tools/telemetry/telemetry/internal/binary_dependencies.json
+++ b/tools/telemetry/telemetry/internal/binary_dependencies.json
@@ -1,2 +1,15 @@
-{"config_type":"BaseConfig",
- "dependencies":{}}
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "crash_service": {
+ "cloud_storage_bucket": "chromium-telemetry",
+ "cloud_storage_base_folder": "binary_dependencies",
+ "file_info": {
+ "win_AMD64": {
+ "cloud_storage_hash": "4a0961e972895f4af3b7cfab959c5bfd4de7174b",
+ "download_path": "../../bin/win/AMD64/crash_service.exe"
+ }
+ }
+ }
+ }
+}
« no previous file with comments | « tools/telemetry/catapult_base/dependency_manager/dependency_manager.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698