| Index: webrtc/webrtc_examples.gyp
|
| diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
|
| index 4420d8dd64080f493d11d20f2f2d6a6d0ba4f3c8..b7e0b3c952556476ec27bf61964f676a7a9c8d29 100755
|
| --- a/webrtc/webrtc_examples.gyp
|
| +++ b/webrtc/webrtc_examples.gyp
|
| @@ -461,6 +461,27 @@
|
| '../build/android/test_runner.gypi',
|
| ],
|
| },
|
| +
|
| + {
|
| + 'target_name': 'AppRTCDemoJUnitTest',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'AppRTCDemo_apk',
|
| + '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/base/base.gyp:base_java_test_support',
|
| + '<(DEPTH)/base/base.gyp:base_junit_test_support',
|
| + ],
|
| + 'variables': {
|
| + 'main_class': 'org.junit.runner.JUnitCore',
|
| + 'src_paths': [
|
| + 'examples/androidjunit/',
|
| + ],
|
| + 'test_type': 'junit',
|
| + },
|
| + 'includes': [
|
| + '../build/host_jar.gypi',
|
| + ],
|
| + },
|
| ], # targets
|
| }], # OS=="android"
|
| ],
|
|
|