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

Side by Side Diff: chrome/chrome_nibs.gypi

Issue 633793002: Prompt for granting permission to access USB devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename UsbDevicesChosen -> OnUsbDevicesChosen. Created 6 years, 2 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 | « chrome/chrome_nibs.gyp ('k') | extensions/browser/api/DEPS » ('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 (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': {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'app/nibs/OneClickSigninDialog.xib', 46 'app/nibs/OneClickSigninDialog.xib',
47 'app/nibs/SaveAccessoryView.xib', 47 'app/nibs/SaveAccessoryView.xib',
48 'app/nibs/TaskManager.xib', 48 'app/nibs/TaskManager.xib',
49 'app/nibs/Toolbar.xib', 49 'app/nibs/Toolbar.xib',
50 'app/nibs/WrenchMenu.xib', 50 'app/nibs/WrenchMenu.xib',
51 ], # mac_translated_xibs 51 ], # mac_translated_xibs
52 'mac_untranslated_xibs': [ 52 'mac_untranslated_xibs': [
53 'app/nibs/AboutIPC.xib', 53 'app/nibs/AboutIPC.xib',
54 'app/nibs/ActionBoxMenuItem.xib', 54 'app/nibs/ActionBoxMenuItem.xib',
55 'app/nibs/BookmarkBarFolderWindow.xib', 55 'app/nibs/BookmarkBarFolderWindow.xib',
56 'app/nibs/DevicePermissionsPrompt.xib',
56 'app/nibs/ExtensionInstalledBubbleBundle.xib', 57 'app/nibs/ExtensionInstalledBubbleBundle.xib',
57 'app/nibs/FindBar.xib', 58 'app/nibs/FindBar.xib',
58 'app/nibs/GlobalErrorBubble.xib', 59 'app/nibs/GlobalErrorBubble.xib',
59 'app/nibs/HungRendererDialog.xib', 60 'app/nibs/HungRendererDialog.xib',
60 'app/nibs/InfoBar.xib', 61 'app/nibs/InfoBar.xib',
61 'app/nibs/Panel.xib', 62 'app/nibs/Panel.xib',
62 'app/nibs/SadTab.xib', 63 'app/nibs/SadTab.xib',
63 ], # mac_untranslated_xibs 64 ], # mac_untranslated_xibs
64 'mac_all_xibs': [ 65 'mac_all_xibs': [
65 '<@(mac_translated_xibs)', 66 '<@(mac_translated_xibs)',
66 '<@(mac_untranslated_xibs)', 67 '<@(mac_untranslated_xibs)',
67 ], # mac_all_xibs 68 ], # mac_all_xibs
68 }, # variables 69 }, # variables
69 } 70 }
OLDNEW
« no previous file with comments | « chrome/chrome_nibs.gyp ('k') | extensions/browser/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698