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

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: rebase 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..25166566b9dd63ef5fd009f2d94b897ab8b8e3b1
--- /dev/null
+++ b/build/android/devil_config.json
@@ -0,0 +1,63 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "android_sdk": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk"
+ ]
+ }
+ }
+ },
+ "forwarder_device": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../out/Debug/forwarder_dist",
+ "../../out/Release/forwarder_dist"
+ ]
+ }
+ }
+ },
+ "forwarder_host": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../out/Debug/host_forwarder",
+ "../../out/Release/host_forwarder"
+ ]
+ }
+ }
+ },
+ "md5sum_device": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../out/Debug/md5sum_dist",
+ "../../out/Release/md5sum_dist"
+ ]
+ }
+ }
+ },
+ "md5sum_host": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../out/Debug/md5sum_bin_host",
+ "../../out/Release/md5sum_bin_host"
+ ]
+ }
+ }
+ },
+ "pymock": {
+ "file_info": {
+ "linux_android": {
+ "local_paths": [
+ "../../third_party/pymock"
+ ]
+ }
+ }
+ }
+ }
+}
« 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