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 # This file contains resources for the main Mac chromium bundle. | 5 # This file contains resources for the main Mac chromium bundle. |
6 { | 6 { |
7 # The main browser executable's name is <(mac_product_name). | 7 # The main browser executable's name is <(mac_product_name). |
8 # Certain things will get confused if two modules in the | 8 # Certain things will get confused if two modules in the |
9 # executable share the same name, so append " Framework" to the | 9 # executable share the same name, so append " Framework" to the |
10 # product_name used for the framework. This will result in | 10 # product_name used for the framework. This will result in |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 # can't deal with .icns files. | 54 # can't deal with .icns files. |
55 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32.png', | 55 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32.png', |
56 | 56 |
57 'app/framework-Info.plist', | 57 'app/framework-Info.plist', |
58 '<@(mac_all_xibs)', | 58 '<@(mac_all_xibs)', |
59 'app/theme/find_next_Template.pdf', | 59 'app/theme/find_next_Template.pdf', |
60 'app/theme/find_prev_Template.pdf', | 60 'app/theme/find_prev_Template.pdf', |
61 'app/theme/menu_overflow_down.pdf', | 61 'app/theme/menu_overflow_down.pdf', |
62 'app/theme/menu_overflow_up.pdf', | 62 'app/theme/menu_overflow_up.pdf', |
63 'browser/mac/install.sh', | 63 'browser/mac/install.sh', |
64 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', | |
65 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', | 64 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', |
66 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', | 65 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', |
67 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_
INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', | 66 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_
INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
68 # Note: pseudo_locales are generated via the packed_resources | 67 # Note: pseudo_locales are generated via the packed_resources |
69 # dependency but not copied to the final target. See | 68 # dependency but not copied to the final target. See |
70 # common.gypi for more info. | 69 # common.gypi for more info. |
71 ], | 70 ], |
72 'mac_bundle_resources!': [ | 71 'mac_bundle_resources!': [ |
73 'app/framework-Info.plist', | 72 'app/framework-Info.plist', |
74 ], | 73 ], |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 ['enable_webrtc==1 and libpeer_target_type!="static_library"', { | 303 ['enable_webrtc==1 and libpeer_target_type!="static_library"', { |
305 'copies': [{ | 304 'copies': [{ |
306 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries', | 305 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries', |
307 'files': [ | 306 'files': [ |
308 '<(PRODUCT_DIR)/libpeerconnection.so', | 307 '<(PRODUCT_DIR)/libpeerconnection.so', |
309 ], | 308 ], |
310 }], | 309 }], |
311 }], | 310 }], |
312 ], # conditions | 311 ], # conditions |
313 } | 312 } |
OLD | NEW |