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

Unified Diff: webrtc/BUILD.gn

Issue 2345163003: Revert of Fix android_junit_tests and add a GN target for them. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index d504b836d7e51ee89cb044a2f206f93efe34420f..88c4e09c72af1cb5e9d56fb3651888a31d32c6c3 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -827,15 +827,4 @@
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
}
-
- if (is_android) {
- junit_binary("android_junit_tests") {
- java_files = [ "androidjunit/src/org/webrtc/CameraEnumerationTest.java" ]
-
- deps = [
- "//webrtc/api:libjingle_peerconnection_java",
- "//webrtc/api:libjingle_peerconnection_jni",
- ]
- }
- }
-}
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698