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

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

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created issue webrtc:6785 as reminder and linked to it in comments. Created 4 years 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 | « webrtc/call/BUILD.gn ('k') | webrtc/media/engine/webrtcvideoengine2.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("../build/webrtc.gni") 10 import("../build/webrtc.gni")
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 sources += [ 219 sources += [
220 "devices/gtkvideorenderer.cc", 220 "devices/gtkvideorenderer.cc",
221 "devices/gtkvideorenderer.h", 221 "devices/gtkvideorenderer.h",
222 ] 222 ]
223 public_configs += [ ":gtk-lib" ] 223 public_configs += [ ":gtk-lib" ]
224 } 224 }
225 deps += [ 225 deps += [
226 ":rtc_media_base", 226 ":rtc_media_base",
227 "..:webrtc_common", 227 "..:webrtc_common",
228 "../api:call_api", 228 "../api:call_api",
229 "../api:transport_api",
229 "../base:rtc_base_approved", 230 "../base:rtc_base_approved",
230 "../call", 231 "../call",
231 "../modules/audio_mixer:audio_mixer_impl", 232 "../modules/audio_mixer:audio_mixer_impl",
232 "../modules/video_coding", 233 "../modules/video_coding",
233 "../system_wrappers", 234 "../system_wrappers",
234 "../voice_engine", 235 "../voice_engine",
235 ] 236 ]
236 } 237 }
237 238
238 if (rtc_include_tests) { 239 if (rtc_include_tests) {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 397 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
397 ":rtc_media", 398 ":rtc_media",
398 ":rtc_unittest_main", 399 ":rtc_unittest_main",
399 "../audio", 400 "../audio",
400 "../base:rtc_base_tests_utils", 401 "../base:rtc_base_tests_utils",
401 "../modules/audio_device:mock_audio_device", 402 "../modules/audio_device:mock_audio_device",
402 "../system_wrappers:metrics_default", 403 "../system_wrappers:metrics_default",
403 ] 404 ]
404 } 405 }
405 } 406 }
OLDNEW
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/media/engine/webrtcvideoengine2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698