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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2415563002: Testing of VideoFileRenderer with byte frames (Closed)
Patch Set: Re-design of VideoFileRendererTest Created 4 years, 2 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 | webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index b0b530fdd0c80299639cf69c4cc72b38b42f2825..d78c28774ae040f5cd21569c1affd2a5fc349879 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -93,7 +93,10 @@ if (is_android) {
apk_name = "AppRTCMobileTest"
android_manifest = "androidtests/AndroidManifest.xml"
- java_files = [ "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java" ]
+ java_files = [
+ "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java",
+ "androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java",
+ ]
apk_under_test = ":AppRTCMobile"
« no previous file with comments | « no previous file | webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698