Index: webrtc/webrtc_examples.gyp |
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp |
index 02854626c8c898bdd9fe1e8e3890714b08345097..32e12aa938dbf31eaae5cce0394cca674e42c28d 100755 |
--- a/webrtc/webrtc_examples.gyp |
+++ b/webrtc/webrtc_examples.gyp |
@@ -459,29 +459,6 @@ |
'../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" |
], |