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

Side by Side Diff: pc/BUILD.gn

Issue 3004353002: Expose new video codec factories in the PeerConnectionFactory API (Closed)
Patch Set: Add build dependency 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 | « media/engine/webrtcmediaengine.cc ('k') | pc/createpeerconnectionfactory.cc » ('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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 sources = [ 196 sources = [
197 "createpeerconnectionfactory.cc", 197 "createpeerconnectionfactory.cc",
198 ] 198 ]
199 199
200 deps = [ 200 deps = [
201 "../api:audio_mixer_api", 201 "../api:audio_mixer_api",
202 "../api:libjingle_peerconnection_api", 202 "../api:libjingle_peerconnection_api",
203 "../api/audio_codecs:audio_codecs_api", 203 "../api/audio_codecs:audio_codecs_api",
204 "../api/audio_codecs:builtin_audio_decoder_factory", 204 "../api/audio_codecs:builtin_audio_decoder_factory",
205 "../api/audio_codecs:builtin_audio_encoder_factory", 205 "../api/audio_codecs:builtin_audio_encoder_factory",
206 "../api/video_codecs:video_codecs_api",
206 "../call", 207 "../call",
207 "../call:call_interfaces", 208 "../call:call_interfaces",
208 "../logging:rtc_event_log_api", 209 "../logging:rtc_event_log_api",
209 "../media:rtc_audio_video", 210 "../media:rtc_audio_video",
210 "../modules/audio_device:audio_device", 211 "../modules/audio_device:audio_device",
211 "../modules/audio_processing:audio_processing", 212 "../modules/audio_processing:audio_processing",
212 "../rtc_base:rtc_base", 213 "../rtc_base:rtc_base",
213 "../rtc_base:rtc_base_approved", 214 "../rtc_base:rtc_base_approved",
214 ] 215 ]
215 216
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "test/androidtestinitializer.cc", 488 "test/androidtestinitializer.cc",
488 "test/androidtestinitializer.h", 489 "test/androidtestinitializer.h",
489 ] 490 ]
490 deps = [ 491 deps = [
491 "../sdk/android:libjingle_peerconnection_jni", 492 "../sdk/android:libjingle_peerconnection_jni",
492 "//testing/android/native_test:native_test_support", 493 "//testing/android/native_test:native_test_support",
493 ] 494 ]
494 } 495 }
495 } 496 }
496 } 497 }
OLDNEW
« no previous file with comments | « media/engine/webrtcmediaengine.cc ('k') | pc/createpeerconnectionfactory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698