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

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

Issue 1809053002: Delete empty API files and cleaned up includes. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: IOS build 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/base/capturerenderadapter.cc ('k') | no next file » | 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 15 matching lines...) Expand all
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/audiosource.h', 35 'base/audiosource.h',
36 'base/capturemanager.cc',
37 'base/capturemanager.h',
38 'base/codec.cc', 36 'base/codec.cc',
39 'base/codec.h', 37 'base/codec.h',
40 'base/cpuid.cc', 38 'base/cpuid.cc',
41 'base/cpuid.h', 39 'base/cpuid.h',
42 'base/cryptoparams.h', 40 'base/cryptoparams.h',
43 'base/device.h', 41 'base/device.h',
44 'base/fakescreencapturerfactory.h', 42 'base/fakescreencapturerfactory.h',
45 'base/hybriddataengine.h', 43 'base/hybriddataengine.h',
46 'base/mediachannel.h', 44 'base/mediachannel.h',
47 'base/mediacommon.h', 45 'base/mediacommon.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }], 207 }],
210 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 208 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
211 'defines': [ 209 'defines': [
212 'CARBON_DEPRECATED=YES', 210 'CARBON_DEPRECATED=YES',
213 ], 211 ],
214 }], 212 }],
215 ], 213 ],
216 }, # target rtc_media 214 }, # target rtc_media
217 ], # targets. 215 ], # targets.
218 } 216 }
OLDNEW
« no previous file with comments | « webrtc/media/base/capturerenderadapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698