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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'files': [], | 151 'files': [], |
152 'conditions': [ | 152 'conditions': [ |
153 ['internal_pdf', { | 153 ['internal_pdf', { |
154 'files': [ | 154 'files': [ |
155 '<(PRODUCT_DIR)/PDF.plugin', | 155 '<(PRODUCT_DIR)/PDF.plugin', |
156 ], | 156 ], |
157 }], | 157 }], |
158 ['disable_nacl!=1', { | 158 ['disable_nacl!=1', { |
159 'files': [ | 159 'files': [ |
160 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin', | 160 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin', |
161 # We leave out x86-64 IRT nexes because we only | 161 # We leave out the x86-64 IRT nexe because we only |
162 # support x86-32 NaCl on Mac OS X. | 162 # support x86-32 NaCl on Mac OS X. |
163 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', | 163 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
164 '<(PRODUCT_DIR)/nacl_irt_srpc_x86_32.nexe', | |
165 ], | 164 ], |
166 }], | 165 }], |
167 ], | 166 ], |
168 }, | 167 }, |
169 { | 168 { |
170 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/P
epperFlash', | 169 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/P
epperFlash', |
171 'files': [], | 170 'files': [], |
172 'conditions': [ | 171 'conditions': [ |
173 ['branding == "Chrome"', { | 172 ['branding == "Chrome"', { |
174 'files': [ | 173 'files': [ |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 ], | 276 ], |
278 }], | 277 }], |
279 }], | 278 }], |
280 ['enable_hidpi==1', { | 279 ['enable_hidpi==1', { |
281 'mac_bundle_resources': [ | 280 'mac_bundle_resources': [ |
282 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak', | 281 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak', |
283 ], | 282 ], |
284 }], | 283 }], |
285 ], # conditions | 284 ], # conditions |
286 } | 285 } |
OLD | NEW |