Home | History | Annotate | Download | only in jingle
      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
      3 # found in the LICENSE file.
      4 
      5 {
      6   'variables': {
      7     'jingle_glue_sources': [
      8       'glue/channel_socket_adapter.cc',
      9       'glue/channel_socket_adapter.h',
     10       'glue/chrome_async_socket.cc',
     11       'glue/chrome_async_socket.h',
     12       'glue/fake_ssl_client_socket.cc',
     13       'glue/fake_ssl_client_socket.h',
     14       'glue/proxy_resolving_client_socket.cc',
     15       'glue/proxy_resolving_client_socket.h',
     16       'glue/pseudotcp_adapter.cc',
     17       'glue/pseudotcp_adapter.h',
     18       'glue/resolving_client_socket_factory.h',
     19       'glue/task_pump.cc',
     20       'glue/task_pump.h',
     21       'glue/thread_wrapper.cc',
     22       'glue/thread_wrapper.h',
     23       'glue/utils.cc',
     24       'glue/utils.h',
     25       'glue/xmpp_client_socket_factory.cc',
     26       'glue/xmpp_client_socket_factory.h',
     27     ]
     28   }
     29 }
     30