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

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

Issue 2923443002: [devil] Add system app replacement wrapper script. (Closed)
Patch Set: docstrings for device_temp_file Created 3 years, 6 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 | « devil/devil/android/tools/system_app_test.py ('k') | devil/devil/utils/parallelizer.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 "aapt": { 4 "aapt": {
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 "linux2_x86_64": { 8 "linux2_x86_64": {
9 "cloud_storage_hash": "16ba3180141a2489d7ec99b39fd6e3434a9a373f", 9 "cloud_storage_hash": "16ba3180141a2489d7ec99b39fd6e3434a9a373f",
10 "download_path": "../bin/deps/linux2/x86_64/bin/aapt" 10 "download_path": "../bin/deps/linux2/x86_64/bin/aapt"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "dexdump": { 44 "dexdump": {
45 "cloud_storage_base_folder": "binary_dependencies", 45 "cloud_storage_base_folder": "binary_dependencies",
46 "cloud_storage_bucket": "chromium-telemetry", 46 "cloud_storage_bucket": "chromium-telemetry",
47 "file_info": { 47 "file_info": {
48 "linux2_x86_64": { 48 "linux2_x86_64": {
49 "cloud_storage_hash": "acfb10f7a868baf9bcf446a2d9f8ed6b5d52c3c6", 49 "cloud_storage_hash": "acfb10f7a868baf9bcf446a2d9f8ed6b5d52c3c6",
50 "download_path": "../bin/deps/linux2/x86_64/bin/dexdump" 50 "download_path": "../bin/deps/linux2/x86_64/bin/dexdump"
51 } 51 }
52 } 52 }
53 }, 53 },
54 "empty_system_webview": {
55 "cloud_storage_base_folder": "binary_dependencies",
56 "cloud_storage_bucket": "chromium-telemetry",
57 "file_info": {
58 "android_armeabi-v7a": {
59 "cloud_storage_hash": "220ff3ba1a6c3c81877997e32784ffd008f293a5",
60 "download_path": "../bin/deps/android/armeabi-v7a/apks/EmptySystemWebV iew.apk"
61 }
62 }
63 },
54 "fastboot": { 64 "fastboot": {
55 "cloud_storage_base_folder": "binary_dependencies", 65 "cloud_storage_base_folder": "binary_dependencies",
56 "cloud_storage_bucket": "chromium-telemetry", 66 "cloud_storage_bucket": "chromium-telemetry",
57 "file_info": { 67 "file_info": {
58 "linux2_x86_64": { 68 "linux2_x86_64": {
59 "cloud_storage_hash": "db9728166f182800eb9d09e9f036d56e105e8235", 69 "cloud_storage_hash": "db9728166f182800eb9d09e9f036d56e105e8235",
60 "download_path": "../bin/deps/linux2/x86_64/bin/fastboot" 70 "download_path": "../bin/deps/linux2/x86_64/bin/fastboot"
61 } 71 }
62 } 72 }
63 }, 73 },
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "cloud_storage_bucket": "chromium-telemetry", 128 "cloud_storage_bucket": "chromium-telemetry",
119 "file_info": { 129 "file_info": {
120 "linux2_x86_64": { 130 "linux2_x86_64": {
121 "cloud_storage_hash": "abb9753a8d3efeea4144e328933931729e01571c", 131 "cloud_storage_hash": "abb9753a8d3efeea4144e328933931729e01571c",
122 "download_path": "../bin/deps/linux2/x86_64/bin/split-select" 132 "download_path": "../bin/deps/linux2/x86_64/bin/split-select"
123 } 133 }
124 } 134 }
125 } 135 }
126 } 136 }
127 } 137 }
OLDNEW
« no previous file with comments | « devil/devil/android/tools/system_app_test.py ('k') | devil/devil/utils/parallelizer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698