Chromium Code Reviews| Index: tools/android/md5sum/md5sum.gyp |
| diff --git a/tools/android/md5sum/md5sum.gyp b/tools/android/md5sum/md5sum.gyp |
| index f5baa65bc07d6a6c3a4a4169e013a118a40892a1..05d9f98a330e0d4b51e9515b6984a933ac951872 100644 |
| --- a/tools/android/md5sum/md5sum.gyp |
| +++ b/tools/android/md5sum/md5sum.gyp |
| @@ -11,6 +11,13 @@ |
| 'md5sum_stripped_device_bin', |
| 'md5sum_bin_host#host', |
| ], |
| + # For the component build, ensure dependent shared libraries are stripped |
| + # and put alongside forwarder to simplify pushing to the device. |
|
Yaron
2013/05/03 18:50:10
s/forwarder/md5sum/
|
| + 'variables': { |
| + 'output_dir': '<(PRODUCT_DIR)/md5sum_dist/', |
| + 'native_binary': '<(PRODUCT_DIR)/md5sum_bin', |
| + }, |
| + 'includes': ['../../../build/android/native_app_dependencies.gypi'], |
| }, |
| { |
| 'target_name': 'md5sum_device_bin', |