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

Unified Diff: remoting/remoting.gyp

Issue 115953003: Add unit instrumentation tests for Chromoting Android code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years 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 | « remoting/android/javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 3b6a9fb298a38c6ffcb90e2979ce4b943e387b14..95b7fc64e18668be9553b79944451349716ae208 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1911,6 +1911,30 @@
},
'includes': [ '../build/java_apk.gypi' ],
}, # end of target 'remoting_apk'
+ {
+ # remoting_apk creates a .jar file as a side effect. Any Java targets
+ # that need that .jar in their classpath should depend on this target.
+ 'target_name': 'remoting_apk_java',
+ 'type': 'none',
+ 'dependencies': [
+ 'remoting_apk',
+ ],
+ 'includes': [ '../build/apk_fake_jar.gypi' ],
+ }, # end of target 'remoting_apk_java'
+ {
+ 'target_name': 'remoting_test_apk',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_java_test_support',
+ 'remoting_apk_java',
+ ],
+ 'variables': {
+ 'apk_name': 'ChromotingTest',
+ 'java_in_dir': 'android/javatests',
+ 'is_test_apk': 1,
+ },
+ 'includes': [ '../build/java_apk.gypi' ],
+ }, # end of target 'remoting_test_apk'
], # end of 'targets'
}], # 'OS=="android"'
« no previous file with comments | « remoting/android/javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698