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

Unified Diff: media/media.gyp

Issue 1161183003: Revert "Chromium changes to statically link ffmpeg." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/filters/ffmpeg_glue.cc ('k') | media/media_nacl.gyp » ('j') | 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 276f1cf30b7ce95cd2874136bda17030fd964ca9..7e36cff6f93a636c2c79996d6f1d7169629232a4 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -327,8 +327,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',
@@ -624,6 +626,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',
@@ -692,6 +695,7 @@
'sources': [
'base/media.cc',
'base/media.h',
+ 'base/media_stub.cc',
],
'sources!': [
'filters/opus_audio_decoder.cc',
@@ -1252,7 +1256,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': [
« no previous file with comments | « media/filters/ffmpeg_glue.cc ('k') | media/media_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698