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

Unified Diff: media/media.gyp

Issue 1030253002: Fix missing symbols for pre-linking of the Cast sender library for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update media/base/BUILD.gn. Created 5 years, 9 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/base/yuv_convert.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 3a3219400951bd56bb81876fc5dc37bb0f70280f..232d3fdc7624879d98f0f103273dd3260f515a03 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1905,10 +1905,16 @@
'shared_memory_support',
],
'defines': [
- 'MEDIA_IMPLEMENTATION',
+ 'MEDIA_DISABLE_FFMPEG',
+ 'MEDIA_DISABLE_LIBVPX',
'MEDIA_FOR_CAST_IOS',
+ 'MEDIA_IMPLEMENTATION',
],
'direct_dependent_settings': {
+ 'defines': [
+ 'MEDIA_DISABLE_FFMPEG',
+ 'MEDIA_DISABLE_LIBVPX',
+ ],
'include_dirs': [
'..',
],
@@ -1924,10 +1930,20 @@
'base/mac/video_frame_mac.h',
'base/mac/videotoolbox_glue.h',
'base/mac/videotoolbox_glue.mm',
+ 'base/simd/convert_rgb_to_yuv.h',
+ 'base/simd/convert_rgb_to_yuv_c.cc',
+ 'base/simd/convert_yuv_to_rgb.h',
+ 'base/simd/convert_yuv_to_rgb_c.cc',
+ 'base/simd/filter_yuv.h',
+ 'base/simd/filter_yuv_c.cc',
'base/video_frame.cc',
'base/video_frame.h',
'base/video_frame_metadata.cc',
'base/video_frame_metadata.h',
+ 'base/video_util.cc',
+ 'base/video_util.h',
+ 'base/yuv_convert.cc',
+ 'base/yuv_convert.h',
],
'link_settings': {
'libraries': [
« no previous file with comments | « media/base/yuv_convert.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698