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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 1985663002: JUnit test framework for AppRTC Android demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes according to comments Created 4 years, 7 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
« webrtc/examples/androidjunit/README ('K') | « webrtc/examples/androidjunit/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index 4420d8dd64080f493d11d20f2f2d6a6d0ba4f3c8..16dc83756abce7eea23c6dd313d38b403a4c1e40 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -461,6 +461,29 @@
'../build/android/test_runner.gypi',
],
},
+
+ {
+ 'target_name': 'AppRTCDemoJUnitTest',
+ 'type': 'none',
+ 'dependencies': [
+ 'AppRTCDemo_apk',
+ '<(DEPTH)/base/base.gyp:base_java',
+ '<(DEPTH)/base/base.gyp:base_java_test_support',
+ '<(DEPTH)/base/base.gyp:base_junit_test_support',
+ ],
+ 'variables': {
+ 'main_class': 'org.chromium.testing.local.JunitTestMain',
+ 'src_paths': [
+ 'examples/androidjunit/',
+ ],
+ 'test_type': 'junit',
+ 'wrapper_script_name': 'helper/<(_target_name)',
+ },
+ 'includes': [
+ '../build/host_jar.gypi',
+ '../build/android/test_runner.gypi',
+ ],
+ },
], # targets
}], # OS=="android"
],
« webrtc/examples/androidjunit/README ('K') | « webrtc/examples/androidjunit/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698