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

Unified Diff: media/cast/BUILD.gn

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 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
« 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 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",
]
}
« 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