| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'jingle_glue_sources': [ | 7 'jingle_glue_sources': [ |
| 8 'glue/channel_socket_adapter.cc', | |
| 9 'glue/channel_socket_adapter.h', | |
| 10 'glue/chrome_async_socket.cc', | 8 'glue/chrome_async_socket.cc', |
| 11 'glue/chrome_async_socket.h', | 9 'glue/chrome_async_socket.h', |
| 12 'glue/fake_ssl_client_socket.cc', | 10 'glue/fake_ssl_client_socket.cc', |
| 13 'glue/fake_ssl_client_socket.h', | 11 'glue/fake_ssl_client_socket.h', |
| 14 'glue/proxy_resolving_client_socket.cc', | 12 'glue/proxy_resolving_client_socket.cc', |
| 15 'glue/proxy_resolving_client_socket.h', | 13 'glue/proxy_resolving_client_socket.h', |
| 16 'glue/pseudotcp_adapter.cc', | |
| 17 'glue/pseudotcp_adapter.h', | |
| 18 'glue/resolving_client_socket_factory.h', | 14 'glue/resolving_client_socket_factory.h', |
| 19 'glue/task_pump.cc', | 15 'glue/task_pump.cc', |
| 20 'glue/task_pump.h', | 16 'glue/task_pump.h', |
| 21 'glue/thread_wrapper.cc', | 17 'glue/thread_wrapper.cc', |
| 22 'glue/thread_wrapper.h', | 18 'glue/thread_wrapper.h', |
| 23 'glue/utils.cc', | 19 'glue/utils.cc', |
| 24 'glue/utils.h', | 20 'glue/utils.h', |
| 25 'glue/xmpp_client_socket_factory.cc', | 21 'glue/xmpp_client_socket_factory.cc', |
| 26 'glue/xmpp_client_socket_factory.h', | 22 'glue/xmpp_client_socket_factory.h', |
| 27 ] | 23 ] |
| 28 } | 24 } |
| 29 } | 25 } |
| OLD | NEW |