| 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 'variables': { | 9 'variables': { |
| 10 'enabled_libjingle_device_manager%': 0, | 10 'enabled_libjingle_device_manager%': 0, |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 { | 271 { |
| 272 'target_name': 'libjingle', | 272 'target_name': 'libjingle', |
| 273 'type': 'static_library', | 273 'type': 'static_library', |
| 274 'includes': [ 'libjingle_common.gypi' ], | 274 'includes': [ 'libjingle_common.gypi' ], |
| 275 'sources!' : [ | 275 'sources!' : [ |
| 276 # Compiled as part of libjingle_p2p_constants. | 276 # Compiled as part of libjingle_p2p_constants. |
| 277 '<(webrtc_p2p)/base/constants.cc', | 277 '<(webrtc_p2p)/base/constants.cc', |
| 278 '<(webrtc_p2p)/base/constants.h', | 278 '<(webrtc_p2p)/base/constants.h', |
| 279 ], | 279 ], |
| 280 'dependencies': [ | 280 'dependencies': [ |
| 281 '<(DEPTH)/third_party/webrtc/base/base.gyp:webrtc_base', | 281 '<(DEPTH)/third_party/webrtc/base/base.gyp:rtc_base', |
| 282 '<(DEPTH)/third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite', | 282 '<(DEPTH)/third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite', |
| 283 'libjingle_p2p_constants', | 283 'libjingle_p2p_constants', |
| 284 '<@(libjingle_additional_deps)', | 284 '<@(libjingle_additional_deps)', |
| 285 ], | 285 ], |
| 286 }, # target libjingle | 286 }, # target libjingle |
| 287 # This has to be is a separate project due to a bug in MSVS 2008 and the | 287 # This has to be is a separate project due to a bug in MSVS 2008 and the |
| 288 # current toolset on android. The problem is that we have two files named | 288 # current toolset on android. The problem is that we have two files named |
| 289 # "constants.cc" and MSVS/android doesn't handle this properly. | 289 # "constants.cc" and MSVS/android doesn't handle this properly. |
| 290 # GYP currently has guards to catch this, so if you want to remove it, | 290 # GYP currently has guards to catch this, so if you want to remove it, |
| 291 # run GYP and if GYP has removed the validation check, then we can assume | 291 # run GYP and if GYP has removed the validation check, then we can assume |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 }, | 673 }, |
| 674 'dependencies': [ | 674 'dependencies': [ |
| 675 'libjingle_peerconnection_so', | 675 'libjingle_peerconnection_so', |
| 676 ], | 676 ], |
| 677 'includes': [ '../../build/java.gypi' ], | 677 'includes': [ '../../build/java.gypi' ], |
| 678 }, | 678 }, |
| 679 ], | 679 ], |
| 680 }], | 680 }], |
| 681 ], | 681 ], |
| 682 } | 682 } |
| OLD | NEW |