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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 ], | 536 ], |
535 }], | 537 }], |
536 ], # conditions | 538 ], # conditions |
537 }], # OS=="mac" | 539 }], # OS=="mac" |
538 ], # conditions | 540 ], # conditions |
539 }, # target chrome_dll | 541 }, # target chrome_dll |
540 ], # targets | 542 ], # targets |
541 }], # OS=="mac" or OS=="win" | 543 }], # OS=="mac" or OS=="win" |
542 ], | 544 ], |
543 } | 545 } |
OLD | NEW |