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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 } | 248 } |
249 ], | 249 ], |
250 }], # OS=="ios" | 250 }], # OS=="ios" |
251 ], # conditions | 251 ], # conditions |
252 'targets': [ | 252 'targets': [ |
253 { | 253 { |
254 'target_name': 'libjingle_peerconnection', | 254 'target_name': 'libjingle_peerconnection', |
255 'type': 'static_library', | 255 'type': 'static_library', |
256 'dependencies': [ | 256 'dependencies': [ |
257 '<(webrtc_root)/media/media.gyp:rtc_media', | 257 '<(webrtc_root)/media/media.gyp:rtc_media', |
258 '../../talk/libjingle.gyp:libjingle_p2p', | 258 '<(webrtc_root)/pc/pc.gyp:rtc_pc', |
259 ], | 259 ], |
260 'sources': [ | 260 'sources': [ |
261 'audiotrack.cc', | 261 'audiotrack.cc', |
262 'audiotrack.h', | 262 'audiotrack.h', |
263 'datachannel.cc', | 263 'datachannel.cc', |
264 'datachannel.h', | 264 'datachannel.h', |
265 'datachannelinterface.h', | 265 'datachannelinterface.h', |
266 'dtlsidentitystore.cc', | 266 'dtlsidentitystore.cc', |
267 'dtlsidentitystore.h', | 267 'dtlsidentitystore.h', |
268 'dtmfsender.cc', | 268 'dtmfsender.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'AdditionalOptions': [ | 365 'AdditionalOptions': [ |
366 '-Wno-sign-compare', | 366 '-Wno-sign-compare', |
367 ], | 367 ], |
368 }, | 368 }, |
369 }, | 369 }, |
370 }], | 370 }], |
371 ], | 371 ], |
372 }, # target libjingle_peerconnection | 372 }, # target libjingle_peerconnection |
373 ], # targets | 373 ], # targets |
374 } | 374 } |
OLD | NEW |