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

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: Removed commented out gyp actions. 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 36e485349edd83380333d55a05d467fd0ec30126..6f980f6f72eac9207bd436ef519ffa68943ceeb2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4739,6 +4739,29 @@
},
],
}],
+ ['OS == "android"', {
+ 'targets': [
+ {
+ 'target_name': 'chromium_testshell_test_apk',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base',
Yaron 2012/09/20 03:05:17 Consider reducing this to just chromium_testshell?
David Trainor- moved to gerrit 2012/09/20 21:49:50 Done. On 2012/09/20 03:05:17, Yaron wrote:
+ '../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': [
{

Powered by Google App Engine
This is Rietveld 408576698