| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'app/nibs/CookieDetailsView.xib', | 246 'app/nibs/CookieDetailsView.xib', |
| 247 'app/nibs/ContentBlockedCookies.xib', | 247 'app/nibs/ContentBlockedCookies.xib', |
| 248 'app/nibs/ContentBlockedImages.xib', | 248 'app/nibs/ContentBlockedImages.xib', |
| 249 'app/nibs/ContentBlockedJavaScript.xib', | 249 'app/nibs/ContentBlockedJavaScript.xib', |
| 250 'app/nibs/ContentBlockedPlugins.xib', | 250 'app/nibs/ContentBlockedPlugins.xib', |
| 251 'app/nibs/ContentBlockedPopups.xib', | 251 'app/nibs/ContentBlockedPopups.xib', |
| 252 'app/nibs/ContentBlockedGeolocation.xib', | 252 'app/nibs/ContentBlockedGeolocation.xib', |
| 253 'app/nibs/DownloadItem.xib', | 253 'app/nibs/DownloadItem.xib', |
| 254 'app/nibs/DownloadShelf.xib', | 254 'app/nibs/DownloadShelf.xib', |
| 255 'app/nibs/EditSearchEngine.xib', | 255 'app/nibs/EditSearchEngine.xib', |
| 256 'app/nibs/ExtensionInstalledBubble.xib', | |
| 257 'app/nibs/ExtensionInstallPrompt.xib', | 256 'app/nibs/ExtensionInstallPrompt.xib', |
| 257 'app/nibs/ExtensionInstallPromptBundle.xib', |
| 258 'app/nibs/ExtensionInstallPromptInline.xib', | 258 'app/nibs/ExtensionInstallPromptInline.xib', |
| 259 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 259 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
| 260 'app/nibs/ExtensionInstalledBubble.xib', |
| 261 'app/nibs/ExtensionInstalledBubbleBundle.xib', |
| 260 'app/nibs/FindBar.xib', | 262 'app/nibs/FindBar.xib', |
| 261 'app/nibs/FirstRunBubble.xib', | 263 'app/nibs/FirstRunBubble.xib', |
| 262 'app/nibs/FirstRunDialog.xib', | 264 'app/nibs/FirstRunDialog.xib', |
| 263 'app/nibs/FullscreenExitBubble.xib', | 265 'app/nibs/FullscreenExitBubble.xib', |
| 264 'app/nibs/GlobalErrorBubble.xib', | 266 'app/nibs/GlobalErrorBubble.xib', |
| 265 'app/nibs/HungRendererDialog.xib', | 267 'app/nibs/HungRendererDialog.xib', |
| 266 'app/nibs/HttpAuthLoginSheet.xib', | 268 'app/nibs/HttpAuthLoginSheet.xib', |
| 267 'app/nibs/ImportProgressDialog.xib', | 269 'app/nibs/ImportProgressDialog.xib', |
| 268 'app/nibs/InfoBar.xib', | 270 'app/nibs/InfoBar.xib', |
| 269 'app/nibs/InfoBarContainer.xib', | 271 'app/nibs/InfoBarContainer.xib', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 ], | 532 ], |
| 531 }], | 533 }], |
| 532 ], # conditions | 534 ], # conditions |
| 533 }], # OS=="mac" | 535 }], # OS=="mac" |
| 534 ], # conditions | 536 ], # conditions |
| 535 }, # target chrome_dll | 537 }, # target chrome_dll |
| 536 ], # targets | 538 ], # targets |
| 537 }], # OS=="mac" or OS=="win" | 539 }], # OS=="mac" or OS=="win" |
| 538 ], | 540 ], |
| 539 } | 541 } |
| OLD | NEW |