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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2741743002: IdlingResource for destroy() VideoFileRenderer (Closed)
Patch Set: Merge branch 'master' into idling_busy_resource Created 3 years, 9 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
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 74d340fa1e7855309c4ce7bd59d0d75d7d9fff92..c0fac1d183c7859ec1952c8598017003fca3b1b4 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -135,11 +135,13 @@ if (is_android) {
deps = [
":AppRTCMobile_javalib",
+ "//base:base_java_test_support",
"//third_party/android_support_test_runner:rules_java",
"//third_party/android_support_test_runner:runner_java",
"//third_party/espresso:espresso_all_java",
"//third_party/hamcrest:hamcrest_java",
"//third_party/junit",
+ "//webrtc/base:base_java",
"//webrtc/sdk/android:libjingle_peerconnection_java",
]

Powered by Google App Engine
This is Rietveld 408576698