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': 'md5sum',
11 'md5sum_stripped_device_bin',
12 'md5sum_bin_host#host',
14 # For the component build, ensure dependent shared libraries are stripped
15 # and put alongside md5sum to simplify pushing to the device.
17 'output_dir': '<(PRODUCT_DIR)/md5sum_dist/',
18 'native_binary': '<(PRODUCT_DIR)/md5sum_bin',
20 'includes': ['../../../build/android/native_app_dependencies.gypi'],
23 'target_name': 'md5sum_device_bin',
26 '../../../base/base.gyp:base',
35 [ 'order_profiling!=0 and OS=="android"', {
36 'dependencies': [ '../../../tools/cygprofile/cygprofile.gyp:cygprofile', ],
41 'target_name': 'md5sum_stripped_device_bin',
48 'action_name': 'strip_md5sum_device_bin',
49 'inputs': ['<(PRODUCT_DIR)/md5sum_device_bin'],
50 'outputs': ['<(PRODUCT_DIR)/md5sum_bin'],
61 # Same binary but for the host rather than the device.
63 'target_name': 'md5sum_bin_host',
67 '../../../base/base.gyp:base',