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

Unified Diff: build/android/devil_chromium.json

Issue 1416703003: [Android] Add a configurable environment for devil/. (RELAND 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/devil_chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..99aabadd02870334e699574c0c04a232a2720d04
--- /dev/null
+++ b/build/android/devil_chromium.json
@@ -0,0 +1,59 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "aapt": {
+ "file_info": {
+ "android_host": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/build-tools/23.0.0/aapt"
+ ]
+ }
+ }
+ },
+ "adb": {
+ "file_info": {
+ "android_host": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/platform-tools/adb"
+ ]
+ }
+ }
+ },
+ "android_sdk": {
+ "file_info": {
+ "android_host": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk"
+ ]
+ }
+ }
+ },
+ "dexdump": {
+ "file_info": {
+ "android_host": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/build-tools/23.0.0/dexdump"
+ ]
+ }
+ }
+ },
+ "split-select": {
+ "file_info": {
+ "android_host": {
+ "local_paths": [
+ "../../third_party/android_tools/sdk/build-tools/23.0.0/split-select"
+ ]
+ }
+ }
+ },
+ "pymock": {
+ "file_info": {
+ "android_host": {
+ "local_paths": [
+ "../../third_party/pymock"
+ ]
+ }
+ }
+ }
+ }
+}
« no previous file with comments | « build/android/devil/utils/mock_calls_test.py ('k') | build/android/devil_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698