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

Side by Side Diff: build/android/devil/devil_dependencies.json

Issue 1503633002: add md5sum device bin for x86 to dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 "aapt": { 4 "aapt": {
5 "cloud_storage_bucket": "chromium-telemetry", 5 "cloud_storage_bucket": "chromium-telemetry",
6 "cloud_storage_base_folder": "binary_dependencies", 6 "cloud_storage_base_folder": "binary_dependencies",
7 "file_info": { 7 "file_info": {
8 "android_host": { 8 "android_host": {
9 "cloud_storage_hash": "7448de3cb5e834afdedeaad8b40ba63ac53f3dc4", 9 "cloud_storage_hash": "7448de3cb5e834afdedeaad8b40ba63ac53f3dc4",
10 "download_path": "../bin/aapt" 10 "download_path": "../bin/aapt"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "cloud_storage_bucket": "chromium-telemetry", 69 "cloud_storage_bucket": "chromium-telemetry",
70 "cloud_storage_base_folder": "binary_dependencies", 70 "cloud_storage_base_folder": "binary_dependencies",
71 "file_info": { 71 "file_info": {
72 "android_armeabi-v7a": { 72 "android_armeabi-v7a": {
73 "cloud_storage_hash": "c8894480be71d5e49118483d83ba7a6e0097cba6", 73 "cloud_storage_hash": "c8894480be71d5e49118483d83ba7a6e0097cba6",
74 "download_path": "../bin/armeabi-v7a/md5sum_device" 74 "download_path": "../bin/armeabi-v7a/md5sum_device"
75 }, 75 },
76 "android_arm64-v8a": { 76 "android_arm64-v8a": {
77 "cloud_storage_hash": "bbe410e2ffb48367ac4ca0874598d4f85fd16d9d", 77 "cloud_storage_hash": "bbe410e2ffb48367ac4ca0874598d4f85fd16d9d",
78 "download_path": "../bin/arm64-v8a/md5sum_device" 78 "download_path": "../bin/arm64-v8a/md5sum_device"
79 },
80 "android_x86": {
jbudorick 2015/12/04 21:59:36 ro.product.cpu.abi comes back with just "x86"?
bpastene 2015/12/04 22:03:55 [ro.product.cpu.abi]: [x86] [ro.product.cpu.abilis
81 "cloud_storage_hash": "b578a5c2c400ce39761e2558cdf2237567a57257",
82 "download_path": "../bin/x86/md5sum_device"
79 } 83 }
80 } 84 }
81 }, 85 },
82 "md5sum_host": { 86 "md5sum_host": {
83 "cloud_storage_bucket": "chromium-telemetry", 87 "cloud_storage_bucket": "chromium-telemetry",
84 "cloud_storage_base_folder": "binary_dependencies", 88 "cloud_storage_base_folder": "binary_dependencies",
85 "file_info": { 89 "file_info": {
86 "android_host": { 90 "android_host": {
87 "cloud_storage_hash": "49e36c9c4246cfebef26cbd07436c1a8343254aa", 91 "cloud_storage_hash": "49e36c9c4246cfebef26cbd07436c1a8343254aa",
88 "download_path": "../bin/md5sum_host" 92 "download_path": "../bin/md5sum_host"
(...skipping 14 matching lines...) Expand all
103 "cloud_storage_base_folder": "binary_dependencies", 107 "cloud_storage_base_folder": "binary_dependencies",
104 "file_info": { 108 "file_info": {
105 "android_host": { 109 "android_host": {
106 "cloud_storage_hash": "3327881fa3951a503b9467425ea8e781cdffeb9f", 110 "cloud_storage_hash": "3327881fa3951a503b9467425ea8e781cdffeb9f",
107 "download_path": "../bin/split-select" 111 "download_path": "../bin/split-select"
108 } 112 }
109 } 113 }
110 } 114 }
111 } 115 }
112 } 116 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698