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

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

Issue 1517143002: [Android] Move install_commands to devil/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: --no-find-copies 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
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_linux2": { 8 "android_linux2": {
9 "cloud_storage_hash": "7448de3cb5e834afdedeaad8b40ba63ac53f3dc4", 9 "cloud_storage_hash": "7448de3cb5e834afdedeaad8b40ba63ac53f3dc4",
10 "download_path": "../bin/aapt" 10 "download_path": "../bin/aapt"
(...skipping 13 matching lines...) Expand all
24 "android_build_tools_libc++": { 24 "android_build_tools_libc++": {
25 "cloud_storage_bucket": "chromium-telemetry", 25 "cloud_storage_bucket": "chromium-telemetry",
26 "cloud_storage_base_folder": "binary_dependencies", 26 "cloud_storage_base_folder": "binary_dependencies",
27 "file_info": { 27 "file_info": {
28 "android_linux2": { 28 "android_linux2": {
29 "cloud_storage_hash": "52d150a7ccde835f38b4337392152f3013d5f303", 29 "cloud_storage_hash": "52d150a7ccde835f38b4337392152f3013d5f303",
30 "download_path": "../bin/lib/libc++.so" 30 "download_path": "../bin/lib/libc++.so"
31 } 31 }
32 } 32 }
33 }, 33 },
34 "chromium_commands": {
35 "cloud_storage_bucket": "chromium-telemetry",
36 "cloud_storage_base_folder": "binary_dependencies",
37 "file_info": {
38 "android_linux2": {
39 "cloud_storage_hash": "049f482f29bc34e2ed844e2e47b7609f8ffbeb4f",
40 "download_path": "../bin/lib.java/chromium_commands.dex.jar"
41 }
42 }
43 },
34 "dexdump": { 44 "dexdump": {
35 "cloud_storage_bucket": "chromium-telemetry", 45 "cloud_storage_bucket": "chromium-telemetry",
36 "cloud_storage_base_folder": "binary_dependencies", 46 "cloud_storage_base_folder": "binary_dependencies",
37 "file_info": { 47 "file_info": {
38 "android_linux2": { 48 "android_linux2": {
39 "cloud_storage_hash": "38765b5b358c29003e56b1d214606ea13467b6fe", 49 "cloud_storage_hash": "38765b5b358c29003e56b1d214606ea13467b6fe",
40 "download_path": "../bin/dexdump" 50 "download_path": "../bin/dexdump"
41 } 51 }
42 } 52 }
43 }, 53 },
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "cloud_storage_base_folder": "binary_dependencies", 127 "cloud_storage_base_folder": "binary_dependencies",
118 "file_info": { 128 "file_info": {
119 "android_linux2": { 129 "android_linux2": {
120 "cloud_storage_hash": "3327881fa3951a503b9467425ea8e781cdffeb9f", 130 "cloud_storage_hash": "3327881fa3951a503b9467425ea8e781cdffeb9f",
121 "download_path": "../bin/split-select" 131 "download_path": "../bin/split-select"
122 } 132 }
123 } 133 }
124 } 134 }
125 } 135 }
126 } 136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698