From 8cdf034791388299f18fba186f2941313320b706 Mon Sep 17 00:00:00 2001 From: johannkoenig Date: Wed, 2 Mar 2016 05:54:31 -0800 Subject: Move libvpx_new to libvpx The move to libvpx_new happened before M47 (landed in 2524, M47 branch was 2526): crbug.com/481034 https://codereview.chromium.org/1323333002 Clients which try to transition directly between the tree after this change and before the previous move will end up in a very broken state. Now it is 6 months later and M48 is stable so is unlikely that a client would check out the old code at all, much less try to transition directly between the two versions. Leave a compatibility layer for targets which need to be updated out of band (webrtc, libyuv) Review URL: https://codereview.chromium.org/1734613003 Cr-Commit-Position: refs/heads/master@{#378739} --- remoting/remoting.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index e45e264..7905776 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -200,7 +200,7 @@ '../media/media.gyp:media', '../media/media.gyp:shared_memory_support', '../net/net.gyp:net', - '../third_party/libvpx_new/libvpx.gyp:libvpx_new', + '../third_party/libvpx/libvpx.gyp:libvpx', '../third_party/libyuv/libyuv.gyp:libyuv', '../third_party/opus/opus.gyp:opus', '../third_party/protobuf/protobuf.gyp:protobuf_lite', -- cgit v1.1