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

Unified Diff: webrtc/video/BUILD.gn

Issue 3005253002: Add full stack tests for MediaCodec. (Closed)
Patch Set: Created 3 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
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 16f6bd0050f1ffc166906a1a7eed206eac95ac76..941b8a8989ad3c45b1daca6a188f318b77b5b4b2 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -124,6 +124,15 @@ if (rtc_include_tests) {
"../voice_engine",
"//testing/gtest",
]
+ if (is_android) {
+ deps += [
+ "../modules/video_coding:video_coding_codecs_test_android_test_initializer",
+ "../sdk/android:video_jni",
+ ]
+ }
+ if (is_ios || is_mac) {
+ deps += [ "../modules/video_coding:codec_test_objc" ]
+ }
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]

Powered by Google App Engine
This is Rietveld 408576698