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

Unified Diff: media/media_cdm.gypi

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/media.gyp ('k') | remoting/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_cdm.gypi
diff --git a/media/media_cdm.gypi b/media/media_cdm.gypi
index a6857f55938c64765b6cdc4d43b01f530958a1a2..5efcb3bd91c20094aca79b99d27c881121af696f 100644
--- a/media/media_cdm.gypi
+++ b/media/media_cdm.gypi
@@ -54,7 +54,7 @@
['use_libvpx_in_clear_key_cdm == 1 and use_fake_video_decoder == 0' , {
'defines': ['CLEAR_KEY_CDM_USE_LIBVPX_DECODER'],
'dependencies': [
- '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new',
+ '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
],
'sources': [
'cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc',
« no previous file with comments | « media/media.gyp ('k') | remoting/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698