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

Unified Diff: remoting/codec/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 | « remoting/base/BUILD.gn ('k') | remoting/codec/scoped_vpx_codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/BUILD.gn
diff --git a/remoting/codec/BUILD.gn b/remoting/codec/BUILD.gn
index d08d83c385fcaf5b19de2ddd3c8ef4511c1f79e7..4a2cd73c44ff4a636ea86cbc65c7734155046ef6 100644
--- a/remoting/codec/BUILD.gn
+++ b/remoting/codec/BUILD.gn
@@ -16,7 +16,7 @@ source_set("codec") {
"//media",
"//media:shared_memory_support",
"//remoting/proto",
- "//third_party/libvpx",
+ "//third_party/libvpx_new",
"//third_party/libyuv",
"//third_party/opus",
"//third_party/webrtc/modules/desktop_capture:primitives",
« no previous file with comments | « remoting/base/BUILD.gn ('k') | remoting/codec/scoped_vpx_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698