| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'app/nibs/BookmarkBar.xib', | 200 'app/nibs/BookmarkBar.xib', |
| 201 'app/nibs/BookmarkBarFolderWindow.xib', | 201 'app/nibs/BookmarkBarFolderWindow.xib', |
| 202 'app/nibs/BookmarkBubble.xib', | 202 'app/nibs/BookmarkBubble.xib', |
| 203 'app/nibs/BookmarkEditor.xib', | 203 'app/nibs/BookmarkEditor.xib', |
| 204 'app/nibs/BookmarkNameFolder.xib', | 204 'app/nibs/BookmarkNameFolder.xib', |
| 205 'app/nibs/BrowserWindow.xib', | 205 'app/nibs/BrowserWindow.xib', |
| 206 'app/nibs/ClearBrowsingData.xib', | 206 'app/nibs/ClearBrowsingData.xib', |
| 207 'app/nibs/CollectedCookies.xib', | 207 'app/nibs/CollectedCookies.xib', |
| 208 'app/nibs/Cookies.xib', | 208 'app/nibs/Cookies.xib', |
| 209 'app/nibs/CookieDetailsView.xib', | 209 'app/nibs/CookieDetailsView.xib', |
| 210 'app/nibs/CookiePrompt.xib', | |
| 211 'app/nibs/ContentBlockedCookies.xib', | 210 'app/nibs/ContentBlockedCookies.xib', |
| 212 'app/nibs/ContentBlockedImages.xib', | 211 'app/nibs/ContentBlockedImages.xib', |
| 213 'app/nibs/ContentBlockedJavaScript.xib', | 212 'app/nibs/ContentBlockedJavaScript.xib', |
| 214 'app/nibs/ContentBlockedPlugins.xib', | 213 'app/nibs/ContentBlockedPlugins.xib', |
| 215 'app/nibs/ContentBlockedPopups.xib', | 214 'app/nibs/ContentBlockedPopups.xib', |
| 216 'app/nibs/ContentBubbleGeolocation.xib', | 215 'app/nibs/ContentBubbleGeolocation.xib', |
| 217 'app/nibs/ContentExceptionsWindow.xib', | 216 'app/nibs/ContentExceptionsWindow.xib', |
| 218 'app/nibs/ContentSettings.xib', | 217 'app/nibs/ContentSettings.xib', |
| 219 'app/nibs/DownloadItem.xib', | 218 'app/nibs/DownloadItem.xib', |
| 220 'app/nibs/DownloadShelf.xib', | 219 'app/nibs/DownloadShelf.xib', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 'configurations': { | 599 'configurations': { |
| 601 'Common_Base': { | 600 'Common_Base': { |
| 602 'msvs_target_platform': 'x64', | 601 'msvs_target_platform': 'x64', |
| 603 }, | 602 }, |
| 604 }, | 603 }, |
| 605 }, # target chrome_dll | 604 }, # target chrome_dll |
| 606 ], | 605 ], |
| 607 }], | 606 }], |
| 608 ], | 607 ], |
| 609 } | 608 } |
| OLD | NEW |