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

Unified Diff: build/android/devil_chromium.json

Issue 1399273002: [Android] Add a configurable environment for devil/. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: push the forwarder all of the time instead of most of the time 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
Index: build/android/devil_chromium.json
diff --git a/build/android/devil_chromium.json b/build/android/devil_chromium.json
new file mode 100644
index 0000000000000000000000000000000000000000..2ea24f9d06d49abf32c06b85ca91f5e36622baea
--- /dev/null
+++ b/build/android/devil_chromium.json
@@ -0,0 +1,59 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "aapt": {
+ "file_info": {
+ "android_any": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/build-tools/23.0.0/aapt"
+ ]
+ }
+ }
+ },
+ "adb": {
+ "file_info": {
+ "android_any": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/platform-tools/adb"
+ ]
+ }
+ }
+ },
+ "android_sdk": {
+ "file_info": {
+ "android_any": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk"
+ ]
+ }
+ }
+ },
+ "dexdump": {
+ "file_info": {
+ "android_any": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/build-tools/23.0.0/dexdump"
+ ]
+ }
+ }
+ },
+ "split-select": {
+ "file_info": {
+ "android_any": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/build-tools/23.0.0/split-select"
+ ]
+ }
+ }
+ },
+ "pymock": {
+ "file_info": {
+ "android_any": {
+ "local_paths": [
+ "../../third_party/pymock"
+ ]
+ }
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698