OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 6 'variables': { |
7 'no_libjingle_logging%': 0, | 7 'no_libjingle_logging%': 0, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../../build/win_precompile.gypi', | 10 '../../build/win_precompile.gypi', |
(...skipping 16 matching lines...) Expand all Loading... |
27 'defines': [ | 27 'defines': [ |
28 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of | 28 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of |
29 # _DEBUG and remove this define. See below as well. | 29 # _DEBUG and remove this define. See below as well. |
30 '_DEBUG', | 30 '_DEBUG', |
31 ], | 31 ], |
32 } | 32 } |
33 }, | 33 }, |
34 'include_dirs': [ | 34 'include_dirs': [ |
35 './overrides', | 35 './overrides', |
36 './source', | 36 './source', |
| 37 '../../third_party/libyuv/include', |
37 ], | 38 ], |
38 'dependencies': [ | 39 'dependencies': [ |
39 '<(DEPTH)/base/base.gyp:base', | 40 '<(DEPTH)/base/base.gyp:base', |
40 '<(DEPTH)/net/net.gyp:net', | 41 '<(DEPTH)/net/net.gyp:net', |
41 '<(DEPTH)/third_party/expat/expat.gyp:expat', | 42 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
42 ], | 43 ], |
43 'export_dependent_settings': [ | 44 'export_dependent_settings': [ |
44 '<(DEPTH)/third_party/expat/expat.gyp:expat', | 45 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
45 ], | 46 ], |
46 'direct_dependent_settings': { | 47 'direct_dependent_settings': { |
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module', | 547 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module', |
547 '<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_
core', | 548 '<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_
core', |
548 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_
core', | 549 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_
core', |
549 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers.gyp:
system_wrappers', | 550 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers.gyp:
system_wrappers', |
550 'libjingle', | 551 'libjingle', |
551 'libjingle_p2p', | 552 'libjingle_p2p', |
552 ], | 553 ], |
553 }, # target libjingle_peerconnection | 554 }, # target libjingle_peerconnection |
554 ], | 555 ], |
555 } | 556 } |
OLD | NEW |