Chromium Code Reviews| Index: media/media.gyp |
| diff --git a/media/media.gyp b/media/media.gyp |
| index 888369505a728ba024fba46be15f60362781f9bc..c20f3472fe221a6d7e8d1bbd60aff243bc5667b7 100644 |
| --- a/media/media.gyp |
| +++ b/media/media.gyp |
| @@ -645,12 +645,18 @@ |
| 'filters/in_memory_url_protocol.cc', |
| 'filters/in_memory_url_protocol.h', |
| ], |
| + 'defines': [ |
| + 'MEDIA_DISABLE_FFMPEG', |
|
xhwang
2015/01/07 17:12:30
also add 'direct_dependent_settings' (same as l.66
Mostyn Bramley-Moore
2015/01/07 19:29:53
Done.
|
| + ], |
| }], |
| ['media_use_libvpx==1', { |
| 'dependencies': [ |
| '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx', |
| ], |
| }, { # media_use_libvpx==0 |
| + 'defines': [ |
| + 'MEDIA_DISABLE_LIBVPX', |
| + ], |
| 'direct_dependent_settings': { |
| 'defines': [ |
| 'MEDIA_DISABLE_LIBVPX', |