| 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 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 'app/nibs/ExtensionInstallPromptWebstoreData.xib', | 37 'app/nibs/ExtensionInstallPromptWebstoreData.xib', |
| 38 'app/nibs/ExtensionInstallPrompt.xib', | 38 'app/nibs/ExtensionInstallPrompt.xib', |
| 39 'app/nibs/FirstRunBubble.xib', | 39 'app/nibs/FirstRunBubble.xib', |
| 40 'app/nibs/FirstRunDialog.xib', | 40 'app/nibs/FirstRunDialog.xib', |
| 41 'app/nibs/HttpAuthLoginSheet.xib', | 41 'app/nibs/HttpAuthLoginSheet.xib', |
| 42 'app/nibs/HungRendererDialog.xib', | 42 'app/nibs/HungRendererDialog.xib', |
| 43 'app/nibs/ImportProgressDialog.xib', | 43 'app/nibs/ImportProgressDialog.xib', |
| 44 'app/nibs/MainMenu.xib', | 44 'app/nibs/MainMenu.xib', |
| 45 'app/nibs/OneClickSigninBubble.xib', | 45 'app/nibs/OneClickSigninBubble.xib', |
| 46 'app/nibs/OneClickSigninDialog.xib', | 46 'app/nibs/OneClickSigninDialog.xib', |
| 47 'app/nibs/SaveAccessoryView.xib', | |
| 48 'app/nibs/TaskManager.xib', | 47 'app/nibs/TaskManager.xib', |
| 49 'app/nibs/Toolbar.xib', | 48 'app/nibs/Toolbar.xib', |
| 50 ], # mac_translated_xibs | 49 ], # mac_translated_xibs |
| 51 'mac_untranslated_xibs': [ | 50 'mac_untranslated_xibs': [ |
| 52 'app/nibs/BookmarkBarFolderWindow.xib', | 51 'app/nibs/BookmarkBarFolderWindow.xib', |
| 53 'app/nibs/DevicePermissionsPrompt.xib', | 52 'app/nibs/DevicePermissionsPrompt.xib', |
| 54 'app/nibs/FindBar.xib', | 53 'app/nibs/FindBar.xib', |
| 55 'app/nibs/GlobalErrorBubble.xib', | 54 'app/nibs/GlobalErrorBubble.xib', |
| 56 'app/nibs/InfoBar.xib', | 55 'app/nibs/InfoBar.xib', |
| 57 'app/nibs/Panel.xib', | 56 'app/nibs/Panel.xib', |
| 58 ], # mac_untranslated_xibs | 57 ], # mac_untranslated_xibs |
| 59 'mac_all_xibs': [ | 58 'mac_all_xibs': [ |
| 60 '<@(mac_translated_xibs)', | 59 '<@(mac_translated_xibs)', |
| 61 '<@(mac_untranslated_xibs)', | 60 '<@(mac_untranslated_xibs)', |
| 62 ], # mac_all_xibs | 61 ], # mac_all_xibs |
| 63 }, # variables | 62 }, # variables |
| 64 } | 63 } |
| OLD | NEW |