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

Side by Side Diff: chrome/chrome_dll_bundle.gypi

Issue 11691003: mac: Replace notification wrench pdf with a png (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notest Created 7 years, 12 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/balloon_controller.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 # authentication dialogs, such as those used for installation 49 # authentication dialogs, such as those used for installation
50 # from disk image and Keystone promotion (if so enabled). It 50 # from disk image and Keystone promotion (if so enabled). It
51 # needs to exist as a file on disk and not just something in a 51 # needs to exist as a file on disk and not just something in a
52 # resource bundle because that's the interface that 52 # resource bundle because that's the interface that
53 # Authorization Services uses. Also, Authorization Services 53 # Authorization Services uses. Also, Authorization Services
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/balloon_wrench.pdf',
60 'app/theme/chevron.pdf', 59 'app/theme/chevron.pdf',
61 'app/theme/find_next_Template.pdf', 60 'app/theme/find_next_Template.pdf',
62 'app/theme/find_prev_Template.pdf', 61 'app/theme/find_prev_Template.pdf',
63 'app/theme/menu_hierarchy_arrow.pdf', 62 'app/theme/menu_hierarchy_arrow.pdf',
64 'app/theme/menu_overflow_down.pdf', 63 'app/theme/menu_overflow_down.pdf',
65 'app/theme/menu_overflow_up.pdf', 64 'app/theme/menu_overflow_up.pdf',
66 'browser/mac/install.sh', 65 'browser/mac/install.sh',
67 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 66 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
68 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', 67 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak',
69 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', 68 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ], 278 ],
280 }], 279 }],
281 }], 280 }],
282 ['enable_hidpi==1', { 281 ['enable_hidpi==1', {
283 'mac_bundle_resources': [ 282 'mac_bundle_resources': [
284 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak', 283 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak',
285 ], 284 ],
286 }], 285 }],
287 ], # conditions 286 ], # conditions
288 } 287 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/balloon_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698