Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: chrome/chrome_dll_bundle.gypi

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # needs to exist as a file on disk and not just something in a 52 # needs to exist as a file on disk and not just something in a
53 # resource bundle because that's the interface that 53 # resource bundle because that's the interface that
54 # Authorization Services uses. Also, Authorization Services 54 # Authorization Services uses. Also, Authorization Services
55 # can't deal with .icns files. 55 # can't deal with .icns files.
56 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32.png', 56 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32.png',
57 57
58 'app/framework-Info.plist', 58 'app/framework-Info.plist',
59 '<@(mac_all_xibs)', 59 '<@(mac_all_xibs)',
60 'browser/mac/install.sh', 60 'browser/mac/install.sh',
61 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', 61 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak',
62 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_100_percent.pak',
63 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', 62 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
64 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_ INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', 63 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_ INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
65 # Note: pseudo_locales are generated via the packed_resources 64 # Note: pseudo_locales are generated via the packed_resources
66 # dependency but not copied to the final target. See 65 # dependency but not copied to the final target. See
67 # common.gypi for more info. 66 # common.gypi for more info.
68 ], 67 ],
69 'mac_bundle_resources!': [ 68 'mac_bundle_resources!': [
70 'app/framework-Info.plist', 69 'app/framework-Info.plist',
71 ], 70 ],
72 'dependencies': [ 71 'dependencies': [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'ln', 237 'ln',
239 '-fs', 238 '-fs',
240 '${BUILT_PRODUCTS_DIR}/resources/inspector', 239 '${BUILT_PRODUCTS_DIR}/resources/inspector',
241 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Resources', 240 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Resources',
242 ], 241 ],
243 }], 242 }],
244 }], 243 }],
245 ['enable_hidpi==1', { 244 ['enable_hidpi==1', {
246 'mac_bundle_resources': [ 245 'mac_bundle_resources': [
247 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak', 246 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak',
248 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_200_percent.pak',
249 ], 247 ],
250 }], 248 }],
251 ['icu_use_data_file_flag==1', { 249 ['icu_use_data_file_flag==1', {
252 'mac_bundle_resources': [ 250 'mac_bundle_resources': [
253 '<(PRODUCT_DIR)/icudtl.dat', 251 '<(PRODUCT_DIR)/icudtl.dat',
254 ], 252 ],
255 }], 253 }],
256 ['v8_use_external_startup_data==1', { 254 ['v8_use_external_startup_data==1', {
257 'mac_bundle_resources': [ 255 'mac_bundle_resources': [
258 '<(PRODUCT_DIR)/natives_blob.bin', 256 '<(PRODUCT_DIR)/natives_blob.bin',
259 '<(PRODUCT_DIR)/snapshot_blob.bin', 257 '<(PRODUCT_DIR)/snapshot_blob.bin',
260 ], 258 ],
261 }], 259 }],
262 ], # conditions 260 ], # conditions
263 } 261 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_mac_browsertest.mm ('k') | chrome/chrome_repack_chrome_material_100_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698