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

Side by Side Diff: webrtc/modules/BUILD.gn

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 | « .gn ('k') | webrtc/modules/audio_mixer/audio_mixer.h » ('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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", 299 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc",
300 "rtp_rtcp/source/rtp_sender_unittest.cc", 300 "rtp_rtcp/source/rtp_sender_unittest.cc",
301 "rtp_rtcp/source/time_util_unittest.cc", 301 "rtp_rtcp/source/time_util_unittest.cc",
302 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", 302 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
303 "rtp_rtcp/test/testAPI/test_api.cc", 303 "rtp_rtcp/test/testAPI/test_api.cc",
304 "rtp_rtcp/test/testAPI/test_api.h", 304 "rtp_rtcp/test/testAPI/test_api.h",
305 "rtp_rtcp/test/testAPI/test_api_audio.cc", 305 "rtp_rtcp/test/testAPI/test_api_audio.cc",
306 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", 306 "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
307 "rtp_rtcp/test/testAPI/test_api_video.cc", 307 "rtp_rtcp/test/testAPI/test_api_video.cc",
308 "utility/source/audio_frame_operations_unittest.cc", 308 "utility/source/audio_frame_operations_unittest.cc",
309 "utility/source/file_player_unittests.cc",
310 "utility/source/process_thread_impl_unittest.cc", 309 "utility/source/process_thread_impl_unittest.cc",
311 "video_coding/codecs/test/packet_manipulator_unittest.cc", 310 "video_coding/codecs/test/packet_manipulator_unittest.cc",
312 "video_coding/codecs/test/stats_unittest.cc", 311 "video_coding/codecs/test/stats_unittest.cc",
313 "video_coding/codecs/test/videoprocessor_unittest.cc", 312 "video_coding/codecs/test/videoprocessor_unittest.cc",
314 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", 313 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc",
315 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", 314 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc",
316 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", 315 "video_coding/codecs/vp8/screenshare_layers_unittest.cc",
317 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", 316 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc",
318 "video_coding/codecs/vp8/simulcast_unittest.cc", 317 "video_coding/codecs/vp8/simulcast_unittest.cc",
319 "video_coding/codecs/vp8/simulcast_unittest.h", 318 "video_coding/codecs/vp8/simulcast_unittest.h",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 "//resources/short_mixed_mono_48.dat", 588 "//resources/short_mixed_mono_48.dat",
590 "//resources/short_mixed_mono_48_arm.dat", 589 "//resources/short_mixed_mono_48_arm.dat",
591 "//resources/short_mixed_mono_48.pcm", 590 "//resources/short_mixed_mono_48.pcm",
592 "//resources/short_mixed_stereo_48.dat", 591 "//resources/short_mixed_stereo_48.dat",
593 "//resources/short_mixed_stereo_48.pcm", 592 "//resources/short_mixed_stereo_48.pcm",
594 "//resources/sprint-downlink.rx", 593 "//resources/sprint-downlink.rx",
595 "//resources/sprint-uplink.rx", 594 "//resources/sprint-uplink.rx",
596 "//resources/synthetic-trace.rx", 595 "//resources/synthetic-trace.rx",
597 "//resources/tmobile-downlink.rx", 596 "//resources/tmobile-downlink.rx",
598 "//resources/tmobile-uplink.rx", 597 "//resources/tmobile-uplink.rx",
599 "//resources/utility/encapsulated_pcm16b_8khz.wav",
600 "//resources/utility/encapsulated_pcmu_8khz.wav",
601 "//resources/verizon3g-downlink.rx", 598 "//resources/verizon3g-downlink.rx",
602 "//resources/verizon3g-uplink.rx", 599 "//resources/verizon3g-uplink.rx",
603 "//resources/verizon4g-downlink.rx", 600 "//resources/verizon4g-downlink.rx",
604 "//resources/verizon4g-uplink.rx", 601 "//resources/verizon4g-uplink.rx",
605 ] 602 ]
606 603
607 shard_timeout = 900 604 shard_timeout = 900
608 } 605 }
609 606
610 if (is_ios) { 607 if (is_ios) {
611 configs += [ 608 configs += [
612 "..:common_objc", 609 "..:common_objc",
613 "//build/config/compiler:enable_arc", 610 "//build/config/compiler:enable_arc",
614 ] 611 ]
615 612
616 sources += [ 613 sources += [
617 "audio_device/ios/audio_device_unittest_ios.cc", 614 "audio_device/ios/audio_device_unittest_ios.cc",
618 "audio_device/ios/objc/RTCAudioSessionTest.mm", 615 "audio_device/ios/objc/RTCAudioSessionTest.mm",
619 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 616 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
620 ] 617 ]
621 618
622 ldflags = [ "-ObjC" ] 619 ldflags = [ "-ObjC" ]
623 620
624 # TODO(kjellander): Mac bundle files. 621 # TODO(kjellander): Mac bundle files.
625 } 622 }
626 } 623 }
627 } 624 }
OLDNEW
« no previous file with comments | « .gn ('k') | webrtc/modules/audio_mixer/audio_mixer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698