| 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 23 matching lines...) Expand all Loading... |
| 34 'defines': [ | 34 'defines': [ |
| 35 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of | 35 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of |
| 36 # _DEBUG and remove this define. See below as well. | 36 # _DEBUG and remove this define. See below as well. |
| 37 '_DEBUG', | 37 '_DEBUG', |
| 38 ], | 38 ], |
| 39 } | 39 } |
| 40 }, | 40 }, |
| 41 'include_dirs': [ | 41 'include_dirs': [ |
| 42 './overrides', | 42 './overrides', |
| 43 './<(libjingle_source)', | 43 './<(libjingle_source)', |
| 44 '../..', |
| 44 '../../testing/gtest/include', | 45 '../../testing/gtest/include', |
| 45 '../../third_party', | 46 '../../third_party', |
| 46 '../../third_party/libyuv/include', | 47 '../../third_party/libyuv/include', |
| 47 '../../third_party/usrsctp', | 48 '../../third_party/usrsctp', |
| 48 '../../third_party/webrtc', | 49 '../../third_party/webrtc', |
| 49 ], | 50 ], |
| 50 'dependencies': [ | 51 'dependencies': [ |
| 51 '<(DEPTH)/base/base.gyp:base', | 52 '<(DEPTH)/base/base.gyp:base', |
| 52 '<(DEPTH)/net/net.gyp:net', | 53 '<(DEPTH)/net/net.gyp:net', |
| 53 '<(DEPTH)/third_party/expat/expat.gyp:expat', | 54 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 # in this directory and not lib.target as will otherwise be | 641 # in this directory and not lib.target as will otherwise be |
| 641 # the case with make builds. | 642 # the case with make builds. |
| 642 'product_dir': '<(PRODUCT_DIR)/lib', | 643 'product_dir': '<(PRODUCT_DIR)/lib', |
| 643 }], | 644 }], |
| 644 ], | 645 ], |
| 645 }, # target libpeerconnection | 646 }, # target libpeerconnection |
| 646 ], | 647 ], |
| 647 }], | 648 }], |
| 648 ], | 649 ], |
| 649 } | 650 } |
| OLD | NEW |