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

Unified Diff: media/cast/BUILD.gn

Issue 2133903002: RELAND: Merge VideoSenderConfig and AudioSenderConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled two unittests. Created 4 years, 5 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 | « chrome/test/data/extensions/api_test/cast_streaming/rtp_stream_error.js ('k') | media/cast/cast_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index fce89dddec8f85665b970192dd2ef4411e95c9f7..68912bf554a8a7d1f74c986f74c5b6c7523b63f9 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -365,23 +365,11 @@ test("cast_unittests") {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
}
-}
-# TODO(miu): This can be rolled into cast_unittests now that FFMPEG dependency
-# issues are resolved for iOS; but there are bot/isolates to update too.
-if (is_ios || is_mac) {
- test("cast_h264_vt_encoder_unittests") {
- sources = [
- "sender/h264_vt_encoder_unittest.cc",
- ]
- deps = [
- ":common",
- ":sender",
- ":test_support",
- "//testing/gmock",
- "//testing/gtest",
- "//third_party/ffmpeg",
- ]
+ if (is_ios || is_mac) {
+ sources += [ "sender/h264_vt_encoder_unittest.cc" ]
+
+ deps += [ "//third_party/ffmpeg" ]
}
}
« no previous file with comments | « chrome/test/data/extensions/api_test/cast_streaming/rtp_stream_error.js ('k') | media/cast/cast_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698