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

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

Issue 2182063002: Creating GN version of audio_decoder_unittests for linux tool chain (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Creating GN version of audio_decoder_unittests for linux tool chain 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
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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "../system_wrappers:system_wrappers", 364 "../system_wrappers:system_wrappers",
365 "../test:rtp_test_utils", 365 "../test:rtp_test_utils",
366 "../test:test_common", 366 "../test:test_common",
367 "../test:test_support_main", 367 "../test:test_support_main",
368 "../test:test_support_main", 368 "../test:test_support_main",
369 "../test:video_test_common", 369 "../test:video_test_common",
370 "../tools:agc_test_utils", 370 "../tools:agc_test_utils",
371 "audio_coding", 371 "audio_coding",
372 "audio_coding:acm_receive_test", 372 "audio_coding:acm_receive_test",
373 "audio_coding:acm_send_test", 373 "audio_coding:acm_send_test",
374 "audio_coding:audio_decoder_unittests",
374 "audio_coding:builtin_audio_decoder_factory", 375 "audio_coding:builtin_audio_decoder_factory",
375 "audio_coding:cng", 376 "audio_coding:cng",
376 "audio_coding:isac_fix", 377 "audio_coding:isac_fix",
377 "audio_coding:neteq", 378 "audio_coding:neteq",
378 "audio_coding:neteq_test_support", 379 "audio_coding:neteq_test_support",
379 "audio_coding:neteq_unittest_tools", 380 "audio_coding:neteq_unittest_tools",
380 "audio_coding:pcm16b", 381 "audio_coding:pcm16b",
381 "audio_coding:red", 382 "audio_coding:red",
382 "audio_coding:webrtc_opus", 383 "audio_coding:webrtc_opus",
383 "audio_conference_mixer", 384 "audio_conference_mixer",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "audio_device/ios/objc/RTCAudioSessionTest.mm", 535 "audio_device/ios/objc/RTCAudioSessionTest.mm",
535 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 536 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
536 ] 537 ]
537 538
538 ldflags = [ "-ObjC" ] 539 ldflags = [ "-ObjC" ]
539 540
540 # TODO(kjellander): Mac bundle files. 541 # TODO(kjellander): Mac bundle files.
541 } 542 }
542 } 543 }
543 } 544 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698