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

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_tests.gypi

Issue 2020363003: Refactor neteq_rtpplay (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing win compilation and gyp dependencies Created 4 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
Index: webrtc/modules/audio_coding/neteq/neteq_tests.gypi
diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
index 004556941b6ddb41ab9c14a7f5b86dad0ac6861d..203e96e86772372198010d7f7bca3c4baf83aa32 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
@@ -11,31 +11,14 @@
['enable_protobuf==1', {
'targets': [
{
- 'target_name': 'rtc_event_log_source',
- 'type': 'static_library',
- 'dependencies': [
- '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser',
- '<(webrtc_root)/webrtc.gyp:rtc_event_log_proto',
- ],
- 'export_dependent_settings': [
- '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser',
- ],
- 'sources': [
- 'tools/rtc_event_log_source.h',
- 'tools/rtc_event_log_source.cc',
- ],
- },
- {
'target_name': 'neteq_rtpplay',
'type': 'executable',
'dependencies': [
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'<(webrtc_root)/test/test.gyp:test_support',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
- 'rtc_event_log_source',
'neteq',
'neteq_unittest_tools',
- 'pcm16b',
],
'sources': [
'tools/neteq_rtpplay.cc',
@@ -43,21 +26,6 @@
'defines': [
],
}, # neteq_rtpplay
- {
- 'target_name': 'neteq_unittest_proto',
- 'type': 'static_library',
- 'sources': [
- 'neteq_unittest.proto',
- ],
- 'variables': {
- 'proto_in_dir': '.',
- # Workaround to protect against gyp's pathname relativization when
- # this file is included by modules.gyp.
- 'proto_out_protected': 'webrtc/audio_coding/neteq',
- 'proto_out_dir': '<(proto_out_protected)',
- },
- 'includes': ['../../../build/protoc.gypi',],
- },
],
}],
],
« no previous file with comments | « webrtc/modules/audio_coding/neteq/neteq.gypi ('k') | webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698