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

Side by Side Diff: chrome/chrome_nibs.gypi

Issue 11488009: Add content settings page action for Pepper broker authorization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_image_model.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables': { 10 'variables': {
11 'mac_translated_xibs': [ 11 'mac_translated_xibs': [
12 'app/nibs/AvatarMenuItem.xib', 12 'app/nibs/AvatarMenuItem.xib',
13 'app/nibs/BookmarkAllTabs.xib', 13 'app/nibs/BookmarkAllTabs.xib',
14 'app/nibs/BookmarkBar.xib', 14 'app/nibs/BookmarkBar.xib',
15 'app/nibs/BookmarkBubble.xib', 15 'app/nibs/BookmarkBubble.xib',
16 'app/nibs/BookmarkEditor.xib', 16 'app/nibs/BookmarkEditor.xib',
17 'app/nibs/BookmarkNameFolder.xib', 17 'app/nibs/BookmarkNameFolder.xib',
18 'app/nibs/ChromeToMobileBubble.xib', 18 'app/nibs/ChromeToMobileBubble.xib',
19 'app/nibs/CollectedCookies.xib', 19 'app/nibs/CollectedCookies.xib',
20 'app/nibs/ContentBlockedCookies.xib', 20 'app/nibs/ContentBlockedCookies.xib',
21 'app/nibs/ContentBlockedImages.xib',
22 'app/nibs/ContentBlockedJavaScript.xib',
23 'app/nibs/ContentBlockedMedia.xib',
24 'app/nibs/ContentBlockedMixedScript.xib', 21 'app/nibs/ContentBlockedMixedScript.xib',
25 'app/nibs/ContentBlockedPlugins.xib', 22 'app/nibs/ContentBlockedPlugins.xib',
26 'app/nibs/ContentBlockedPopups.xib', 23 'app/nibs/ContentBlockedPopups.xib',
27 'app/nibs/ContentBlockedGeolocation.xib', 24 'app/nibs/ContentBlockedGeolocation.xib',
25 'app/nibs/ContentBlockedSimple.xib',
28 'app/nibs/ContentProtocolHandlers.xib', 26 'app/nibs/ContentProtocolHandlers.xib',
29 'app/nibs/CookieDetailsView.xib', 27 'app/nibs/CookieDetailsView.xib',
30 'app/nibs/DownloadItem.xib', 28 'app/nibs/DownloadItem.xib',
31 'app/nibs/DownloadShelf.xib', 29 'app/nibs/DownloadShelf.xib',
32 'app/nibs/EditSearchEngine.xib', 30 'app/nibs/EditSearchEngine.xib',
33 'app/nibs/ExtensionInstallPrompt.xib', 31 'app/nibs/ExtensionInstallPrompt.xib',
34 'app/nibs/ExtensionInstallPromptBundle.xib', 32 'app/nibs/ExtensionInstallPromptBundle.xib',
35 'app/nibs/ExtensionInstallPromptInline.xib', 33 'app/nibs/ExtensionInstallPromptInline.xib',
36 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 34 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
37 'app/nibs/ExtensionInstalledBubble.xib', 35 'app/nibs/ExtensionInstalledBubble.xib',
(...skipping 25 matching lines...) Expand all
63 'app/nibs/InfoBarContainer.xib', 61 'app/nibs/InfoBarContainer.xib',
64 'app/nibs/Notification.xib', 62 'app/nibs/Notification.xib',
65 'app/nibs/Panel.xib', 63 'app/nibs/Panel.xib',
66 ], # mac_untranslated_xibs 64 ], # mac_untranslated_xibs
67 'mac_all_xibs': [ 65 'mac_all_xibs': [
68 '<@(mac_translated_xibs)', 66 '<@(mac_translated_xibs)',
69 '<@(mac_untranslated_xibs)', 67 '<@(mac_untranslated_xibs)',
70 ], # mac_all_xibs 68 ], # mac_all_xibs
71 }, # variables 69 }, # variables
72 } 70 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_image_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698