Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Side by Side Diff: jingle/jingle.gypi

Issue 1177983009: Move remoting-specific adapters from jingle/glue to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « jingle/jingle.gyp ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « jingle/jingle.gyp ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698