OLD | NEW |
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'toolsets': ['host'], | 53 'toolsets': ['host'], |
54 'dependencies': [ | 54 'dependencies': [ |
55 '../../../base/base.gyp:base', | 55 '../../../base/base.gyp:base', |
56 '../common/common.gyp:android_tools_common', | 56 '../common/common.gyp:android_tools_common', |
57 ], | 57 ], |
58 'include_dirs': [ | 58 'include_dirs': [ |
59 '../../..', | 59 '../../..', |
60 ], | 60 ], |
61 'sources': [ | 61 'sources': [ |
62 'command.cc', | 62 'command.cc', |
| 63 'daemon.cc', |
63 'forwarder.cc', | 64 'forwarder.cc', |
64 'host_controller.cc', | 65 'host_controller.cc', |
65 'host_forwarder_main.cc', | 66 'host_forwarder_main.cc', |
66 'pipe_notifier.cc', | 67 'pipe_notifier.cc', |
67 'socket.cc', | 68 'socket.cc', |
68 'thread.cc', | 69 'thread.cc', |
69 ], | 70 ], |
70 }, | 71 }, |
71 ], | 72 ], |
72 } | 73 } |
OLD | NEW |