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

Side by Side Diff: webrtc/media/media.gyp

Issue 1741933002: Prevent a voice channel from sending data before a renderer is set. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Modifying copyright header to satisfy presubmit bot. Created 4 years, 9 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 | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/pc/channel.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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 14 matching lines...) Expand all
25 '<(webrtc_root)/libjingle/xmpp/xmpp.gyp:rtc_xmpp', 25 '<(webrtc_root)/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
26 '<(webrtc_root)/p2p/p2p.gyp:rtc_p2p', 26 '<(webrtc_root)/p2p/p2p.gyp:rtc_p2p',
27 ], 27 ],
28 'direct_dependent_settings': { 28 'direct_dependent_settings': {
29 'include_dirs': [ 29 'include_dirs': [
30 '<(libyuv_dir)/include', 30 '<(libyuv_dir)/include',
31 ], 31 ],
32 }, 32 },
33 'sources': [ 33 'sources': [
34 'base/audioframe.h', 34 'base/audioframe.h',
35 'base/audiorenderer.h', 35 'base/audiosource.h',
36 'base/capturemanager.cc', 36 'base/capturemanager.cc',
37 'base/capturemanager.h', 37 'base/capturemanager.h',
38 'base/codec.cc', 38 'base/codec.cc',
39 'base/codec.h', 39 'base/codec.h',
40 'base/cpuid.cc', 40 'base/cpuid.cc',
41 'base/cpuid.h', 41 'base/cpuid.h',
42 'base/cryptoparams.h', 42 'base/cryptoparams.h',
43 'base/device.h', 43 'base/device.h',
44 'base/fakescreencapturerfactory.h', 44 'base/fakescreencapturerfactory.h',
45 'base/hybriddataengine.h', 45 'base/hybriddataengine.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 }], 292 }],
293 ['OS=="android" and include_internal_device_management==1', { 293 ['OS=="android" and include_internal_device_management==1', {
294 'sources': [ 294 'sources': [
295 'devices/mobiledevicemanager.cc', 295 'devices/mobiledevicemanager.cc',
296 ], 296 ],
297 }], 297 }],
298 ], 298 ],
299 }, # target rtc_media 299 }, # target rtc_media
300 ], # targets. 300 ], # targets.
301 } 301 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/pc/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698