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

Side by Side Diff: media/BUILD.gn

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 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 | « no previous file | media/engine/fakewebrtcvoiceengine.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/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "engine/scopedvideoencoder.cc", 153 "engine/scopedvideoencoder.cc",
154 "engine/scopedvideoencoder.h", 154 "engine/scopedvideoencoder.h",
155 "engine/simulcast.cc", 155 "engine/simulcast.cc",
156 "engine/simulcast.h", 156 "engine/simulcast.h",
157 "engine/simulcast_encoder_adapter.cc", 157 "engine/simulcast_encoder_adapter.cc",
158 "engine/simulcast_encoder_adapter.h", 158 "engine/simulcast_encoder_adapter.h",
159 "engine/videodecodersoftwarefallbackwrapper.cc", 159 "engine/videodecodersoftwarefallbackwrapper.cc",
160 "engine/videodecodersoftwarefallbackwrapper.h", 160 "engine/videodecodersoftwarefallbackwrapper.h",
161 "engine/videoencodersoftwarefallbackwrapper.cc", 161 "engine/videoencodersoftwarefallbackwrapper.cc",
162 "engine/videoencodersoftwarefallbackwrapper.h", 162 "engine/videoencodersoftwarefallbackwrapper.h",
163 "engine/webrtccommon.h",
164 "engine/webrtcmediaengine.cc", 163 "engine/webrtcmediaengine.cc",
165 "engine/webrtcmediaengine.h", 164 "engine/webrtcmediaengine.h",
166 "engine/webrtcvideocapturer.cc", 165 "engine/webrtcvideocapturer.cc",
167 "engine/webrtcvideocapturer.h", 166 "engine/webrtcvideocapturer.h",
168 "engine/webrtcvideocapturerfactory.cc", 167 "engine/webrtcvideocapturerfactory.cc",
169 "engine/webrtcvideocapturerfactory.h", 168 "engine/webrtcvideocapturerfactory.h",
170 "engine/webrtcvideodecoderfactory.h", 169 "engine/webrtcvideodecoderfactory.h",
171 "engine/webrtcvideoencoderfactory.h", 170 "engine/webrtcvideoencoderfactory.h",
172 "engine/webrtcvideoengine.cc", 171 "engine/webrtcvideoengine.cc",
173 "engine/webrtcvideoengine.h", 172 "engine/webrtcvideoengine.h",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "../rtc_base:rtc_base_approved", 533 "../rtc_base:rtc_base_approved",
535 "../rtc_base:rtc_base_tests_main", 534 "../rtc_base:rtc_base_tests_main",
536 "../rtc_base:rtc_base_tests_utils", 535 "../rtc_base:rtc_base_tests_utils",
537 "../system_wrappers:metrics_default", 536 "../system_wrappers:metrics_default",
538 "../test:audio_codec_mocks", 537 "../test:audio_codec_mocks",
539 "../test:test_support", 538 "../test:test_support",
540 "../voice_engine:voice_engine", 539 "../voice_engine:voice_engine",
541 ] 540 ]
542 } 541 }
543 } 542 }
OLDNEW
« no previous file with comments | « no previous file | media/engine/fakewebrtcvoiceengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698