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 'variables': { | 10 'variables': { |
(...skipping 13 matching lines...) Expand all Loading... |
24 'app/nibs/ContentBlockedMIDISysEx.xib', | 24 'app/nibs/ContentBlockedMIDISysEx.xib', |
25 'app/nibs/ContentBlockedMixedScript.xib', | 25 'app/nibs/ContentBlockedMixedScript.xib', |
26 'app/nibs/ContentBlockedPlugins.xib', | 26 'app/nibs/ContentBlockedPlugins.xib', |
27 'app/nibs/ContentBlockedPopups.xib', | 27 'app/nibs/ContentBlockedPopups.xib', |
28 'app/nibs/ContentBlockedSimple.xib', | 28 'app/nibs/ContentBlockedSimple.xib', |
29 'app/nibs/ContentProtocolHandlers.xib', | 29 'app/nibs/ContentProtocolHandlers.xib', |
30 'app/nibs/CookieDetailsView.xib', | 30 'app/nibs/CookieDetailsView.xib', |
31 'app/nibs/DownloadItem.xib', | 31 'app/nibs/DownloadItem.xib', |
32 'app/nibs/DownloadShelf.xib', | 32 'app/nibs/DownloadShelf.xib', |
33 'app/nibs/EditSearchEngine.xib', | 33 'app/nibs/EditSearchEngine.xib', |
34 'app/nibs/ExclusiveAccessBubble.xib', | |
35 'app/nibs/ExtensionInstalledBubble.xib', | 34 'app/nibs/ExtensionInstalledBubble.xib', |
36 'app/nibs/ExtensionInstallPromptBundle.xib', | 35 'app/nibs/ExtensionInstallPromptBundle.xib', |
37 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 36 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
38 'app/nibs/ExtensionInstallPromptWebstoreData.xib', | 37 'app/nibs/ExtensionInstallPromptWebstoreData.xib', |
39 'app/nibs/ExtensionInstallPrompt.xib', | 38 'app/nibs/ExtensionInstallPrompt.xib', |
40 'app/nibs/FirstRunBubble.xib', | 39 'app/nibs/FirstRunBubble.xib', |
41 'app/nibs/FirstRunDialog.xib', | 40 'app/nibs/FirstRunDialog.xib', |
42 'app/nibs/HttpAuthLoginSheet.xib', | 41 'app/nibs/HttpAuthLoginSheet.xib', |
43 'app/nibs/HungRendererDialog.xib', | 42 'app/nibs/HungRendererDialog.xib', |
44 'app/nibs/ImportProgressDialog.xib', | 43 'app/nibs/ImportProgressDialog.xib', |
(...skipping 14 matching lines...) Expand all Loading... |
59 'app/nibs/HungRendererDialog.xib', | 58 'app/nibs/HungRendererDialog.xib', |
60 'app/nibs/InfoBar.xib', | 59 'app/nibs/InfoBar.xib', |
61 'app/nibs/Panel.xib', | 60 'app/nibs/Panel.xib', |
62 ], # mac_untranslated_xibs | 61 ], # mac_untranslated_xibs |
63 'mac_all_xibs': [ | 62 'mac_all_xibs': [ |
64 '<@(mac_translated_xibs)', | 63 '<@(mac_translated_xibs)', |
65 '<@(mac_untranslated_xibs)', | 64 '<@(mac_untranslated_xibs)', |
66 ], # mac_all_xibs | 65 ], # mac_all_xibs |
67 }, # variables | 66 }, # variables |
68 } | 67 } |
OLD | NEW |