OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../../build/win_precompile.gypi', | 7 '../../build/win_precompile.gypi', |
8 ], | 8 ], |
9 # Most of these settings have been split according to their scope into | 9 # Most of these settings have been split according to their scope into |
10 # :jingle_unexported_configs and :jingle_public_config in the GN build. | 10 # :jingle_unexported_configs and :jingle_public_config in the GN build. |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'targets': [ | 211 'targets': [ |
212 { | 212 { |
213 # GN version: //third_party/libjingle:libjingle_webrtc_common | 213 # GN version: //third_party/libjingle:libjingle_webrtc_common |
214 'target_name': 'libjingle_webrtc_common', | 214 'target_name': 'libjingle_webrtc_common', |
215 'type': 'static_library', | 215 'type': 'static_library', |
216 'sources': [ | 216 'sources': [ |
217 '<(DEPTH)/third_party/webrtc/api/audiotrack.cc', | 217 '<(DEPTH)/third_party/webrtc/api/audiotrack.cc', |
218 '<(DEPTH)/third_party/webrtc/api/audiotrack.h', | 218 '<(DEPTH)/third_party/webrtc/api/audiotrack.h', |
219 '<(DEPTH)/third_party/webrtc/api/datachannel.cc', | 219 '<(DEPTH)/third_party/webrtc/api/datachannel.cc', |
220 '<(DEPTH)/third_party/webrtc/api/datachannel.h', | 220 '<(DEPTH)/third_party/webrtc/api/datachannel.h', |
221 '<(DEPTH)/third_party/webrtc/api/dtlsidentitystore.h', | |
222 '<(DEPTH)/third_party/webrtc/api/dtmfsender.cc', | 221 '<(DEPTH)/third_party/webrtc/api/dtmfsender.cc', |
223 '<(DEPTH)/third_party/webrtc/api/dtmfsender.h', | 222 '<(DEPTH)/third_party/webrtc/api/dtmfsender.h', |
224 '<(DEPTH)/third_party/webrtc/api/jsep.h', | 223 '<(DEPTH)/third_party/webrtc/api/jsep.h', |
225 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.cc', | 224 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.cc', |
226 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.h', | 225 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.h', |
227 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.cc', | 226 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.cc', |
228 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.h', | 227 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.h', |
229 '<(DEPTH)/third_party/webrtc/api/localaudiosource.cc', | 228 '<(DEPTH)/third_party/webrtc/api/localaudiosource.cc', |
230 '<(DEPTH)/third_party/webrtc/api/localaudiosource.h', | 229 '<(DEPTH)/third_party/webrtc/api/localaudiosource.h', |
231 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.cc', | 230 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 ], | 371 ], |
373 'dependencies': [ | 372 'dependencies': [ |
374 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing', | 373 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing', |
375 'libjingle_webrtc_common', | 374 'libjingle_webrtc_common', |
376 ], | 375 ], |
377 }, | 376 }, |
378 ], | 377 ], |
379 }], | 378 }], |
380 ], | 379 ], |
381 } | 380 } |
OLD | NEW |