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

Unified Diff: media/cast/BUILD.gn

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | « media/capture/video/file_video_capture_device.cc ('k') | media/cast/cast.gyp » ('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 10dfc2e77d7f307059b5d51913d3345a41136c36..d46743d31ccc2a67830632c5472ae3b29f92ca69 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -154,7 +154,7 @@ source_set("sender") {
":net",
"//media",
"//media:shared_memory_support",
- "//third_party/libvpx_new",
+ "//third_party/libvpx",
"//third_party/opus",
"//ui/gfx/geometry",
]
@@ -164,7 +164,7 @@ source_set("sender") {
deps += [ "//media:media_for_cast_ios" ]
deps -= [
"//media",
- "//third_party/libvpx_new",
+ "//third_party/libvpx",
"//third_party/opus",
]
sources -= [
@@ -221,7 +221,7 @@ source_set("receiver") {
":net",
"//media",
"//media:shared_memory_support",
- "//third_party/libvpx_new",
+ "//third_party/libvpx",
"//third_party/libyuv",
"//third_party/opus",
"//ui/gfx/geometry",
@@ -232,7 +232,7 @@ source_set("receiver") {
deps += [ "//media:media_for_cast_ios" ]
deps -= [
"//media",
- "//third_party/libvpx_new",
+ "//third_party/libvpx",
"//third_party/opus",
]
}
« no previous file with comments | « media/capture/video/file_video_capture_device.cc ('k') | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698