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

Unified Diff: build/android/devil_chromium.json

Issue 1812383003: [Devil] Replace generated Devil config with jinja template. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android platform name. Created 4 years, 8 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_chromium.jinja ('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 c1157fae9eff78859cb5c72af5b279f9d138187b..0000000000000000000000000000000000000000
--- a/build/android/devil_chromium.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "config_type": "BaseConfig",
- "dependencies": {
- "aapt": {
- "file_info": {
- "linux2_x86_64": {
- "local_paths": [
- "../../third_party/android_tools/sdk/build-tools/23.0.1/aapt"
- ]
- }
- }
- },
- "adb": {
- "file_info": {
- "linux2_x86_64": {
- "local_paths": [
- "../../third_party/android_tools/sdk/platform-tools/adb"
- ]
- }
- }
- },
- "android_sdk": {
- "file_info": {
- "linux2_x86_64": {
- "local_paths": [
- "../../third_party/android_tools/sdk"
- ]
- }
- }
- },
- "dexdump": {
- "file_info": {
- "linux2_x86_64": {
- "local_paths": [
- "../../third_party/android_tools/sdk/build-tools/23.0.1/dexdump"
- ]
- }
- }
- },
- "split-select": {
- "file_info": {
- "linux2_x86_64": {
- "local_paths": [
- "../../third_party/android_tools/sdk/build-tools/23.0.1/split-select"
- ]
- }
- }
- },
- "pymock": {
- "file_info": {
- "darwin_x86_64": {
- "local_paths": [
- "../../third_party/pymock"
- ]
- },
- "linux2_x86_64": {
- "local_paths": [
- "../../third_party/pymock"
- ]
- },
- "win32_AMD64": {
- "local_paths": [
- "../../third_party/pymock"
- ]
- }
- }
- }
- }
-}
« no previous file with comments | « build/android/devil_chromium.jinja ('k') | build/android/devil_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698