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

Unified Diff: content/test/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 | « 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 c29e053cdd14d1dbd2cb8e25f875dbbac5a7e616..55e264e2f586beeaacb749fe5848df05d7faf7ad 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -159,7 +159,7 @@ source_set("test_support") {
if (use_aura || is_mac) {
deps += [
- "//third_party/libvpx_new",
+ "//third_party/libvpx",
"//ui/compositor",
]
@@ -760,7 +760,7 @@ test("content_unittests") {
defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
}
if (!is_android && !is_ios) {
- deps += [ "//third_party/libvpx_new" ]
+ deps += [ "//third_party/libvpx" ]
}
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