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

Side by Side Diff: build/android/devil_chromium.json

Issue 2760383003: Roll Android SDK to N-MR1 (Closed)
Patch Set: Rebase again Created 3 years, 9 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 | « DEPS ('k') | build/android/pylib/constants/__init__.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 "file_info": { 5 "file_info": {
6 "linux2_x86_64": { 6 "linux2_x86_64": {
7 "local_paths": [ 7 "local_paths": [
8 "../../third_party/android_tools/sdk/build-tools/24.0.2/aapt" 8 "../../third_party/android_tools/sdk/build-tools/25.0.2/aapt"
jbudorick 2017/03/30 00:15:14 I imagine we could do something clever with this f
agrieve 2017/03/30 03:15:57 If it's okay to add a build-dir requirement here,
jbudorick 2017/03/30 03:20:50 devil_chromium.py is already handling bulid produc
mikecase (-- gone --) 2017/03/30 15:21:01 Yeah, I tried previously to replace this entire de
9 ] 9 ]
10 } 10 }
11 } 11 }
12 }, 12 },
13 "adb": { 13 "adb": {
14 "file_info": { 14 "file_info": {
15 "linux2_x86_64": { 15 "linux2_x86_64": {
16 "local_paths": [ 16 "local_paths": [
17 "../../third_party/android_tools/sdk/platform-tools/adb" 17 "../../third_party/android_tools/sdk/platform-tools/adb"
18 ] 18 ]
19 } 19 }
20 } 20 }
21 }, 21 },
22 "android_sdk": { 22 "android_sdk": {
23 "file_info": { 23 "file_info": {
24 "linux2_x86_64": { 24 "linux2_x86_64": {
25 "local_paths": [ 25 "local_paths": [
26 "../../third_party/android_tools/sdk" 26 "../../third_party/android_tools/sdk"
27 ] 27 ]
28 } 28 }
29 } 29 }
30 }, 30 },
31 "dexdump": { 31 "dexdump": {
32 "file_info": { 32 "file_info": {
33 "linux2_x86_64": { 33 "linux2_x86_64": {
34 "local_paths": [ 34 "local_paths": [
35 "../../third_party/android_tools/sdk/build-tools/24.0.2/dexdump" 35 "../../third_party/android_tools/sdk/build-tools/25.0.2/dexdump"
36 ] 36 ]
37 } 37 }
38 } 38 }
39 }, 39 },
40 "split-select": { 40 "split-select": {
41 "file_info": { 41 "file_info": {
42 "linux2_x86_64": { 42 "linux2_x86_64": {
43 "local_paths": [ 43 "local_paths": [
44 "../../third_party/android_tools/sdk/build-tools/24.0.2/split-select " 44 "../../third_party/android_tools/sdk/build-tools/25.0.2/split-select "
45 ] 45 ]
46 } 46 }
47 } 47 }
48 }, 48 },
49 "pymock": { 49 "pymock": {
50 "file_info": { 50 "file_info": {
51 "darwin_x86_64": { 51 "darwin_x86_64": {
52 "local_paths": [ 52 "local_paths": [
53 "../../third_party/pymock" 53 "../../third_party/pymock"
54 ] 54 ]
55 }, 55 },
56 "linux2_x86_64": { 56 "linux2_x86_64": {
57 "local_paths": [ 57 "local_paths": [
58 "../../third_party/pymock" 58 "../../third_party/pymock"
59 ] 59 ]
60 }, 60 },
61 "win32_AMD64": { 61 "win32_AMD64": {
62 "local_paths": [ 62 "local_paths": [
63 "../../third_party/pymock" 63 "../../third_party/pymock"
64 ] 64 ]
65 } 65 }
66 } 66 }
67 } 67 }
68 } 68 }
69 } 69 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/android/pylib/constants/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698