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

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

Issue 2367323002: Delete unused file mock_audio_vector.h. (Closed)
Patch Set: Created 4 years, 2 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/mock/mock_audio_vector.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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "audio_coding/neteq/decision_logic_unittest.cc", 297 "audio_coding/neteq/decision_logic_unittest.cc",
298 "audio_coding/neteq/decoder_database_unittest.cc", 298 "audio_coding/neteq/decoder_database_unittest.cc",
299 "audio_coding/neteq/delay_manager_unittest.cc", 299 "audio_coding/neteq/delay_manager_unittest.cc",
300 "audio_coding/neteq/delay_peak_detector_unittest.cc", 300 "audio_coding/neteq/delay_peak_detector_unittest.cc",
301 "audio_coding/neteq/dsp_helper_unittest.cc", 301 "audio_coding/neteq/dsp_helper_unittest.cc",
302 "audio_coding/neteq/dtmf_buffer_unittest.cc", 302 "audio_coding/neteq/dtmf_buffer_unittest.cc",
303 "audio_coding/neteq/dtmf_tone_generator_unittest.cc", 303 "audio_coding/neteq/dtmf_tone_generator_unittest.cc",
304 "audio_coding/neteq/expand_unittest.cc", 304 "audio_coding/neteq/expand_unittest.cc",
305 "audio_coding/neteq/merge_unittest.cc", 305 "audio_coding/neteq/merge_unittest.cc",
306 "audio_coding/neteq/mock/mock_audio_decoder.h", 306 "audio_coding/neteq/mock/mock_audio_decoder.h",
307 "audio_coding/neteq/mock/mock_audio_vector.h",
308 "audio_coding/neteq/mock/mock_buffer_level_filter.h", 307 "audio_coding/neteq/mock/mock_buffer_level_filter.h",
309 "audio_coding/neteq/mock/mock_decoder_database.h", 308 "audio_coding/neteq/mock/mock_decoder_database.h",
310 "audio_coding/neteq/mock/mock_delay_manager.h", 309 "audio_coding/neteq/mock/mock_delay_manager.h",
311 "audio_coding/neteq/mock/mock_delay_peak_detector.h", 310 "audio_coding/neteq/mock/mock_delay_peak_detector.h",
312 "audio_coding/neteq/mock/mock_dtmf_buffer.h", 311 "audio_coding/neteq/mock/mock_dtmf_buffer.h",
313 "audio_coding/neteq/mock/mock_dtmf_tone_generator.h", 312 "audio_coding/neteq/mock/mock_dtmf_tone_generator.h",
314 "audio_coding/neteq/mock/mock_expand.h", 313 "audio_coding/neteq/mock/mock_expand.h",
315 "audio_coding/neteq/mock/mock_external_decoder_pcm16b.h", 314 "audio_coding/neteq/mock/mock_external_decoder_pcm16b.h",
316 "audio_coding/neteq/mock/mock_packet_buffer.h", 315 "audio_coding/neteq/mock/mock_packet_buffer.h",
317 "audio_coding/neteq/mock/mock_red_payload_splitter.h", 316 "audio_coding/neteq/mock/mock_red_payload_splitter.h",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 sources += [ 692 sources += [
694 "audio_device/ios/audio_device_unittest_ios.cc", 693 "audio_device/ios/audio_device_unittest_ios.cc",
695 "audio_device/ios/objc/RTCAudioSessionTest.mm", 694 "audio_device/ios/objc/RTCAudioSessionTest.mm",
696 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 695 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
697 ] 696 ]
698 697
699 ldflags = [ "-ObjC" ] 698 ldflags = [ "-ObjC" ]
700 } 699 }
701 } 700 }
702 } 701 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/mock/mock_audio_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698