Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
Robert Sesek
2013/08/26 22:21:48
Anything need to be removed from chrome_nibs.gyp?
sail
2013/08/26 22:56:30
Good catch. Removed a bunch of infobar reference t
| |
| 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': { |
| 11 'mac_translated_xibs': [ | 11 'mac_translated_xibs': [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 53 ], # mac_translated_xibs | 53 ], # mac_translated_xibs |
| 54 'mac_untranslated_xibs': [ | 54 'mac_untranslated_xibs': [ |
| 55 'app/nibs/AboutIPC.xib', | 55 'app/nibs/AboutIPC.xib', |
| 56 'app/nibs/ActionBoxMenuItem.xib', | 56 'app/nibs/ActionBoxMenuItem.xib', |
| 57 'app/nibs/BookmarkBarFolderWindow.xib', | 57 'app/nibs/BookmarkBarFolderWindow.xib', |
| 58 'app/nibs/ExtensionInstalledBubbleBundle.xib', | 58 'app/nibs/ExtensionInstalledBubbleBundle.xib', |
| 59 'app/nibs/FindBar.xib', | 59 'app/nibs/FindBar.xib', |
| 60 'app/nibs/GlobalErrorBubble.xib', | 60 'app/nibs/GlobalErrorBubble.xib', |
| 61 'app/nibs/HungRendererDialog.xib', | 61 'app/nibs/HungRendererDialog.xib', |
| 62 'app/nibs/InfoBar.xib', | 62 'app/nibs/InfoBar.xib', |
| 63 'app/nibs/InfoBarContainer.xib', | |
| 64 'app/nibs/Notification.xib', | 63 'app/nibs/Notification.xib', |
| 65 'app/nibs/Panel.xib', | 64 'app/nibs/Panel.xib', |
| 66 'app/nibs/ScreenCaptureNotification.xib', | 65 'app/nibs/ScreenCaptureNotification.xib', |
| 67 ], # mac_untranslated_xibs | 66 ], # mac_untranslated_xibs |
| 68 'mac_all_xibs': [ | 67 'mac_all_xibs': [ |
| 69 '<@(mac_translated_xibs)', | 68 '<@(mac_translated_xibs)', |
| 70 '<@(mac_untranslated_xibs)', | 69 '<@(mac_untranslated_xibs)', |
| 71 ], # mac_all_xibs | 70 ], # mac_all_xibs |
| 72 }, # variables | 71 }, # variables |
| 73 } | 72 } |
| OLD | NEW |