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

Unified Diff: chrome/chrome.gyp

Issue 10918113: Add initial Chromium TestShell support for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Yaron's Comments Created 8 years, 3 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index bc9b3390ea90f86be8e65fd7f04eab80564792d2..b928741623a0eb6fefa40806857aec5bcd8126b8 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1091,9 +1091,14 @@
'package_name': 'chrome',
'java_in_dir': '../chrome/android/java',
},
- 'includes': [ '../build/java.gypi' ],
+ 'includes': [
+ '../build/java.gypi',
+ ],
},
- ]}, # 'targets'
+ ], # 'targets'
+ 'includes': [
+ 'chrome_android.gypi',
+ ]}, # 'includes'
], # OS=="android"
], # 'conditions'
}

Powered by Google App Engine
This is Rietveld 408576698