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

Unified Diff: testing/android/test_support.gyp

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the rename Created 5 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
Index: testing/android/test_support.gyp
diff --git a/testing/android/test_support.gyp b/testing/android/test_support.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..094c8a386bda78623537d7a8f4d0e9ef3c468483
--- /dev/null
+++ b/testing/android/test_support.gyp
@@ -0,0 +1,20 @@
+
+{
+ 'conditions': [
+ ['OS=="android"', {
+ 'targets': [
+ {
+ 'target_name': 'test_support_java',
Yaron 2015/04/07 15:39:04 There's already base_java_test_support and content
jbudorick 2015/04/07 19:24:45 This is used both in base_java_test_support and in
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': '../../testing/android/java/src/org/chromium/test/support',
+ 'java_in_dir_suffix': '',
+ },
+ 'includes': [
+ '../../build/java.gypi',
+ ],
+ },
+ ],
+ }],
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698