summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 4afbb70..5b32db6 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -322,8 +322,10 @@
'base/media_log_event.h',
'base/media_permission.cc',
'base/media_permission.h',
+ 'base/media_posix.cc',
'base/media_switches.cc',
'base/media_switches.h',
+ 'base/media_win.cc',
'base/mime_util.cc',
'base/mime_util.h',
'base/moving_average.cc',
@@ -619,6 +621,7 @@
'base/container_names.h',
'base/media_file_checker.cc',
'base/media_file_checker.h',
+ 'base/media_posix.cc',
'ffmpeg/ffmpeg_common.cc',
'ffmpeg/ffmpeg_common.h',
'filters/audio_file_reader.cc',
@@ -687,6 +690,7 @@
'sources': [
'base/media.cc',
'base/media.h',
+ 'base/media_stub.cc',
],
'sources!': [
'filters/opus_audio_decoder.cc',
@@ -1247,7 +1251,7 @@
'test/pipeline_integration_test_base.cc',
],
}],
- ['(os_posix==1 and OS!="mac") or (OS=="win" and component!="shared_library" and win_use_allocator_shim==1)', {
+ ['os_posix==1 and OS!="mac"', {
'conditions': [
['use_allocator!="none"', {
'dependencies': [