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

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

Issue 2045243002: NetEq: Rename Nack to NackTracker to avoid name collisions in GN (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/nack.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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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/config/arm.gni") 9 import("//build/config/arm.gni")
10 import("../../build/webrtc.gni") 10 import("../../build/webrtc.gni")
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 "neteq/dsp_helper.h", 806 "neteq/dsp_helper.h",
807 "neteq/dtmf_buffer.cc", 807 "neteq/dtmf_buffer.cc",
808 "neteq/dtmf_buffer.h", 808 "neteq/dtmf_buffer.h",
809 "neteq/dtmf_tone_generator.cc", 809 "neteq/dtmf_tone_generator.cc",
810 "neteq/dtmf_tone_generator.h", 810 "neteq/dtmf_tone_generator.h",
811 "neteq/expand.cc", 811 "neteq/expand.cc",
812 "neteq/expand.h", 812 "neteq/expand.h",
813 "neteq/include/neteq.h", 813 "neteq/include/neteq.h",
814 "neteq/merge.cc", 814 "neteq/merge.cc",
815 "neteq/merge.h", 815 "neteq/merge.h",
816 "neteq/nack.cc", 816 "neteq/nack_tracker.cc",
817 "neteq/nack.h", 817 "neteq/nack_tracker.h",
818 "neteq/neteq.cc", 818 "neteq/neteq.cc",
819 "neteq/neteq_impl.cc", 819 "neteq/neteq_impl.cc",
820 "neteq/neteq_impl.h", 820 "neteq/neteq_impl.h",
821 "neteq/normal.cc", 821 "neteq/normal.cc",
822 "neteq/normal.h", 822 "neteq/normal.h",
823 "neteq/packet.cc", 823 "neteq/packet.cc",
824 "neteq/packet.h", 824 "neteq/packet.h",
825 "neteq/packet_buffer.cc", 825 "neteq/packet_buffer.cc",
826 "neteq/packet_buffer.h", 826 "neteq/packet_buffer.h",
827 "neteq/payload_splitter.cc", 827 "neteq/payload_splitter.cc",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 defines += [ "WEBRTC_CODEC_ISACFX" ] 880 defines += [ "WEBRTC_CODEC_ISACFX" ]
881 deps += [ ":isac_fix" ] 881 deps += [ ":isac_fix" ]
882 } else { 882 } else {
883 defines += [ "WEBRTC_CODEC_ISAC" ] 883 defines += [ "WEBRTC_CODEC_ISAC" ]
884 deps += [ ":isac" ] 884 deps += [ ":isac" ]
885 } 885 }
886 defines += [ "WEBRTC_CODEC_G722" ] 886 defines += [ "WEBRTC_CODEC_G722" ]
887 deps += [ ":g722" ] 887 deps += [ ":g722" ]
888 } 888 }
889 } 889 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/nack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698