| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 ], | 198 ], |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 # Copy of resources used by tests. | 201 # Copy of resources used by tests. |
| 202 'destination': '<(PRODUCT_DIR)/pseudo_locales', | 202 'destination': '<(PRODUCT_DIR)/pseudo_locales', |
| 203 'files': [ | 203 'files': [ |
| 204 '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak' | 204 '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak' |
| 205 ], | 205 ], |
| 206 }, | 206 }, |
| 207 { | 207 { |
| 208 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resources', | 208 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources', |
| 209 'files': [ | 209 'files': [ |
| 210 # Loader bundle for platform apps. | 210 # Loader bundle for platform apps. |
| 211 '<(PRODUCT_DIR)/app_mode_loader.app', | 211 '<(PRODUCT_DIR)/app_mode_loader.app', |
| 212 ], | 212 ], |
| 213 }, | 213 }, |
| 214 ], | 214 ], |
| 215 'conditions': [ | 215 'conditions': [ |
| 216 ['branding=="Chrome"', { | 216 ['branding=="Chrome"', { |
| 217 'copies': [ | 217 'copies': [ |
| 218 { | 218 { |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 ], | 297 ], |
| 298 }], | 298 }], |
| 299 }], | 299 }], |
| 300 ['icu_use_data_file_flag==1', { | 300 ['icu_use_data_file_flag==1', { |
| 301 'mac_bundle_resources': [ | 301 'mac_bundle_resources': [ |
| 302 '<(PRODUCT_DIR)/icudtl.dat', | 302 '<(PRODUCT_DIR)/icudtl.dat', |
| 303 ], | 303 ], |
| 304 }], | 304 }], |
| 305 ], # conditions | 305 ], # conditions |
| 306 } | 306 } |
| OLD | NEW |