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

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

Issue 1715883002: Remove DeviceManager and DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase 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
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'WARNING_CFLAGS': [ 229 'WARNING_CFLAGS': [
230 '-Wno-return-type', 230 '-Wno-return-type',
231 ], 231 ],
232 }, 232 },
233 }], 233 }],
234 ['OS=="mac"', { 234 ['OS=="mac"', {
235 'sources': [ 235 'sources': [
236 'objc/RTCNSGLVideoView.h', 236 'objc/RTCNSGLVideoView.h',
237 'objc/RTCNSGLVideoView.m', 237 'objc/RTCNSGLVideoView.m',
238 ], 238 ],
239 'link_settings': {
240 'xcode_settings': {
241 'OTHER_LDFLAGS': [
242 '-framework OpenGL',
243 ],
244 },
245 },
239 }], 246 }],
240 ], 247 ],
241 } 248 }
242 ], 249 ],
243 }], # OS=="ios" 250 }], # OS=="ios"
244 ], # conditions 251 ], # conditions
245 'targets': [ 252 'targets': [
246 { 253 {
247 'target_name': 'libjingle_peerconnection', 254 'target_name': 'libjingle_peerconnection',
248 'type': 'static_library', 255 'type': 'static_library',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'AdditionalOptions': [ 367 'AdditionalOptions': [
361 '-Wno-sign-compare', 368 '-Wno-sign-compare',
362 ], 369 ],
363 }, 370 },
364 }, 371 },
365 }], 372 }],
366 ], 373 ],
367 }, # target libjingle_peerconnection 374 }, # target libjingle_peerconnection
368 ], # targets 375 ], # targets
369 } 376 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/objc/RTCVideoCapturer.mm ('k') | webrtc/examples/peerconnection/client/conductor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698