diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp index 46b15059b2..9ed3403273 100644 --- a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp +++ b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp @@ -19,7 +19,6 @@ 'use_temporal_layers%': 1, }], ], - 'libvpx_source%': 'libvpx/source', }, 'targets': [ { @@ -112,9 +111,6 @@ '<(DEPTH)/testing/gtest.gyp:gtest', '<(webrtc_root)/test/test.gyp:test_support_main', ], - 'include_dirs': [ - '<(DEPTH)/third_party/<(libvpx_source)/libvpx', - ], 'sources': [ 'default_temporal_layers_unittest.cc', 'reference_picture_selection_unittest.cc',