Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: chrome/app/nibs/BUILD.gn

Issue 2171713002: Safe browsing subresource filter bubble UI skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Verified xib file Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/ContentSubresourceFilter.xib » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 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 import("//build/config/mac/rules.gni") 5 import("//build/config/mac/rules.gni")
6 6
7 # GYP version: chrome/chrome_nibs.gypi 7 # GYP version: chrome/chrome_nibs.gypi
8 mac_xib_bundle_data("chrome_xibs") { 8 mac_xib_bundle_data("chrome_xibs") {
9 sources = [ 9 sources = [
10 "AppMenu.xib", 10 "AppMenu.xib",
11 "AvatarMenuItem.xib", 11 "AvatarMenuItem.xib",
12 "BookmarkAllTabs.xib", 12 "BookmarkAllTabs.xib",
13 "BookmarkBar.xib", 13 "BookmarkBar.xib",
14 "BookmarkBarFolderWindow.xib", 14 "BookmarkBarFolderWindow.xib",
15 "BookmarkBubble.xib", 15 "BookmarkBubble.xib",
16 "BookmarkEditor.xib", 16 "BookmarkEditor.xib",
17 "BookmarkNameFolder.xib", 17 "BookmarkNameFolder.xib",
18 "CollectedCookies.xib", 18 "CollectedCookies.xib",
19 "ContentBlockedCookies.xib", 19 "ContentBlockedCookies.xib",
20 "ContentBlockedDownloads.xib", 20 "ContentBlockedDownloads.xib",
21 "ContentBlockedGeolocation.xib", 21 "ContentBlockedGeolocation.xib",
22 "ContentBlockedMIDISysEx.xib", 22 "ContentBlockedMIDISysEx.xib",
23 "ContentBlockedMedia.xib", 23 "ContentBlockedMedia.xib",
24 "ContentBlockedMixedScript.xib", 24 "ContentBlockedMixedScript.xib",
25 "ContentBlockedPlugins.xib", 25 "ContentBlockedPlugins.xib",
26 "ContentBlockedPopups.xib", 26 "ContentBlockedPopups.xib",
27 "ContentBlockedSimple.xib", 27 "ContentBlockedSimple.xib",
28 "ContentProtocolHandlers.xib", 28 "ContentProtocolHandlers.xib",
29 "ContentSubresourceFilter.xib",
29 "CookieDetailsView.xib", 30 "CookieDetailsView.xib",
30 "DevicePermissionsPrompt.xib", 31 "DevicePermissionsPrompt.xib",
31 "DownloadItem.xib", 32 "DownloadItem.xib",
32 "DownloadShelf.xib", 33 "DownloadShelf.xib",
33 "ExtensionInstallPrompt.xib", 34 "ExtensionInstallPrompt.xib",
34 "ExtensionInstallPromptNoWarnings.xib", 35 "ExtensionInstallPromptNoWarnings.xib",
35 "ExtensionInstallPromptWebstoreData.xib", 36 "ExtensionInstallPromptWebstoreData.xib",
36 "ExtensionInstalledBubble.xib", 37 "ExtensionInstalledBubble.xib",
37 "FindBar.xib", 38 "FindBar.xib",
38 "FirstRunBubble.xib", 39 "FirstRunBubble.xib",
39 "FirstRunDialog.xib", 40 "FirstRunDialog.xib",
40 "GlobalErrorBubble.xib", 41 "GlobalErrorBubble.xib",
41 "HttpAuthLoginSheet.xib", 42 "HttpAuthLoginSheet.xib",
42 "HungRendererDialog.xib", 43 "HungRendererDialog.xib",
43 "ImportProgressDialog.xib", 44 "ImportProgressDialog.xib",
44 "InfoBar.xib", 45 "InfoBar.xib",
45 "MainMenu.xib", 46 "MainMenu.xib",
46 "OneClickSigninBubble.xib", 47 "OneClickSigninBubble.xib",
47 "OneClickSigninDialog.xib", 48 "OneClickSigninDialog.xib",
48 "Panel.xib", 49 "Panel.xib",
49 "SaveAccessoryView.xib", 50 "SaveAccessoryView.xib",
50 "TaskManager.xib", 51 "TaskManager.xib",
51 "Toolbar.xib", 52 "Toolbar.xib",
52 ] 53 ]
53 } 54 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/ContentSubresourceFilter.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698