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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 2240163002: Move FilePlayer and FileRecorder to Voice Engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_mixer/audio_mixer.h ('k') | webrtc/modules/modules_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc', 351 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc',
352 'rtp_rtcp/source/rtp_sender_unittest.cc', 352 'rtp_rtcp/source/rtp_sender_unittest.cc',
353 'rtp_rtcp/source/time_util_unittest.cc', 353 'rtp_rtcp/source/time_util_unittest.cc',
354 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', 354 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc',
355 'rtp_rtcp/test/testAPI/test_api.cc', 355 'rtp_rtcp/test/testAPI/test_api.cc',
356 'rtp_rtcp/test/testAPI/test_api.h', 356 'rtp_rtcp/test/testAPI/test_api.h',
357 'rtp_rtcp/test/testAPI/test_api_audio.cc', 357 'rtp_rtcp/test/testAPI/test_api_audio.cc',
358 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', 358 'rtp_rtcp/test/testAPI/test_api_rtcp.cc',
359 'rtp_rtcp/test/testAPI/test_api_video.cc', 359 'rtp_rtcp/test/testAPI/test_api_video.cc',
360 'utility/source/audio_frame_operations_unittest.cc', 360 'utility/source/audio_frame_operations_unittest.cc',
361 'utility/source/file_player_unittests.cc',
362 'utility/source/process_thread_impl_unittest.cc', 361 'utility/source/process_thread_impl_unittest.cc',
363 'video_coding/codecs/test/packet_manipulator_unittest.cc', 362 'video_coding/codecs/test/packet_manipulator_unittest.cc',
364 'video_coding/codecs/test/stats_unittest.cc', 363 'video_coding/codecs/test/stats_unittest.cc',
365 'video_coding/codecs/test/videoprocessor_unittest.cc', 364 'video_coding/codecs/test/videoprocessor_unittest.cc',
366 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', 365 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc',
367 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', 366 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc',
368 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', 367 'video_coding/codecs/vp8/screenshare_layers_unittest.cc',
369 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', 368 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc',
370 'video_coding/codecs/vp8/simulcast_unittest.cc', 369 'video_coding/codecs/vp8/simulcast_unittest.cc',
371 'video_coding/codecs/vp8/simulcast_unittest.h', 370 'video_coding/codecs/vp8/simulcast_unittest.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 '<(DEPTH)/resources/short_mixed_mono_48.dat', 591 '<(DEPTH)/resources/short_mixed_mono_48.dat',
593 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat', 592 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat',
594 '<(DEPTH)/resources/short_mixed_mono_48.pcm', 593 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
595 '<(DEPTH)/resources/short_mixed_stereo_48.dat', 594 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
596 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', 595 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
597 '<(DEPTH)/resources/sprint-downlink.rx', 596 '<(DEPTH)/resources/sprint-downlink.rx',
598 '<(DEPTH)/resources/sprint-uplink.rx', 597 '<(DEPTH)/resources/sprint-uplink.rx',
599 '<(DEPTH)/resources/synthetic-trace.rx', 598 '<(DEPTH)/resources/synthetic-trace.rx',
600 '<(DEPTH)/resources/tmobile-downlink.rx', 599 '<(DEPTH)/resources/tmobile-downlink.rx',
601 '<(DEPTH)/resources/tmobile-uplink.rx', 600 '<(DEPTH)/resources/tmobile-uplink.rx',
602 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav',
603 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav',
604 '<(DEPTH)/resources/verizon3g-downlink.rx', 601 '<(DEPTH)/resources/verizon3g-downlink.rx',
605 '<(DEPTH)/resources/verizon3g-uplink.rx', 602 '<(DEPTH)/resources/verizon3g-uplink.rx',
606 '<(DEPTH)/resources/verizon4g-downlink.rx', 603 '<(DEPTH)/resources/verizon4g-downlink.rx',
607 '<(DEPTH)/resources/verizon4g-uplink.rx', 604 '<(DEPTH)/resources/verizon4g-uplink.rx',
608 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', 605 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap',
609 '<(DEPTH)/resources/video_coding/frame-loopback.pcap', 606 '<(DEPTH)/resources/video_coding/frame-loopback.pcap',
610 '<(DEPTH)/resources/video_coding/pltype103.rtp', 607 '<(DEPTH)/resources/video_coding/pltype103.rtp',
611 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', 608 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap',
612 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', 609 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap',
613 ], 610 ],
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'sources': [ 775 'sources': [
779 'modules_unittests.isolate', 776 'modules_unittests.isolate',
780 ], 777 ],
781 }, 778 },
782 ], 779 ],
783 }], 780 }],
784 ], 781 ],
785 }], # include_tests 782 }], # include_tests
786 ], # conditions 783 ], # conditions
787 } 784 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_mixer/audio_mixer.h ('k') | webrtc/modules/modules_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698