Index: webrtc/media/media.gyp |
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp |
index 5efdec178a36b5b0c6c3d2dae1fee338eb2dcb05..9a9fbbb83130aaf692653e3d59a84b2558c95cc2 100644 |
--- a/webrtc/media/media.gyp |
+++ b/webrtc/media/media.gyp |
@@ -176,183 +176,4 @@ |
], |
}, # target rtc_media |
], # targets. |
- 'conditions': [ |
- ['include_tests==1', { |
- 'targets' : [ |
- { |
- 'target_name': 'rtc_unittest_main', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '<(DEPTH)/testing/gmock.gyp:gmock', |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
- '<(webrtc_root)/api/api.gyp:call_api', |
- '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
- '<(webrtc_root)/media/media.gyp:rtc_media', |
- ], |
- 'direct_dependent_settings': { |
- 'include_dirs': [ |
- '<(libyuv_dir)/include', |
- '<(DEPTH)/testing/gmock/include', |
- ], |
- }, |
- 'conditions': [ |
- ['build_libyuv==1', { |
- 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',], |
- }], |
- ['OS=="ios"', { |
- # TODO(kjellander): Make the code compile without disabling these. |
- # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
- 'cflags': [ |
- '-Wno-unused-variable', |
- ], |
- 'xcode_settings': { |
- 'WARNING_CFLAGS': [ |
- '-Wno-unused-variable', |
- ], |
- }, |
- }], |
- ], |
- 'include_dirs': [ |
- '<(DEPTH)/testing/gtest/include', |
- '<(DEPTH)/testing/gtest', |
- ], |
- 'sources': [ |
- 'base/fakemediaengine.h', |
- 'base/fakenetworkinterface.h', |
- 'base/fakertp.h', |
- 'base/fakevideocapturer.h', |
- 'base/fakevideorenderer.h', |
- 'base/test/mock_mediachannel.h', |
- 'base/testutils.cc', |
- 'base/testutils.h', |
- 'engine/fakewebrtccall.cc', |
- 'engine/fakewebrtccall.h', |
- 'engine/fakewebrtcdeviceinfo.h', |
- 'engine/fakewebrtcvcmfactory.h', |
- 'engine/fakewebrtcvideocapturemodule.h', |
- 'engine/fakewebrtcvideoengine.h', |
- 'engine/fakewebrtcvoiceengine.h', |
- ], |
- }, # target rtc_unittest_main |
- { |
- 'target_name': 'rtc_media_unittests', |
- 'type': 'executable', |
- 'dependencies': [ |
- '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default', |
- '<(webrtc_root)/test/test.gyp:test_support', |
- 'rtc_media', |
- 'rtc_unittest_main', |
- ], |
- 'sources': [ |
- 'base/codec_unittest.cc', |
- 'base/rtpdataengine_unittest.cc', |
- 'base/rtpdump_unittest.cc', |
- 'base/rtputils_unittest.cc', |
- 'base/streamparams_unittest.cc', |
- 'base/turnutils_unittest.cc', |
- 'base/videoadapter_unittest.cc', |
- 'base/videobroadcaster_unittest.cc', |
- 'base/videocapturer_unittest.cc', |
- 'base/videocommon_unittest.cc', |
- 'base/videoengine_unittest.h', |
- 'base/videoframe_unittest.h', |
- 'engine/nullwebrtcvideoengine_unittest.cc', |
- 'engine/payload_type_mapper_unittest.cc', |
- 'engine/simulcast_unittest.cc', |
- 'engine/webrtcmediaengine_unittest.cc', |
- 'engine/webrtcvideocapturer_unittest.cc', |
- 'engine/webrtcvideoframe_unittest.cc', |
- 'engine/webrtcvideoframefactory_unittest.cc', |
- 'engine/webrtcvideoengine2_unittest.cc', |
- 'engine/webrtcvoiceengine_unittest.cc', |
- 'sctp/sctpdataengine_unittest.cc', |
- ], |
- # TODO(kjellander): Make the code compile without disabling these flags. |
- # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
- 'cflags': [ |
- '-Wno-sign-compare', |
- ], |
- 'cflags_cc!': [ |
- '-Woverloaded-virtual', |
- ], |
- 'msvs_disabled_warnings': [ |
- 4245, # conversion from 'int' to 'uint32_t', signed/unsigned mismatch. |
- 4389, # signed/unsigned mismatch. |
- ], |
- 'conditions': [ |
- ['rtc_use_h264==1', { |
- 'defines': [ |
- 'WEBRTC_USE_H264' |
- ] |
- }], |
- ['OS=="win"', { |
- 'msvs_settings': { |
- 'VCLinkerTool': { |
- 'AdditionalDependencies': [ |
- # TODO(ronghuawu): Since we've included strmiids in |
- # libjingle_media target, we shouldn't need this here. |
- # Find out why it doesn't work without this. |
- 'strmiids.lib', |
- ], |
- }, |
- }, |
- }], |
- ['OS=="win" and clang==1', { |
- 'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'AdditionalOptions': [ |
- # Disable warnings failing when compiling with Clang on Windows. |
- # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366 |
- '-Wno-sign-compare', |
- '-Wno-unused-function', |
- ], |
- }, |
- }, |
- },], |
- ['clang==1', { |
- # TODO(kjellander): Make the code compile without disabling these. |
- # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
- 'cflags!': [ |
- '-Wextra', |
- ], |
- 'xcode_settings': { |
- 'WARNING_CFLAGS!': ['-Wextra'], |
- }, |
- }], |
- ['OS=="ios"', { |
- 'mac_bundle_resources': [ |
- '<(DEPTH)/resources/media/captured-320x240-2s-48.frames', |
- '<(DEPTH)/resources/media/faces.1280x720_P420.yuv', |
- '<(DEPTH)/resources/media/faces_I420.jpg', |
- '<(DEPTH)/resources/media/faces_I422.jpg', |
- '<(DEPTH)/resources/media/faces_I444.jpg', |
- '<(DEPTH)/resources/media/faces_I411.jpg', |
- '<(DEPTH)/resources/media/faces_I400.jpg', |
- ], |
- }], |
- ], |
- }, # target rtc_media_unittests |
- ], # targets |
- 'conditions': [ |
- ['test_isolation_mode != "noop"', { |
- 'targets': [ |
- { |
- 'target_name': 'rtc_media_unittests_run', |
- 'type': 'none', |
- 'dependencies': [ |
- 'rtc_media_unittests', |
- ], |
- 'includes': [ |
- '../build/isolate.gypi', |
- ], |
- 'sources': [ |
- 'rtc_media_unittests.isolate', |
- ], |
- }, |
- ], |
- }], |
- ], # conditions |
- }], # include_tests==1 |
- ], # conditions |
} |