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

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

Issue 2321473004: Move coder, file_player, and file_recorder to webrtc/voice_engine (Closed)
Patch Set: Update .gyp files Created 4 years, 3 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/utility/BUILD.gn » ('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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "//resources/short_mixed_mono_48.dat", 210 "//resources/short_mixed_mono_48.dat",
211 "//resources/short_mixed_mono_48_arm.dat", 211 "//resources/short_mixed_mono_48_arm.dat",
212 "//resources/short_mixed_mono_48.pcm", 212 "//resources/short_mixed_mono_48.pcm",
213 "//resources/short_mixed_stereo_48.dat", 213 "//resources/short_mixed_stereo_48.dat",
214 "//resources/short_mixed_stereo_48.pcm", 214 "//resources/short_mixed_stereo_48.pcm",
215 "//resources/sprint-downlink.rx", 215 "//resources/sprint-downlink.rx",
216 "//resources/sprint-uplink.rx", 216 "//resources/sprint-uplink.rx",
217 "//resources/synthetic-trace.rx", 217 "//resources/synthetic-trace.rx",
218 "//resources/tmobile-downlink.rx", 218 "//resources/tmobile-downlink.rx",
219 "//resources/tmobile-uplink.rx", 219 "//resources/tmobile-uplink.rx",
220 "//resources/utility/encapsulated_pcm16b_8khz.wav",
221 "//resources/utility/encapsulated_pcmu_8khz.wav",
222 "//resources/verizon3g-downlink.rx", 220 "//resources/verizon3g-downlink.rx",
223 "//resources/verizon3g-uplink.rx", 221 "//resources/verizon3g-uplink.rx",
224 "//resources/verizon4g-downlink.rx", 222 "//resources/verizon4g-downlink.rx",
225 "//resources/verizon4g-uplink.rx", 223 "//resources/verizon4g-uplink.rx",
226 ] 224 ]
227 } 225 }
228 226
229 if (is_ios) { 227 if (is_ios) {
230 bundle_data("modules_unittests_bundle_data") { 228 bundle_data("modules_unittests_bundle_data") {
231 testonly = true 229 testonly = true
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", 421 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc",
424 "rtp_rtcp/source/rtp_sender_unittest.cc", 422 "rtp_rtcp/source/rtp_sender_unittest.cc",
425 "rtp_rtcp/source/time_util_unittest.cc", 423 "rtp_rtcp/source/time_util_unittest.cc",
426 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", 424 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
427 "rtp_rtcp/test/testAPI/test_api.cc", 425 "rtp_rtcp/test/testAPI/test_api.cc",
428 "rtp_rtcp/test/testAPI/test_api.h", 426 "rtp_rtcp/test/testAPI/test_api.h",
429 "rtp_rtcp/test/testAPI/test_api_audio.cc", 427 "rtp_rtcp/test/testAPI/test_api_audio.cc",
430 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", 428 "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
431 "rtp_rtcp/test/testAPI/test_api_video.cc", 429 "rtp_rtcp/test/testAPI/test_api_video.cc",
432 "utility/source/audio_frame_operations_unittest.cc", 430 "utility/source/audio_frame_operations_unittest.cc",
433 "utility/source/file_player_unittests.cc",
434 "utility/source/process_thread_impl_unittest.cc", 431 "utility/source/process_thread_impl_unittest.cc",
435 "video_coding/codecs/test/packet_manipulator_unittest.cc", 432 "video_coding/codecs/test/packet_manipulator_unittest.cc",
436 "video_coding/codecs/test/stats_unittest.cc", 433 "video_coding/codecs/test/stats_unittest.cc",
437 "video_coding/codecs/test/videoprocessor_unittest.cc", 434 "video_coding/codecs/test/videoprocessor_unittest.cc",
438 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", 435 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc",
439 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", 436 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc",
440 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", 437 "video_coding/codecs/vp8/screenshare_layers_unittest.cc",
441 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", 438 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc",
442 "video_coding/codecs/vp8/simulcast_unittest.cc", 439 "video_coding/codecs/vp8/simulcast_unittest.cc",
443 "video_coding/codecs/vp8/simulcast_unittest.h", 440 "video_coding/codecs/vp8/simulcast_unittest.h",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 sources += [ 659 sources += [
663 "audio_device/ios/audio_device_unittest_ios.cc", 660 "audio_device/ios/audio_device_unittest_ios.cc",
664 "audio_device/ios/objc/RTCAudioSessionTest.mm", 661 "audio_device/ios/objc/RTCAudioSessionTest.mm",
665 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 662 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
666 ] 663 ]
667 664
668 ldflags = [ "-ObjC" ] 665 ldflags = [ "-ObjC" ]
669 } 666 }
670 } 667 }
671 } 668 }
OLDNEW
« no previous file with comments | « .gn ('k') | webrtc/modules/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698