Index: media/cast/BUILD.gn |
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn |
index 15054363f60041d27dc7b921a5b50d44825d0187..61452ea10b1664782ed969797fe23503a9442092 100644 |
--- a/media/cast/BUILD.gn |
+++ b/media/cast/BUILD.gn |
@@ -144,7 +144,7 @@ source_set("sender") { |
":net", |
"//media", |
"//media:shared_memory_support", |
- "//third_party/libvpx", |
+ "//third_party/libvpx_new", |
"//third_party/opus", |
"//ui/gfx/geometry", |
] |
@@ -154,7 +154,7 @@ source_set("sender") { |
deps += [ "//media:media_for_cast_ios" ] |
deps -= [ |
"//media", |
- "//third_party/libvpx", |
+ "//third_party/libvpx_new", |
"//third_party/opus", |
] |
sources -= [ |
@@ -201,7 +201,7 @@ source_set("receiver") { |
":net", |
"//media", |
"//media:shared_memory_support", |
- "//third_party/libvpx", |
+ "//third_party/libvpx_new", |
"//third_party/opus", |
"//ui/gfx", |
] |
@@ -211,7 +211,7 @@ source_set("receiver") { |
deps += [ "//media:media_for_cast_ios" ] |
deps -= [ |
"//media", |
- "//third_party/libvpx", |
+ "//third_party/libvpx_new", |
"//third_party/opus", |
] |
} |