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

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

Issue 1316413003: [Android] Add a configurable environment for devil/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dependency_manager implementation Created 5 years, 3 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
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 "pymock": {
14 "file_info": {
15 "linux_android": {
16 "local_paths": [
17 "../../third_party/pymock"
18 ]
19 }
20 }
21 }
22 }
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698