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

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

Issue 1929113002: [Mac/GN] Define a GN file for all the XIB files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dupe Created 4 years, 7 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/chrome_nibs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_nibs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698