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

Unified Diff: content/test/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 | « content/renderer/pepper/video_encoder_shim.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 75c16e885c3c795558a9ced930e2a029c9e7a52e..a2d7a2332a50a9e9fa4c14f0ed2ce4ffe5a750db 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -148,7 +148,7 @@ source_set("test_support") {
]
deps += [
"//ui/compositor",
- "//third_party/libvpx",
+ "//third_party/libvpx_new",
]
}
@@ -658,7 +658,7 @@ test("content_unittests") {
deps += [ "//testing/android/native_test:native_test_native_code" ]
}
if (!is_android && !is_ios) {
- deps += [ "//third_party/libvpx" ]
+ deps += [ "//third_party/libvpx_new" ]
}
if (use_aura) {
« no previous file with comments | « content/renderer/pepper/video_encoder_shim.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698