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

Side by Side 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: Create isolate for binary_manager dependencies. Created 5 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 unified diff | Download patch
OLDNEW
1 {"config_type":"BaseConfig", 1 {
2 "dependencies":{}} 2 "config_type": "BaseConfig",
3 "dependencies": {
4 "crash_service": {
5 "cloud_storage_bucket": "chromium-telemetry",
6 "cloud_storage_base_folder": "binary_dependencies",
7 "file_info": {
8 "win_AMD64": {
9 "cloud_storage_hash": "4a0961e972895f4af3b7cfab959c5bfd4de7174b",
10 "download_path": "../../bin/win/AMD64/crash_service.exe"
11 }
12 }
13 }
14 }
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698