OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1039 ], | 1039 ], |
1040 # TODO(mark): For now, don't put any resources into this app. Its | 1040 # TODO(mark): For now, don't put any resources into this app. Its |
1041 # resources directory will be a symbolic link to the browser app's | 1041 # resources directory will be a symbolic link to the browser app's |
1042 # resources directory. | 1042 # resources directory. |
1043 'mac_bundle_resources/': [ | 1043 'mac_bundle_resources/': [ |
1044 ['exclude', '.*'], | 1044 ['exclude', '.*'], |
1045 ], | 1045 ], |
1046 'xcode_settings': { | 1046 'xcode_settings': { |
1047 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', | 1047 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', |
1048 'CHROMIUM_SHORT_NAME': '<(branding)', | 1048 'CHROMIUM_SHORT_NAME': '<(branding)', |
| 1049 'CHROMIUM_STRIP_SAVE_FILE': 'app/app.saves', |
1049 'INFOPLIST_FILE': 'app/helper-Info.plist', | 1050 'INFOPLIST_FILE': 'app/helper-Info.plist', |
1050 }, | 1051 }, |
1051 'copies': [ | 1052 'copies': [ |
1052 { | 1053 { |
1053 'destination': '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/Cont
ents/MacOS', | 1054 'destination': '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/Cont
ents/MacOS', |
1054 'files': [ | 1055 'files': [ |
1055 '<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib', | 1056 '<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib', |
1056 ], | 1057 ], |
1057 }, | 1058 }, |
1058 ], | 1059 ], |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1624 }], # targets | 1625 }], # targets |
1625 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1626 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1626 ], # 'conditions' | 1627 ], # 'conditions' |
1627 } | 1628 } |
1628 | 1629 |
1629 # Local Variables: | 1630 # Local Variables: |
1630 # tab-width:2 | 1631 # tab-width:2 |
1631 # indent-tabs-mode:nil | 1632 # indent-tabs-mode:nil |
1632 # End: | 1633 # End: |
1633 # vim: set expandtab tabstop=2 shiftwidth=2: | 1634 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |