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

Unified Diff: chrome/chrome_tests.gypi

Issue 10943014: Add support for the ChromiumTestShellTest APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 59769665c7558fdd33f15446955fdca0ee61d8ba..773b7f1c0ef37d7903208c1ffc8e7ef8408f5421 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4763,6 +4763,29 @@
},
],
}],
+ ['OS == "android"', {
+ 'targets': [
+ {
+ 'target_name': 'chromium_testshell_test_apk',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_java_test_support',
+ 'chrome_java',
+ 'chromium_testshell',
+ '../tools/android/forwarder/forwarder.gyp:forwarder',
+ ],
+ 'variables': {
+ 'package_name': 'chromium_testshell_test',
+ 'apk_name': 'ChromiumTestShellTest',
+ 'java_in_dir': './android/testshell/javatests',
+ 'resource_dir': '../res',
+ 'additional_input_paths': ['<!@(find android/javatests/src -name "*.java")', ],
+ },
+ 'includes': [ '../build/java_apk.gypi' ],
+ },
+ ],
+ }],
['test_isolation_mode != "noop"', {
'targets': [
{
« no previous file with comments | « chrome/chrome_android.gypi ('k') | content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698