| 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 # This gypi file contains lists of XIB files that are used by Chromium. The | 5 # This gypi file contains lists of XIB files that are used by Chromium. The |
| 6 # lists are divided by those files that need to be run through the localizer | 6 # lists are divided by those files that need to be run through the localizer |
| 7 # tool and those that do not. A XIB should be listed in either one or the | 7 # tool and those that do not. A XIB should be listed in either one or the |
| 8 # other, but not both. | 8 # other, but not both. |
| 9 { | 9 { |
| 10 # GN version: //chrome/app/nibs | 10 # GN version: //chrome/app/nibs |
| 11 'variables': { | 11 'variables': { |
| 12 'mac_translated_xibs': [ | 12 'mac_translated_xibs': [ |
| 13 'app/nibs/AppMenu.xib', | 13 'app/nibs/AppMenu.xib', |
| 14 'app/nibs/AvatarMenuItem.xib', | 14 'app/nibs/AvatarMenuItem.xib', |
| 15 'app/nibs/BookmarkAllTabs.xib', | 15 'app/nibs/BookmarkAllTabs.xib', |
| 16 'app/nibs/BookmarkBar.xib', | 16 'app/nibs/BookmarkBar.xib', |
| 17 'app/nibs/BookmarkBubble.xib', | 17 'app/nibs/BookmarkBubble.xib', |
| 18 'app/nibs/BookmarkEditor.xib', | 18 'app/nibs/BookmarkEditor.xib', |
| 19 'app/nibs/BookmarkNameFolder.xib', | 19 'app/nibs/BookmarkNameFolder.xib', |
| 20 'app/nibs/CollectedCookies.xib', | 20 'app/nibs/CollectedCookies.xib', |
| 21 'app/nibs/ContentBlockedCookies.xib', | 21 'app/nibs/ContentBlockedCookies.xib', |
| 22 'app/nibs/ContentBlockedDownloads.xib', | 22 'app/nibs/ContentBlockedDownloads.xib', |
| 23 'app/nibs/ContentBlockedGeolocation.xib', | 23 'app/nibs/ContentBlockedGeolocation.xib', |
| 24 'app/nibs/ContentBlockedMedia.xib', | 24 'app/nibs/ContentBlockedMedia.xib', |
| 25 'app/nibs/ContentBlockedMIDISysEx.xib', | 25 'app/nibs/ContentBlockedMIDISysEx.xib', |
| 26 'app/nibs/ContentBlockedMixedScript.xib', | 26 'app/nibs/ContentBlockedMixedScript.xib', |
| 27 'app/nibs/ContentBlockedPlugins.xib', | 27 'app/nibs/ContentBlockedPlugins.xib', |
| 28 'app/nibs/ContentBlockedPopups.xib', | 28 'app/nibs/ContentBlockedPopups.xib', |
| 29 'app/nibs/ContentBlockedSimple.xib', | 29 'app/nibs/ContentBlockedSimple.xib', |
| 30 'app/nibs/ContentSubresourceFilter.xib', |
| 30 'app/nibs/ContentProtocolHandlers.xib', | 31 'app/nibs/ContentProtocolHandlers.xib', |
| 31 'app/nibs/CookieDetailsView.xib', | 32 'app/nibs/CookieDetailsView.xib', |
| 32 'app/nibs/DownloadItem.xib', | 33 'app/nibs/DownloadItem.xib', |
| 33 'app/nibs/DownloadShelf.xib', | 34 'app/nibs/DownloadShelf.xib', |
| 34 'app/nibs/ExtensionInstalledBubble.xib', | 35 'app/nibs/ExtensionInstalledBubble.xib', |
| 35 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 36 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
| 36 'app/nibs/ExtensionInstallPromptWebstoreData.xib', | 37 'app/nibs/ExtensionInstallPromptWebstoreData.xib', |
| 37 'app/nibs/ExtensionInstallPrompt.xib', | 38 'app/nibs/ExtensionInstallPrompt.xib', |
| 38 'app/nibs/FirstRunBubble.xib', | 39 'app/nibs/FirstRunBubble.xib', |
| 39 'app/nibs/FirstRunDialog.xib', | 40 'app/nibs/FirstRunDialog.xib', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 54 'app/nibs/GlobalErrorBubble.xib', | 55 'app/nibs/GlobalErrorBubble.xib', |
| 55 'app/nibs/InfoBar.xib', | 56 'app/nibs/InfoBar.xib', |
| 56 'app/nibs/Panel.xib', | 57 'app/nibs/Panel.xib', |
| 57 ], # mac_untranslated_xibs | 58 ], # mac_untranslated_xibs |
| 58 'mac_all_xibs': [ | 59 'mac_all_xibs': [ |
| 59 '<@(mac_translated_xibs)', | 60 '<@(mac_translated_xibs)', |
| 60 '<@(mac_untranslated_xibs)', | 61 '<@(mac_untranslated_xibs)', |
| 61 ], # mac_all_xibs | 62 ], # mac_all_xibs |
| 62 }, # variables | 63 }, # variables |
| 63 } | 64 } |
| OLD | NEW |