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

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

Issue 1390613002: Revert of [Android] Add a configurable environment for devil/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/utils/mock_calls_test.py ('k') | build/android/provision_devices.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 "android_sdk": {
5 "file_info": {
6 "linux_android": {
7 "local_paths": [
8 "../../third_party/android_tools/sdk"
9 ]
10 }
11 }
12 },
13 "forwarder_device": {
14 "file_info": {
15 "linux_android": {
16 "local_paths": [
17 "../../out/Debug/forwarder_dist",
18 "../../out/Release/forwarder_dist"
19 ]
20 }
21 }
22 },
23 "forwarder_host": {
24 "file_info": {
25 "linux_android": {
26 "local_paths": [
27 "../../out/Debug/host_forwarder",
28 "../../out/Release/host_forwarder"
29 ]
30 }
31 }
32 },
33 "md5sum_device": {
34 "file_info": {
35 "linux_android": {
36 "local_paths": [
37 "../../out/Debug/md5sum_dist",
38 "../../out/Release/md5sum_dist"
39 ]
40 }
41 }
42 },
43 "md5sum_host": {
44 "file_info": {
45 "linux_android": {
46 "local_paths": [
47 "../../out/Debug/md5sum_bin_host",
48 "../../out/Release/md5sum_bin_host"
49 ]
50 }
51 }
52 },
53 "pymock": {
54 "file_info": {
55 "linux_android": {
56 "local_paths": [
57 "../../third_party/pymock"
58 ]
59 }
60 }
61 }
62 }
63 }
OLDNEW
« no previous file with comments | « build/android/devil/utils/mock_calls_test.py ('k') | build/android/provision_devices.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698