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
3 # found in the LICENSE file.
8 'target_name': 'forwarder2',
12 'host_forwarder#host',
14 # For the component build, ensure dependent shared libraries are stripped
15 # and put alongside forwarder to simplify pushing to the device.
17 'output_dir': '<(PRODUCT_DIR)/forwarder_dist/',
18 'native_binary': '<(PRODUCT_DIR)/device_forwarder',
20 'includes': ['../../../build/android/native_app_dependencies.gypi'],
23 'target_name': 'device_forwarder',
25 'toolsets': ['target'],
27 '../../../base/base.gyp:base',
28 '../common/common.gyp:android_tools_common',
37 'device_controller.cc',
38 'device_forwarder_main.cc',
41 'forwarders_manager.cc',
47 'target_name': 'host_forwarder',
51 '../../../base/base.gyp:base',
52 '../common/common.gyp:android_tools_common',
62 'forwarders_manager.cc',
64 'host_forwarder_main.cc',