summaryrefslogtreecommitdiffstats
path: root/chromium/jingle/jingle.gypi
blob: eb74bbc965ef7315d700b82dc4381adbcdd1ece9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'variables': {
    'jingle_glue_sources': [
      'glue/channel_socket_adapter.cc',
      'glue/channel_socket_adapter.h',
      'glue/chrome_async_socket.cc',
      'glue/chrome_async_socket.h',
      'glue/fake_ssl_client_socket.cc',
      'glue/fake_ssl_client_socket.h',
      'glue/proxy_resolving_client_socket.cc',
      'glue/proxy_resolving_client_socket.h',
      'glue/pseudotcp_adapter.cc',
      'glue/pseudotcp_adapter.h',
      'glue/resolving_client_socket_factory.h',
      'glue/task_pump.cc',
      'glue/task_pump.h',
      'glue/thread_wrapper.cc',
      'glue/thread_wrapper.h',
      'glue/utils.cc',
      'glue/utils.h',
      'glue/xmpp_client_socket_factory.cc',
      'glue/xmpp_client_socket_factory.h',
    ]
  }
}