| 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': [ |
| 10 '../../build/win_precompile.gypi', |
| 11 ], |
| 9 'target_defaults': { | 12 'target_defaults': { |
| 10 'defines': [ | 13 'defines': [ |
| 11 'FEATURE_ENABLE_SSL', | 14 'FEATURE_ENABLE_SSL', |
| 12 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this? | 15 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this? |
| 13 '_USE_32BIT_TIME_T', | 16 '_USE_32BIT_TIME_T', |
| 14 'SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS', | 17 'SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS', |
| 15 'EXPAT_RELATIVE_PATH', | 18 'EXPAT_RELATIVE_PATH', |
| 16 ], | 19 ], |
| 17 'configurations': { | 20 'configurations': { |
| 18 'Debug': { | 21 'Debug': { |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'source/talk/session/tunnel/pseudotcpchannel.h', | 420 'source/talk/session/tunnel/pseudotcpchannel.h', |
| 418 'source/talk/session/tunnel/tunnelsessionclient.cc', | 421 'source/talk/session/tunnel/tunnelsessionclient.cc', |
| 419 'source/talk/session/tunnel/tunnelsessionclient.h', | 422 'source/talk/session/tunnel/tunnelsessionclient.h', |
| 420 ], | 423 ], |
| 421 'dependencies': [ | 424 'dependencies': [ |
| 422 'libjingle', | 425 'libjingle', |
| 423 ], | 426 ], |
| 424 }, | 427 }, |
| 425 ], | 428 ], |
| 426 } | 429 } |
| OLD | NEW |