| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2016 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 import("//build/config/mac/rules.gni") |
| 6 |
| 7 # GYP version: chrome/chrome_nibs.gypi |
| 8 mac_xib_bundle_data("chrome_xibs") { |
| 9 sources = [ |
| 10 "AppMenu.xib", |
| 11 "AvatarMenuItem.xib", |
| 12 "BookmarkAllTabs.xib", |
| 13 "BookmarkBar.xib", |
| 14 "BookmarkBarFolderWindow.xib", |
| 15 "BookmarkBubble.xib", |
| 16 "BookmarkEditor.xib", |
| 17 "BookmarkNameFolder.xib", |
| 18 "CollectedCookies.xib", |
| 19 "ContentBlockedCookies.xib", |
| 20 "ContentBlockedDownloads.xib", |
| 21 "ContentBlockedGeolocation.xib", |
| 22 "ContentBlockedMIDISysEx.xib", |
| 23 "ContentBlockedMedia.xib", |
| 24 "ContentBlockedMixedScript.xib", |
| 25 "ContentBlockedPlugins.xib", |
| 26 "ContentBlockedPopups.xib", |
| 27 "ContentBlockedSimple.xib", |
| 28 "ContentProtocolHandlers.xib", |
| 29 "CookieDetailsView.xib", |
| 30 "DevicePermissionsPrompt.xib", |
| 31 "DownloadItem.xib", |
| 32 "DownloadShelf.xib", |
| 33 "EditSearchEngine.xib", |
| 34 "ExclusiveAccessBubble.xib", |
| 35 "ExtensionInstallPrompt.xib", |
| 36 "ExtensionInstallPromptNoWarnings.xib", |
| 37 "ExtensionInstallPromptWebstoreData.xib", |
| 38 "ExtensionInstalledBubble.xib", |
| 39 "FindBar.xib", |
| 40 "FirstRunBubble.xib", |
| 41 "FirstRunDialog.xib", |
| 42 "GlobalErrorBubble.xib", |
| 43 "HttpAuthLoginSheet.xib", |
| 44 "HungRendererDialog.xib", |
| 45 "ImportProgressDialog.xib", |
| 46 "InfoBar.xib", |
| 47 "MainMenu.xib", |
| 48 "OneClickSigninBubble.xib", |
| 49 "OneClickSigninDialog.xib", |
| 50 "Panel.xib", |
| 51 "SaveAccessoryView.xib", |
| 52 "TaskManager.xib", |
| 53 "Toolbar.xib", |
| 54 ] |
| 55 } |
| OLD | NEW |