| 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" ]
|
| }
|
| }
|
|
|
|
|