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

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

Issue 11360248: Use the new forwarder2's Daemon implementation in device_forwarder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address David's comments Created 8 years, 1 month 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
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 21 matching lines...) Expand all
32 '-fPIE', 32 '-fPIE',
33 ], 33 ],
34 'ldflags': [ 34 'ldflags': [
35 '-pie', 35 '-pie',
36 ], 36 ],
37 }], 37 }],
38 ], 38 ],
39 'sources': [ 39 'sources': [
40 'command.cc', 40 'command.cc',
41 'common.cc', 41 'common.cc',
42 'daemon.cc',
42 'device_controller.cc', 43 'device_controller.cc',
43 'device_forwarder_main.cc', 44 'device_forwarder_main.cc',
44 'device_listener.cc', 45 'device_listener.cc',
45 'forwarder.cc', 46 'forwarder.cc',
46 'pipe_notifier.cc', 47 'pipe_notifier.cc',
47 'socket.cc', 48 'socket.cc',
48 'thread.cc', 49 'thread.cc',
49 ], 50 ],
50 }, 51 },
51 { 52 {
(...skipping 14 matching lines...) Expand all
66 'forwarder.cc', 67 'forwarder.cc',
67 'host_controller.cc', 68 'host_controller.cc',
68 'host_forwarder_main.cc', 69 'host_forwarder_main.cc',
69 'pipe_notifier.cc', 70 'pipe_notifier.cc',
70 'socket.cc', 71 'socket.cc',
71 'thread.cc', 72 'thread.cc',
72 ], 73 ],
73 }, 74 },
74 ], 75 ],
75 } 76 }
OLDNEW
« no previous file with comments | « tools/android/forwarder2/device_forwarder_main.cc ('k') | tools/android/forwarder2/host_forwarder_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698