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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: build/android/devil_config.json
diff --git a/build/android/devil_config.json b/build/android/devil_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..3be43805a095ff9411f431f93072ae45f0406be8
--- /dev/null
+++ b/build/android/devil_config.json
@@ -0,0 +1,23 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "android_sdk": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk"
+ ]
+ }
+ }
+ },
+ "pymock": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../third_party/pymock"
+ ]
+ }
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698