| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'app/nibs/ContentBubbleGeolocation.xib', | 215 'app/nibs/ContentBubbleGeolocation.xib', |
| 216 'app/nibs/ContentExceptionsWindow.xib', | 216 'app/nibs/ContentExceptionsWindow.xib', |
| 217 'app/nibs/ContentSettings.xib', | 217 'app/nibs/ContentSettings.xib', |
| 218 'app/nibs/DownloadItem.xib', | 218 'app/nibs/DownloadItem.xib', |
| 219 'app/nibs/DownloadShelf.xib', | 219 'app/nibs/DownloadShelf.xib', |
| 220 'app/nibs/EditSearchEngine.xib', | 220 'app/nibs/EditSearchEngine.xib', |
| 221 'app/nibs/ExtensionInstalledBubble.xib', | 221 'app/nibs/ExtensionInstalledBubble.xib', |
| 222 'app/nibs/ExtensionInstallPrompt.xib', | 222 'app/nibs/ExtensionInstallPrompt.xib', |
| 223 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 223 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
| 224 'app/nibs/FindBar.xib', | 224 'app/nibs/FindBar.xib', |
| 225 'app/nibs/FirstRunBubble.xib', |
| 225 'app/nibs/FirstRunDialog.xib', | 226 'app/nibs/FirstRunDialog.xib', |
| 226 'app/nibs/FontLanguageSettings.xib', | 227 'app/nibs/FontLanguageSettings.xib', |
| 227 'app/nibs/GeolocationExceptionsWindow.xib', | 228 'app/nibs/GeolocationExceptionsWindow.xib', |
| 228 'app/nibs/HungRendererDialog.xib', | 229 'app/nibs/HungRendererDialog.xib', |
| 229 'app/nibs/HttpAuthLoginSheet.xib', | 230 'app/nibs/HttpAuthLoginSheet.xib', |
| 230 'app/nibs/ImportSettingsDialog.xib', | 231 'app/nibs/ImportSettingsDialog.xib', |
| 231 'app/nibs/InfoBar.xib', | 232 'app/nibs/InfoBar.xib', |
| 232 'app/nibs/InfoBarContainer.xib', | 233 'app/nibs/InfoBarContainer.xib', |
| 233 'app/nibs/ImportProgressDialog.xib', | 234 'app/nibs/ImportProgressDialog.xib', |
| 234 'app/nibs/KeywordEditor.xib', | 235 'app/nibs/KeywordEditor.xib', |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'configurations': { | 599 'configurations': { |
| 599 'Common_Base': { | 600 'Common_Base': { |
| 600 'msvs_target_platform': 'x64', | 601 'msvs_target_platform': 'x64', |
| 601 }, | 602 }, |
| 602 }, | 603 }, |
| 603 }, # target chrome_dll | 604 }, # target chrome_dll |
| 604 ], | 605 ], |
| 605 }], | 606 }], |
| 606 ], | 607 ], |
| 607 } | 608 } |
| OLD | NEW |