| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'app/framework-Info.plist', | 179 'app/framework-Info.plist', |
| 180 'app/nibs/About.xib', | 180 'app/nibs/About.xib', |
| 181 'app/nibs/AboutIPC.xib', | 181 'app/nibs/AboutIPC.xib', |
| 182 'app/nibs/BookmarkAllTabs.xib', | 182 'app/nibs/BookmarkAllTabs.xib', |
| 183 'app/nibs/BookmarkBar.xib', | 183 'app/nibs/BookmarkBar.xib', |
| 184 'app/nibs/BookmarkBubble.xib', | 184 'app/nibs/BookmarkBubble.xib', |
| 185 'app/nibs/BookmarkEditor.xib', | 185 'app/nibs/BookmarkEditor.xib', |
| 186 'app/nibs/BookmarkNameFolder.xib', | 186 'app/nibs/BookmarkNameFolder.xib', |
| 187 'app/nibs/BrowserWindow.xib', | 187 'app/nibs/BrowserWindow.xib', |
| 188 'app/nibs/ClearBrowsingData.xib', | 188 'app/nibs/ClearBrowsingData.xib', |
| 189 'app/nibs/Cookies.xib', |
| 189 'app/nibs/DownloadItem.xib', | 190 'app/nibs/DownloadItem.xib', |
| 190 'app/nibs/DownloadShelf.xib', | 191 'app/nibs/DownloadShelf.xib', |
| 191 'app/nibs/EditSearchEngine.xib', | 192 'app/nibs/EditSearchEngine.xib', |
| 192 'app/nibs/ExtensionShelf.xib', | 193 'app/nibs/ExtensionShelf.xib', |
| 193 'app/nibs/FindBar.xib', | 194 'app/nibs/FindBar.xib', |
| 194 'app/nibs/FirstRunDialog.xib', | 195 'app/nibs/FirstRunDialog.xib', |
| 195 'app/nibs/FontLanguageSettings.xib', | 196 'app/nibs/FontLanguageSettings.xib', |
| 196 'app/nibs/HungRendererDialog.xib', | 197 'app/nibs/HungRendererDialog.xib', |
| 197 'app/nibs/HttpAuthLoginSheet.xib', | 198 'app/nibs/HttpAuthLoginSheet.xib', |
| 198 'app/nibs/ImportSettingsDialog.xib', | 199 'app/nibs/ImportSettingsDialog.xib', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 'configurations': { | 508 'configurations': { |
| 508 'Common_Base': { | 509 'Common_Base': { |
| 509 'msvs_target_platform': 'x64', | 510 'msvs_target_platform': 'x64', |
| 510 }, | 511 }, |
| 511 }, | 512 }, |
| 512 }, # target chrome_dll | 513 }, # target chrome_dll |
| 513 ], | 514 ], |
| 514 }], | 515 }], |
| 515 ], | 516 ], |
| 516 } | 517 } |
| OLD | NEW |