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

Unified Diff: chrome/chrome_tests.gypi

Issue 13977004: [Android] Add a dummy uiautomator tests target for chromium testshell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 71d2eded7b7213316b013b891ad908e2f2afcbaa..88b69331f90ac7315646417faa580aeef1763874 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3225,6 +3225,26 @@
},
'includes': [ '../build/java_apk.gypi' ],
},
+ {
+ 'target_name': 'chromium_testshell_uiautomator_tests_java',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': 'android/uiautomator_tests',
+ 'input_jars_paths': [ '<(android_sdk)/uiautomator.jar' ],
cjhopman 2013/04/17 20:28:35 Targets shouldn't add jars directly to input_jars_
frankf 2013/04/19 18:06:37 Done. On 2013/04/17 20:28:35, cjhopman wrote:
+ },
+ 'dependencies': [
+ '../base/base.gyp:base_java_test_support',
+ ],
+ 'includes': [ '../build/java.gypi' ],
+ },
+ {
+ 'target_name': 'chromium_testshell_uiautomator_tests',
+ 'type': 'none',
+ 'dependencies': [
+ 'chromium_testshell_uiautomator_tests_java',
+ ],
+ 'includes': [ '../build/uiautomator_test.gypi' ],
+ },
],
}],
['test_isolation_mode != "noop"', {
« no previous file with comments | « chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698