OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 3667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3678 '-k0', | 3678 '-k0', |
3679 '-s1', | 3679 '-s1', |
3680 '<(branding)', | 3680 '<(branding)', |
3681 '<(mac_bundle_id)'], | 3681 '<(mac_bundle_id)'], |
3682 }, | 3682 }, |
3683 { | 3683 { |
3684 'postbuild_name': 'Tweak Mac lproj folders', | 3684 'postbuild_name': 'Tweak Mac lproj folders', |
3685 'action': ['app/tweak_mac_lproj_folders'], | 3685 'action': ['app/tweak_mac_lproj_folders'], |
3686 }, | 3686 }, |
3687 { | 3687 { |
3688 # TODO(mark): Remove after October 20, 2009. | |
3689 'postbuild_name': 'Clean up old resources', | |
3690 'action': ['app/clean_mac_resources'], | |
3691 }, | |
3692 { | |
3693 'postbuild_name': 'Clean up old versions', | 3688 'postbuild_name': 'Clean up old versions', |
3694 'action': [ | 3689 'action': [ |
3695 'tools/build/mac/clean_up_old_versions', | 3690 'tools/build/mac/clean_up_old_versions', |
3696 '<(version_full)' | 3691 '<(version_full)' |
3697 ], | 3692 ], |
3698 }, | 3693 }, |
3699 ], # postbuilds | 3694 ], # postbuilds |
3700 }, { # else: OS != "mac" | 3695 }, { # else: OS != "mac" |
3701 'conditions': [ | 3696 'conditions': [ |
3702 ['branding=="Chrome"', { | 3697 ['branding=="Chrome"', { |
(...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6965 ], # targets when browser_sync==1 | 6960 ], # targets when browser_sync==1 |
6966 }], | 6961 }], |
6967 ], # 'conditions' | 6962 ], # 'conditions' |
6968 } | 6963 } |
6969 | 6964 |
6970 # Local Variables: | 6965 # Local Variables: |
6971 # tab-width:2 | 6966 # tab-width:2 |
6972 # indent-tabs-mode:nil | 6967 # indent-tabs-mode:nil |
6973 # End: | 6968 # End: |
6974 # vim: set expandtab tabstop=2 shiftwidth=2: | 6969 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |