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

Unified Diff: media/cast/cast.gyp

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 | « media/cast/BUILD.gn ('k') | media/cast/receiver/video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 01eb71f50707c8eb8c049e52e935c03a4db3dc39..b571c68e8b418e2d2856ebb999e8893d42d1e76e 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -97,7 +97,7 @@
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/media/media.gyp:shared_memory_support',
'<(DEPTH)/third_party/opus/opus.gyp:opus',
- '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new',
+ '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
'<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
],
@@ -127,7 +127,7 @@
'dependencies!': [
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/third_party/opus/opus.gyp:opus',
- '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new',
+ '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
],
}], # OS=="ios"
], # conditions
@@ -145,7 +145,7 @@
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/media/media.gyp:shared_memory_support',
'<(DEPTH)/third_party/opus/opus.gyp:opus',
- '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new',
+ '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
], # dependencies
'sources': [
@@ -190,7 +190,7 @@
'dependencies!': [
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/third_party/opus/opus.gyp:opus',
- '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new',
+ '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
],
'sources!': [
'sender/external_video_encoder.cc',
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/receiver/video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698