| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 5 'target_defaults': { |
| 6 'variables': { | 6 'variables': { |
| 7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
| 8 }, | 8 }, |
| 9 'target_conditions': [ | 9 'target_conditions': [ |
| 10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 # from disk image and Keystone promotion (if so enabled). It | 219 # from disk image and Keystone promotion (if so enabled). It |
| 220 # needs to exist as a file on disk and not just something in a | 220 # needs to exist as a file on disk and not just something in a |
| 221 # resource bundle because that's the interface that | 221 # resource bundle because that's the interface that |
| 222 # Authorization Services uses. Also, Authorization Services | 222 # Authorization Services uses. Also, Authorization Services |
| 223 # can't deal with .icns files. | 223 # can't deal with .icns files. |
| 224 'app/theme/<(theme_dir_name)/product_logo_32.png', | 224 'app/theme/<(theme_dir_name)/product_logo_32.png', |
| 225 | 225 |
| 226 'app/framework-Info.plist', | 226 'app/framework-Info.plist', |
| 227 'app/nibs/About.xib', | 227 'app/nibs/About.xib', |
| 228 'app/nibs/AboutIPC.xib', | 228 'app/nibs/AboutIPC.xib', |
| 229 'app/nibs/AvatarMenuItem.xib', |
| 229 'app/nibs/BookmarkAllTabs.xib', | 230 'app/nibs/BookmarkAllTabs.xib', |
| 230 'app/nibs/BookmarkBar.xib', | 231 'app/nibs/BookmarkBar.xib', |
| 231 'app/nibs/BookmarkBubble.xib', | 232 'app/nibs/BookmarkBubble.xib', |
| 232 'app/nibs/BookmarkEditor.xib', | 233 'app/nibs/BookmarkEditor.xib', |
| 233 'app/nibs/BookmarkNameFolder.xib', | 234 'app/nibs/BookmarkNameFolder.xib', |
| 234 'app/nibs/BrowserWindow.xib', | 235 'app/nibs/BrowserWindow.xib', |
| 235 'app/nibs/CollectedCookies.xib', | 236 'app/nibs/CollectedCookies.xib', |
| 236 'app/nibs/CookieDetailsView.xib', | 237 'app/nibs/CookieDetailsView.xib', |
| 237 'app/nibs/ContentBlockedCookies.xib', | 238 'app/nibs/ContentBlockedCookies.xib', |
| 238 'app/nibs/ContentBlockedImages.xib', | 239 'app/nibs/ContentBlockedImages.xib', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 732 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 732 }, | 733 }, |
| 733 }, | 734 }, |
| 734 }, | 735 }, |
| 735 }, | 736 }, |
| 736 }, # target chrome_dll | 737 }, # target chrome_dll |
| 737 ], | 738 ], |
| 738 }], | 739 }], |
| 739 ], | 740 ], |
| 740 } | 741 } |
| OLD | NEW |