OLD | NEW |
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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 } | 243 } |
244 ], | 244 ], |
245 }], # OS=="ios" | 245 }], # OS=="ios" |
246 ], # conditions | 246 ], # conditions |
247 'targets': [ | 247 'targets': [ |
248 { | 248 { |
249 'target_name': 'libjingle_peerconnection', | 249 'target_name': 'libjingle_peerconnection', |
250 'type': 'static_library', | 250 'type': 'static_library', |
251 'dependencies': [ | 251 'dependencies': [ |
252 '<(webrtc_root)/media/media.gyp:rtc_media', | 252 '<(webrtc_root)/media/media.gyp:rtc_media', |
253 '../../talk/libjingle.gyp:libjingle_p2p', | 253 '<(webrtc_root)/pc/pc.gyp:rtc_pc', |
254 ], | 254 ], |
255 'sources': [ | 255 'sources': [ |
256 'audiotrack.cc', | 256 'audiotrack.cc', |
257 'audiotrack.h', | 257 'audiotrack.h', |
258 'datachannel.cc', | 258 'datachannel.cc', |
259 'datachannel.h', | 259 'datachannel.h', |
260 'datachannelinterface.h', | 260 'datachannelinterface.h', |
261 'dtlsidentitystore.cc', | 261 'dtlsidentitystore.cc', |
262 'dtlsidentitystore.h', | 262 'dtlsidentitystore.h', |
263 'dtmfsender.cc', | 263 'dtmfsender.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'AdditionalOptions': [ | 360 'AdditionalOptions': [ |
361 '-Wno-sign-compare', | 361 '-Wno-sign-compare', |
362 ], | 362 ], |
363 }, | 363 }, |
364 }, | 364 }, |
365 }], | 365 }], |
366 ], | 366 ], |
367 }, # target libjingle_peerconnection | 367 }, # target libjingle_peerconnection |
368 ], # targets | 368 ], # targets |
369 } | 369 } |
OLD | NEW |