| 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'conditions' : [ | 10 'conditions' : [ |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'app/nibs/DownloadItem.xib', | 238 'app/nibs/DownloadItem.xib', |
| 239 'app/nibs/DownloadShelf.xib', | 239 'app/nibs/DownloadShelf.xib', |
| 240 'app/nibs/EditSearchEngine.xib', | 240 'app/nibs/EditSearchEngine.xib', |
| 241 'app/nibs/ExtensionInstalledBubble.xib', | 241 'app/nibs/ExtensionInstalledBubble.xib', |
| 242 'app/nibs/ExtensionInstallPrompt.xib', | 242 'app/nibs/ExtensionInstallPrompt.xib', |
| 243 'app/nibs/ExtensionInstallPromptInline.xib', | 243 'app/nibs/ExtensionInstallPromptInline.xib', |
| 244 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 244 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
| 245 'app/nibs/FindBar.xib', | 245 'app/nibs/FindBar.xib', |
| 246 'app/nibs/FirstRunBubble.xib', | 246 'app/nibs/FirstRunBubble.xib', |
| 247 'app/nibs/FirstRunDialog.xib', | 247 'app/nibs/FirstRunDialog.xib', |
| 248 'app/nibs/FullscreenExitBubble.xib', |
| 248 'app/nibs/GlobalErrorBubble.xib', | 249 'app/nibs/GlobalErrorBubble.xib', |
| 249 'app/nibs/HungRendererDialog.xib', | 250 'app/nibs/HungRendererDialog.xib', |
| 250 'app/nibs/HttpAuthLoginSheet.xib', | 251 'app/nibs/HttpAuthLoginSheet.xib', |
| 251 'app/nibs/ImportProgressDialog.xib', | 252 'app/nibs/ImportProgressDialog.xib', |
| 252 'app/nibs/InfoBar.xib', | 253 'app/nibs/InfoBar.xib', |
| 253 'app/nibs/InfoBarContainer.xib', | 254 'app/nibs/InfoBarContainer.xib', |
| 254 'app/nibs/InstantOptIn.xib', | 255 'app/nibs/InstantOptIn.xib', |
| 255 'app/nibs/MainMenu.xib', | 256 'app/nibs/MainMenu.xib', |
| 256 'app/nibs/Notification.xib', | 257 'app/nibs/Notification.xib', |
| 257 'app/nibs/Panel.xib', | 258 'app/nibs/Panel.xib', |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 ], | 632 ], |
| 632 }], | 633 }], |
| 633 ], # conditions | 634 ], # conditions |
| 634 }], # OS=="mac" | 635 }], # OS=="mac" |
| 635 ], # conditions | 636 ], # conditions |
| 636 }, # target chrome_dll | 637 }, # target chrome_dll |
| 637 ], # targets | 638 ], # targets |
| 638 }], # OS=="mac" or OS=="win" | 639 }], # OS=="mac" or OS=="win" |
| 639 ], | 640 ], |
| 640 } | 641 } |
| OLD | NEW |