| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'app/nibs/BookmarkManager.xib', | 189 'app/nibs/BookmarkManager.xib', |
| 190 'app/nibs/BookmarkNameFolder.xib', | 190 'app/nibs/BookmarkNameFolder.xib', |
| 191 'app/nibs/BrowserWindow.xib', | 191 'app/nibs/BrowserWindow.xib', |
| 192 'app/nibs/ClearBrowsingData.xib', | 192 'app/nibs/ClearBrowsingData.xib', |
| 193 'app/nibs/Cookies.xib', | 193 'app/nibs/Cookies.xib', |
| 194 'app/nibs/ContentBlockedCookies.xib', | 194 'app/nibs/ContentBlockedCookies.xib', |
| 195 'app/nibs/ContentBlockedImages.xib', | 195 'app/nibs/ContentBlockedImages.xib', |
| 196 'app/nibs/ContentBlockedJavaScript.xib', | 196 'app/nibs/ContentBlockedJavaScript.xib', |
| 197 'app/nibs/ContentBlockedPlugins.xib', | 197 'app/nibs/ContentBlockedPlugins.xib', |
| 198 'app/nibs/ContentBlockedPopups.xib', | 198 'app/nibs/ContentBlockedPopups.xib', |
| 199 'app/nibs/ContentSettings.xib', |
| 199 'app/nibs/DownloadItem.xib', | 200 'app/nibs/DownloadItem.xib', |
| 200 'app/nibs/DownloadShelf.xib', | 201 'app/nibs/DownloadShelf.xib', |
| 201 'app/nibs/EditSearchEngine.xib', | 202 'app/nibs/EditSearchEngine.xib', |
| 202 'app/nibs/ExtensionInstalledBubble.xib', | 203 'app/nibs/ExtensionInstalledBubble.xib', |
| 203 'app/nibs/FindBar.xib', | 204 'app/nibs/FindBar.xib', |
| 204 'app/nibs/FirstRunDialog.xib', | 205 'app/nibs/FirstRunDialog.xib', |
| 205 'app/nibs/FontLanguageSettings.xib', | 206 'app/nibs/FontLanguageSettings.xib', |
| 206 'app/nibs/HungRendererDialog.xib', | 207 'app/nibs/HungRendererDialog.xib', |
| 207 'app/nibs/HttpAuthLoginSheet.xib', | 208 'app/nibs/HttpAuthLoginSheet.xib', |
| 208 'app/nibs/ImportSettingsDialog.xib', | 209 'app/nibs/ImportSettingsDialog.xib', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 'configurations': { | 518 'configurations': { |
| 518 'Common_Base': { | 519 'Common_Base': { |
| 519 'msvs_target_platform': 'x64', | 520 'msvs_target_platform': 'x64', |
| 520 }, | 521 }, |
| 521 }, | 522 }, |
| 522 }, # target chrome_dll | 523 }, # target chrome_dll |
| 523 ], | 524 ], |
| 524 }], | 525 }], |
| 525 ], | 526 ], |
| 526 } | 527 } |
| OLD | NEW |