[email protected] | 01223ead | 2012-09-17 21:08:30 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 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 |
| 7 | # tool and those that do not. A XIB should be listed in either one or the |
| 8 | # other, but not both. |
| 9 | { |
| 10 | 'variables': { |
| 11 | 'mac_translated_xibs': [ |
[email protected] | 01223ead | 2012-09-17 21:08:30 | [diff] [blame] | 12 | 'app/nibs/AvatarMenuItem.xib', |
| 13 | 'app/nibs/BookmarkAllTabs.xib', |
| 14 | 'app/nibs/BookmarkBar.xib', |
| 15 | 'app/nibs/BookmarkBubble.xib', |
| 16 | 'app/nibs/BookmarkEditor.xib', |
| 17 | 'app/nibs/BookmarkNameFolder.xib', |
| 18 | 'app/nibs/BrowserWindow.xib', |
| 19 | 'app/nibs/ChromeToMobileBubble.xib', |
| 20 | 'app/nibs/CollectedCookies.xib', |
| 21 | 'app/nibs/ContentBlockedCookies.xib', |
| 22 | 'app/nibs/ContentBlockedImages.xib', |
| 23 | 'app/nibs/ContentBlockedJavaScript.xib', |
| 24 | 'app/nibs/ContentBlockedMixedScript.xib', |
| 25 | 'app/nibs/ContentBlockedPlugins.xib', |
| 26 | 'app/nibs/ContentBlockedPopups.xib', |
| 27 | 'app/nibs/ContentBlockedGeolocation.xib', |
| 28 | 'app/nibs/ContentProtocolHandlers.xib', |
| 29 | 'app/nibs/CookieDetailsView.xib', |
| 30 | 'app/nibs/DownloadItem.xib', |
| 31 | 'app/nibs/DownloadShelf.xib', |
| 32 | 'app/nibs/EditSearchEngine.xib', |
| 33 | 'app/nibs/ExtensionInstallPrompt.xib', |
| 34 | 'app/nibs/ExtensionInstallPromptBundle.xib', |
| 35 | 'app/nibs/ExtensionInstallPromptInline.xib', |
| 36 | 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
| 37 | 'app/nibs/ExtensionInstalledBubble.xib', |
| 38 | 'app/nibs/FirstRunBubble.xib', |
| 39 | 'app/nibs/FirstRunDialog.xib', |
| 40 | 'app/nibs/FullscreenExitBubble.xib', |
| 41 | 'app/nibs/HttpAuthLoginSheet.xib', |
| 42 | 'app/nibs/HungRendererDialog.xib', |
| 43 | 'app/nibs/ImportProgressDialog.xib', |
| 44 | 'app/nibs/MainMenu.xib', |
| 45 | 'app/nibs/OneClickSigninBubble.xib', |
| 46 | 'app/nibs/SadTab.xib', |
| 47 | 'app/nibs/SaveAccessoryView.xib', |
| 48 | 'app/nibs/SpeechRecognitionBubble.xib', |
| 49 | 'app/nibs/TaskManager.xib', |
| 50 | 'app/nibs/Toolbar.xib', |
| 51 | 'app/nibs/WrenchMenu.xib', |
| 52 | ], # mac_translated_xibs |
| 53 | 'mac_untranslated_xibs': [ |
| 54 | 'app/nibs/AboutIPC.xib', |
[email protected] | b98ec01 | 2012-10-16 21:12:41 | [diff] [blame] | 55 | 'app/nibs/ActionBoxMenuItem.xib', |
[email protected] | 01223ead | 2012-09-17 21:08:30 | [diff] [blame] | 56 | 'app/nibs/BookmarkBarFolderWindow.xib', |
[email protected] | eefd577 | 2012-09-18 14:47:56 | [diff] [blame] | 57 | 'app/nibs/ExtensionInstalledBubbleBundle.xib', |
[email protected] | 01223ead | 2012-09-17 21:08:30 | [diff] [blame] | 58 | 'app/nibs/FindBar.xib', |
| 59 | 'app/nibs/GlobalErrorBubble.xib', |
| 60 | 'app/nibs/HungRendererDialog.xib', |
| 61 | 'app/nibs/InfoBar.xib', |
| 62 | 'app/nibs/InfoBarContainer.xib', |
| 63 | 'app/nibs/Notification.xib', |
| 64 | 'app/nibs/Panel.xib', |
| 65 | 'app/nibs/PreviewableContents.xib', |
| 66 | 'app/nibs/TabView.xib', |
| 67 | ], # mac_untranslated_xibs |
| 68 | 'mac_all_xibs': [ |
| 69 | '<@(mac_translated_xibs)', |
| 70 | '<@(mac_untranslated_xibs)', |
| 71 | ], # mac_all_xibs |
| 72 | }, # variables |
| 73 | } |