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

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: Added prebuilt jar target to android_tools.gyp 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 933281aefef8e94a9ff100d585d60733f9d79180..e46b5351e7e32545ac256c924edb8111c9041b21 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3228,6 +3228,26 @@
},
'includes': [ '../build/java_apk.gypi' ],
},
+ {
+ 'target_name': 'chromium_testshell_uiautomator_tests_java',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': 'android/uiautomator_tests',
+ },
+ 'dependencies': [
+ '../base/base.gyp:base_java_test_support',
+ '../third_party/android_tools/android_tools.gyp:uiautomator_jar',
+ ],
+ '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