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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo Created 8 years, 5 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/web_applications/web_app_mac_unittest.mm ('k') | chrome/chrome_installer.gypi » ('j') | 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 # only be necessary to list framework-Info.plist once, not the 221 # only be necessary to list framework-Info.plist once, not the
222 # three times it is listed here. 222 # three times it is listed here.
223 'mac_bundle_resources': [ 223 'mac_bundle_resources': [
224 # This image is used to badge the lock icon in the 224 # This image is used to badge the lock icon in the
225 # authentication dialogs, such as those used for installation 225 # authentication dialogs, such as those used for installation
226 # from disk image and Keystone promotion (if so enabled). It 226 # from disk image and Keystone promotion (if so enabled). It
227 # needs to exist as a file on disk and not just something in a 227 # needs to exist as a file on disk and not just something in a
228 # resource bundle because that's the interface that 228 # resource bundle because that's the interface that
229 # Authorization Services uses. Also, Authorization Services 229 # Authorization Services uses. Also, Authorization Services
230 # can't deal with .icns files. 230 # can't deal with .icns files.
231 'app/theme/<(theme_dir_name)/product_logo_32.png', 231 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32 .png',
232 232
233 'app/framework-Info.plist', 233 'app/framework-Info.plist',
234 'app/nibs/AboutIPC.xib', 234 'app/nibs/AboutIPC.xib',
235 'app/nibs/AvatarMenuItem.xib', 235 'app/nibs/AvatarMenuItem.xib',
236 'app/nibs/BookmarkAllTabs.xib', 236 'app/nibs/BookmarkAllTabs.xib',
237 'app/nibs/BookmarkBar.xib', 237 'app/nibs/BookmarkBar.xib',
238 'app/nibs/BookmarkBarFolderWindow.xib', 238 'app/nibs/BookmarkBarFolderWindow.xib',
239 'app/nibs/BookmarkBubble.xib', 239 'app/nibs/BookmarkBubble.xib',
240 'app/nibs/BookmarkEditor.xib', 240 'app/nibs/BookmarkEditor.xib',
241 'app/nibs/BookmarkNameFolder.xib', 241 'app/nibs/BookmarkNameFolder.xib',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 ], 539 ],
540 }], 540 }],
541 ], # conditions 541 ], # conditions
542 }], # OS=="mac" 542 }], # OS=="mac"
543 ], # conditions 543 ], # conditions
544 }, # target chrome_dll 544 }, # target chrome_dll
545 ], # targets 545 ], # targets
546 }], # OS=="mac" or OS=="win" 546 }], # OS=="mac" or OS=="win"
547 ], 547 ],
548 } 548 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_mac_unittest.mm ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698