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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 2347403002: Merge AppRTCDemoJUnitTest into android_junit_tests target (Closed)
Patch Set: Updated examples/androidjunit/README and removed old GYP target. Created 4 years, 3 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
« no previous file with comments | « 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 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"
],
« no previous file with comments | « webrtc/examples/androidjunit/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698