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

Unified Diff: build/android/devil_chromium.json

Issue 1415413005: Revert of [Android] Add a configurable environment for devil/. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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
deleted file mode 100644
index 99aabadd02870334e699574c0c04a232a2720d04..0000000000000000000000000000000000000000
--- a/build/android/devil_chromium.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "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