| 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 '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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |