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

Side by Side Diff: telemetry/telemetry/internal/binary_dependencies.json

Issue 3016583002: Remove Windows MSR power monitoring code (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/power_monitor/msr_power_monitor.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "config_type": "BaseConfig", 2 "config_type": "BaseConfig",
3 "dependencies": { 3 "dependencies": {
4 "avconv": { 4 "avconv": {
5 "cloud_storage_base_folder": "binary_dependencies", 5 "cloud_storage_base_folder": "binary_dependencies",
6 "cloud_storage_bucket": "chromium-telemetry", 6 "cloud_storage_bucket": "chromium-telemetry",
7 "file_info": { 7 "file_info": {
8 "linux_x86_64": { 8 "linux_x86_64": {
9 "cloud_storage_hash": "03896ec9bdc9f1d6fa388f893d8f62f454e7e707", 9 "cloud_storage_hash": "03896ec9bdc9f1d6fa388f893d8f62f454e7e707",
10 "download_path": "bin/linux/x86_64/avconv" 10 "download_path": "bin/linux/x86_64/avconv"
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "tcpdump": { 350 "tcpdump": {
351 "cloud_storage_base_folder": "binary_dependencies", 351 "cloud_storage_base_folder": "binary_dependencies",
352 "cloud_storage_bucket": "chromium-telemetry", 352 "cloud_storage_bucket": "chromium-telemetry",
353 "file_info": { 353 "file_info": {
354 "android_armeabi-v7a": { 354 "android_armeabi-v7a": {
355 "cloud_storage_hash": "6cf2d56024208a08ceaf3a04ea98d5a362396fca", 355 "cloud_storage_hash": "6cf2d56024208a08ceaf3a04ea98d5a362396fca",
356 "download_path": "bin/android/armeabi-v7a/tcpdump" 356 "download_path": "bin/android/armeabi-v7a/tcpdump"
357 } 357 }
358 } 358 }
359 }, 359 },
360 "winring0": {
361 "cloud_storage_base_folder": "binary_dependencies",
362 "cloud_storage_bucket": "chromium-telemetry",
363 "file_info": {
364 "win_AMD64": {
365 "cloud_storage_hash": "978305805fb52d838b3b4b09e9327da81f6973f7",
366 "download_path": "bin/win/AMD64/winring0.zip"
367 }
368 }
369 },
370 "wpr_go": { 360 "wpr_go": {
371 "cloud_storage_base_folder": "binary_dependencies", 361 "cloud_storage_base_folder": "binary_dependencies",
372 "cloud_storage_bucket": "chromium-telemetry", 362 "cloud_storage_bucket": "chromium-telemetry",
373 "file_info": { 363 "file_info": {
374 "linux_aarch64": { 364 "linux_aarch64": {
375 "cloud_storage_hash": "7935047fc192d85fb2e3747b7f5ea9175cc04f7c", 365 "cloud_storage_hash": "7935047fc192d85fb2e3747b7f5ea9175cc04f7c",
376 "download_path": "bin/linux/aarch64/wpr", 366 "download_path": "bin/linux/aarch64/wpr",
377 "version_in_cs": "0eeb5baed7a4417ac083221805842019185ccec0" 367 "version_in_cs": "0eeb5baed7a4417ac083221805842019185ccec0"
378 }, 368 },
379 "linux_armv7l": { 369 "linux_armv7l": {
(...skipping 18 matching lines...) Expand all
398 }, 388 },
399 "win_x86": { 389 "win_x86": {
400 "cloud_storage_hash": "4b87c3e04ba9d6d5fe4cf47fc11dcf92d0ea9457", 390 "cloud_storage_hash": "4b87c3e04ba9d6d5fe4cf47fc11dcf92d0ea9457",
401 "download_path": "bin/win/x86/wpr.exe", 391 "download_path": "bin/win/x86/wpr.exe",
402 "version_in_cs": "d2ffc23f1e05ee72a2fbb6afdd60db51351247e5" 392 "version_in_cs": "d2ffc23f1e05ee72a2fbb6afdd60db51351247e5"
403 } 393 }
404 } 394 }
405 } 395 }
406 } 396 }
407 } 397 }
OLDNEW
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/power_monitor/msr_power_monitor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698