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': 'chrome', | 8 'target_name': 'chrome', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ 'chrome_initial', ], | 10 'dependencies': [ 'chrome_initial', ], |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
347 ], | 347 ], |
348 'message': 'Generating the language InfoPlist.strings files', | 348 'message': 'Generating the language InfoPlist.strings files', |
349 'process_outputs_as_mac_bundle_resources': 1, | 349 'process_outputs_as_mac_bundle_resources': 1, |
350 }, | 350 }, |
351 ], | 351 ], |
352 'copies': [ | 352 'copies': [ |
353 { | 353 { |
354 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Ve rsions/<(version_full)', | 354 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Ve rsions/<(version_full)', |
355 'files': [ | 355 'files': [ |
356 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app', | 356 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app', |
357 '<(PRODUCT_DIR)/libexif.dylib', | |
tommycli
2014/03/27 23:26:10
This copies the dylib into the same place as libpl
| |
357 '<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib', | 358 '<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib', |
358 ], | 359 ], |
359 }, | 360 }, |
360 ], | 361 ], |
361 'postbuilds': [ | 362 'postbuilds': [ |
362 { | 363 { |
363 'postbuild_name': 'Copy <(mac_product_name) Framework.framework', | 364 'postbuild_name': 'Copy <(mac_product_name) Framework.framework', |
364 'action': [ | 365 'action': [ |
365 '../build/mac/copy_framework_unversioned.sh', | 366 '../build/mac/copy_framework_unversioned.sh', |
366 '${BUILT_PRODUCTS_DIR}/<(mac_product_name) Framework.framework', | 367 '${BUILT_PRODUCTS_DIR}/<(mac_product_name) Framework.framework', |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
701 'dependencies': [ | 702 'dependencies': [ |
702 'chrome_nacl_win64', | 703 'chrome_nacl_win64', |
703 ], | 704 ], |
704 }], | 705 }], |
705 ], | 706 ], |
706 }, | 707 }, |
707 ], | 708 ], |
708 }], | 709 }], |
709 ], | 710 ], |
710 } | 711 } |
OLD | NEW |