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

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

Issue 1812383003: [Devil] Replace generated Devil config with jinja template. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android platform name. Created 4 years, 8 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 | « build/android/devil_chromium.jinja ('k') | build/android/devil_chromium.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "config_type": "BaseConfig",
3 "dependencies": {
4 "aapt": {
5 "file_info": {
6 "linux2_x86_64": {
7 "local_paths": [
8 "../../third_party/android_tools/sdk/build-tools/23.0.1/aapt"
9 ]
10 }
11 }
12 },
13 "adb": {
14 "file_info": {
15 "linux2_x86_64": {
16 "local_paths": [
17 "../../third_party/android_tools/sdk/platform-tools/adb"
18 ]
19 }
20 }
21 },
22 "android_sdk": {
23 "file_info": {
24 "linux2_x86_64": {
25 "local_paths": [
26 "../../third_party/android_tools/sdk"
27 ]
28 }
29 }
30 },
31 "dexdump": {
32 "file_info": {
33 "linux2_x86_64": {
34 "local_paths": [
35 "../../third_party/android_tools/sdk/build-tools/23.0.1/dexdump"
36 ]
37 }
38 }
39 },
40 "split-select": {
41 "file_info": {
42 "linux2_x86_64": {
43 "local_paths": [
44 "../../third_party/android_tools/sdk/build-tools/23.0.1/split-select "
45 ]
46 }
47 }
48 },
49 "pymock": {
50 "file_info": {
51 "darwin_x86_64": {
52 "local_paths": [
53 "../../third_party/pymock"
54 ]
55 },
56 "linux2_x86_64": {
57 "local_paths": [
58 "../../third_party/pymock"
59 ]
60 },
61 "win32_AMD64": {
62 "local_paths": [
63 "../../third_party/pymock"
64 ]
65 }
66 }
67 }
68 }
69 }
OLDNEW
« no previous file with comments | « build/android/devil_chromium.jinja ('k') | build/android/devil_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698