| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'defines': [ | 7 'defines': [ |
| 8 'FEATURE_ENABLE_SSL', | 8 'FEATURE_ENABLE_SSL', |
| 9 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this? | 9 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this? |
| 10 '_USE_32BIT_TIME_T', | 10 '_USE_32BIT_TIME_T', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 'source/talk/p2p/client/basicportallocator.cc', | 393 'source/talk/p2p/client/basicportallocator.cc', |
| 394 'source/talk/p2p/client/basicportallocator.h', | 394 'source/talk/p2p/client/basicportallocator.h', |
| 395 'source/talk/p2p/client/httpportallocator.cc', | 395 'source/talk/p2p/client/httpportallocator.cc', |
| 396 'source/talk/p2p/client/httpportallocator.h', | 396 'source/talk/p2p/client/httpportallocator.h', |
| 397 'source/talk/p2p/client/sessionmanagertask.h', | 397 'source/talk/p2p/client/sessionmanagertask.h', |
| 398 'source/talk/p2p/client/sessionsendtask.h', | 398 'source/talk/p2p/client/sessionsendtask.h', |
| 399 'source/talk/p2p/client/socketmonitor.cc', | 399 'source/talk/p2p/client/socketmonitor.cc', |
| 400 'source/talk/p2p/client/socketmonitor.h', | 400 'source/talk/p2p/client/socketmonitor.h', |
| 401 'source/talk/session/tunnel/pseudotcpchannel.cc', | 401 'source/talk/session/tunnel/pseudotcpchannel.cc', |
| 402 'source/talk/session/tunnel/pseudotcpchannel.h', | 402 'source/talk/session/tunnel/pseudotcpchannel.h', |
| 403 'source/talk/session/tunnel/securetunnelsessionclient.cc', | |
| 404 'source/talk/session/tunnel/securetunnelsessionclient.h', | |
| 405 'source/talk/session/tunnel/tunnelsessionclient.cc', | 403 'source/talk/session/tunnel/tunnelsessionclient.cc', |
| 406 'source/talk/session/tunnel/tunnelsessionclient.h', | 404 'source/talk/session/tunnel/tunnelsessionclient.h', |
| 407 ], | 405 ], |
| 408 'dependencies': [ | 406 'dependencies': [ |
| 409 'libjingle', | 407 'libjingle', |
| 410 ], | 408 ], |
| 411 }, | 409 }, |
| 412 ], | 410 ], |
| 413 } | 411 } |
| 414 | 412 |
| 415 # Local Variables: | 413 # Local Variables: |
| 416 # tab-width:2 | 414 # tab-width:2 |
| 417 # indent-tabs-mode:nil | 415 # indent-tabs-mode:nil |
| 418 # End: | 416 # End: |
| 419 # vim: set expandtab tabstop=2 shiftwidth=2: | 417 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |