X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebrtc%2Fmodules%2Faudio_coding%2Fneteq%2Fneteq.gypi;h=c68651d6defdca1e4d6e9e9402a3c3785bf0e959;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=01143bc5eefebf9a6762afaf61c8ce139099c401;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webrtc/modules/audio_coding/neteq/neteq.gypi b/src/third_party/webrtc/modules/audio_coding/neteq/neteq.gypi index 01143bc..c68651d 100644 --- a/src/third_party/webrtc/modules/audio_coding/neteq/neteq.gypi +++ b/src/third_party/webrtc/modules/audio_coding/neteq/neteq.gypi @@ -136,6 +136,7 @@ 'type': '<(gtest_target_type)', 'dependencies': [ '<@(codecs)', + 'neteq_unittest_tools', '<(DEPTH)/testing/gtest.gyp:gtest', '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', '<(webrtc_root)/test/test.gyp:test_support_main', @@ -170,6 +171,7 @@ 'type': 'static_library', 'dependencies': [ 'rtp_rtcp', + '<(webrtc_root)/test/test.gyp:rtp_test_utils', ], 'direct_dependent_settings': { 'include_dirs': [ @@ -184,12 +186,16 @@ 'tools/audio_loop.cc', 'tools/audio_loop.h', 'tools/audio_sink.h', + 'tools/constant_pcm_packet_source.cc', + 'tools/constant_pcm_packet_source.h', 'tools/input_audio_file.cc', 'tools/input_audio_file.h', 'tools/output_audio_file.h', 'tools/packet.cc', 'tools/packet.h', 'tools/packet_source.h', + 'tools/resample_input_audio_file.cc', + 'tools/resample_input_audio_file.h', 'tools/rtp_file_source.cc', 'tools/rtp_file_source.h', 'tools/rtp_generator.cc', @@ -219,7 +225,6 @@ ], 'includes': [ '../../../build/isolate.gypi', - 'audio_decoder_unittests.isolate', ], 'sources': [ 'audio_decoder_unittests.isolate',