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 'conditions': [ | 5 'conditions': [ |
6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 ['mac_keystone==1', { | 515 ['mac_keystone==1', { |
516 'mac_bundle_resources': [ | 516 'mac_bundle_resources': [ |
517 'browser/mac/keystone_promote_preflight.sh', | 517 'browser/mac/keystone_promote_preflight.sh', |
518 'browser/mac/keystone_promote_postflight.sh', | 518 'browser/mac/keystone_promote_postflight.sh', |
519 ], | 519 ], |
520 'postbuilds': [ | 520 'postbuilds': [ |
521 { | 521 { |
522 'postbuild_name': 'Copy KeystoneRegistration.framework', | 522 'postbuild_name': 'Copy KeystoneRegistration.framework', |
523 'action': [ | 523 'action': [ |
524 '../build/mac/copy_framework_unversioned.sh', | 524 '../build/mac/copy_framework_unversioned.sh', |
| 525 '-I', |
525 '../third_party/googlemac/Releases/Keystone/KeystoneRegi
stration.framework', | 526 '../third_party/googlemac/Releases/Keystone/KeystoneRegi
stration.framework', |
526 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Framework
s', | 527 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Framework
s', |
527 ], | 528 ], |
528 }, | 529 }, |
529 { | 530 { |
530 'postbuild_name': 'Symlink Frameworks', | 531 'postbuild_name': 'Symlink Frameworks', |
531 'action': [ | 532 'action': [ |
532 'ln', | 533 'ln', |
533 '-fns', | 534 '-fns', |
534 'Versions/Current/Frameworks', | 535 'Versions/Current/Frameworks', |
(...skipping 14 matching lines...) Expand all Loading... |
549 ], | 550 ], |
550 }], | 551 }], |
551 ], # conditions | 552 ], # conditions |
552 }], # OS=="mac" | 553 }], # OS=="mac" |
553 ], # conditions | 554 ], # conditions |
554 }, # target chrome_dll | 555 }, # target chrome_dll |
555 ], # targets | 556 ], # targets |
556 }], # OS=="mac" or OS=="win" | 557 }], # OS=="mac" or OS=="win" |
557 ], | 558 ], |
558 } | 559 } |
OLD | NEW |