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

Unified Diff: remoting/base/BUILD.gn

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep checklicenses exception for old directory, add exe bit to run_perl.py 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
Index: remoting/base/BUILD.gn
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index 917cfabac933b0fe6d83652ba0ef6aa85dff6166..dc9b658d683ba7f91068aa96200fe73eac5074f0 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -19,7 +19,7 @@ source_set("base") {
]
deps = [
"//base/third_party/dynamic_annotations",
- "//third_party/libvpx",
+ "//third_party/libvpx_new",
"//third_party/libyuv",
"//third_party/webrtc/modules/desktop_capture:primitives",
]

Powered by Google App Engine
This is Rietveld 408576698