| 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 13 matching lines...) Expand all Loading... |
| 24 'GTEST_RELATIVE_PATH', | 24 'GTEST_RELATIVE_PATH', |
| 25 'HAVE_SRTP', | 25 'HAVE_SRTP', |
| 26 'HAVE_WEBRTC_VIDEO', | 26 'HAVE_WEBRTC_VIDEO', |
| 27 'HAVE_WEBRTC_VOICE', | 27 'HAVE_WEBRTC_VOICE', |
| 28 'LOGGING_INSIDE_WEBRTC', | 28 'LOGGING_INSIDE_WEBRTC', |
| 29 'NO_MAIN_THREAD_WRAPPING', | 29 'NO_MAIN_THREAD_WRAPPING', |
| 30 'NO_SOUND_SYSTEM', | 30 'NO_SOUND_SYSTEM', |
| 31 'SRTP_RELATIVE_PATH', | 31 'SRTP_RELATIVE_PATH', |
| 32 'USE_WEBRTC_DEV_BRANCH', | 32 'USE_WEBRTC_DEV_BRANCH', |
| 33 'ENABLE_EXTERNAL_AUTH', | 33 'ENABLE_EXTERNAL_AUTH', |
| 34 'WEBRTC_CHROMIUM_BUILD', |
| 34 ], | 35 ], |
| 35 'configurations': { | 36 'configurations': { |
| 36 'Debug': { | 37 'Debug': { |
| 37 'defines': [ | 38 'defines': [ |
| 38 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of | 39 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of |
| 39 # _DEBUG and remove this define. See below as well. | 40 # _DEBUG and remove this define. See below as well. |
| 40 '_DEBUG', | 41 '_DEBUG', |
| 41 ], | 42 ], |
| 42 } | 43 } |
| 43 }, | 44 }, |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 # in this directory and not lib.target as will otherwise be | 658 # in this directory and not lib.target as will otherwise be |
| 658 # the case with make builds. | 659 # the case with make builds. |
| 659 'product_dir': '<(PRODUCT_DIR)/lib', | 660 'product_dir': '<(PRODUCT_DIR)/lib', |
| 660 }], | 661 }], |
| 661 ], | 662 ], |
| 662 }, # target libpeerconnection | 663 }, # target libpeerconnection |
| 663 ], | 664 ], |
| 664 }], | 665 }], |
| 665 ], | 666 ], |
| 666 } | 667 } |
| OLD | NEW |