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

Side by Side Diff: tools/android/forwarder2/forwarder.gyp

Issue 60033002: Make HostController/DeviceListener deletion fully synchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « tools/android/forwarder2/forwarder.cc ('k') | tools/android/forwarder2/forwarders_manager.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'forwarder2', 8 'target_name': 'forwarder2',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 }], 44 }],
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 'command.cc', 47 'command.cc',
48 'common.cc', 48 'common.cc',
49 'daemon.cc', 49 'daemon.cc',
50 'device_controller.cc', 50 'device_controller.cc',
51 'device_forwarder_main.cc', 51 'device_forwarder_main.cc',
52 'device_listener.cc', 52 'device_listener.cc',
53 'forwarder.cc', 53 'forwarder.cc',
54 'forwarders_manager.cc',
54 'pipe_notifier.cc', 55 'pipe_notifier.cc',
55 'socket.cc', 56 'socket.cc',
56 ], 57 ],
57 }, 58 },
58 { 59 {
59 'target_name': 'host_forwarder', 60 'target_name': 'host_forwarder',
60 'type': 'executable', 61 'type': 'executable',
61 'toolsets': ['host'], 62 'toolsets': ['host'],
62 'dependencies': [ 63 'dependencies': [
63 '../../../base/base.gyp:base', 64 '../../../base/base.gyp:base',
64 '../../../build/linux/system.gyp:x11', 65 '../../../build/linux/system.gyp:x11',
65 '../common/common.gyp:android_tools_common', 66 '../common/common.gyp:android_tools_common',
66 ], 67 ],
67 'include_dirs': [ 68 'include_dirs': [
68 '../../..', 69 '../../..',
69 ], 70 ],
70 'sources': [ 71 'sources': [
71 'command.cc', 72 'command.cc',
72 'common.cc', 73 'common.cc',
73 'daemon.cc', 74 'daemon.cc',
74 'forwarder.cc', 75 'forwarder.cc',
76 'forwarders_manager.cc',
75 'host_controller.cc', 77 'host_controller.cc',
76 'host_forwarder_main.cc', 78 'host_forwarder_main.cc',
77 'pipe_notifier.cc', 79 'pipe_notifier.cc',
78 'socket.cc', 80 'socket.cc',
79 # TODO(pliard): Remove this and x11 dependency above. This is needed 81 # TODO(pliard): Remove this and x11 dependency above. This is needed
80 # to avoid undefined references at link time. 82 # to avoid undefined references at link time.
81 '../../../base/message_loop/message_pump_glib.cc', 83 '../../../base/message_loop/message_pump_glib.cc',
82 '../../../base/message_loop/message_pump_gtk.cc', 84 '../../../base/message_loop/message_pump_gtk.cc',
83 ], 85 ],
84 }, 86 },
85 ], 87 ],
86 } 88 }
OLDNEW
« no previous file with comments | « tools/android/forwarder2/forwarder.cc ('k') | tools/android/forwarder2/forwarders_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698