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

Side by Side Diff: chrome/common/extensions/api/schemas.gypi

Issue 766303003: A private API for the cryptotoken component extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New permission has no ui string, skip in tests Created 6 years 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'main_schema_files': [ 10 'main_schema_files': [
(...skipping 10 matching lines...) Expand all
21 'browser.idl', 21 'browser.idl',
22 'chrome_web_view_internal.json', 22 'chrome_web_view_internal.json',
23 'cloud_print_private.json', 23 'cloud_print_private.json',
24 'command_line_private.json', 24 'command_line_private.json',
25 'content_settings.json', 25 'content_settings.json',
26 'context_menus_internal.json', 26 'context_menus_internal.json',
27 'context_menus.json', 27 'context_menus.json',
28 'cookies.json', 28 'cookies.json',
29 'copresence.idl', 29 'copresence.idl',
30 'copresence_private.idl', 30 'copresence_private.idl',
31 'cryptotoken_private.idl',
31 'debugger.json', 32 'debugger.json',
32 'desktop_capture.json', 33 'desktop_capture.json',
33 'developer_private.idl', 34 'developer_private.idl',
34 'dial.idl', 35 'dial.idl',
35 'document_scan.idl', 36 'document_scan.idl',
36 'downloads.idl', 37 'downloads.idl',
37 'downloads_internal.idl', 38 'downloads_internal.idl',
38 'easy_unlock_private.idl', 39 'easy_unlock_private.idl',
39 'echo_private.json', 40 'echo_private.json',
40 'enterprise_platform_keys_private.json', 41 'enterprise_platform_keys_private.json',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'schema_files': [ 167 'schema_files': [
167 '<@(webrtc_schema_files)', 168 '<@(webrtc_schema_files)',
168 ], 169 ],
169 }], 170 }],
170 ], 171 ],
171 'cc_dir': 'chrome/common/extensions/api', 172 'cc_dir': 'chrome/common/extensions/api',
172 'root_namespace': 'extensions::api::%(namespace)s', 173 'root_namespace': 'extensions::api::%(namespace)s',
173 'impl_dir_': 'chrome/browser/extensions/api', 174 'impl_dir_': 'chrome/browser/extensions/api',
174 }, 175 },
175 } 176 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/cryptotoken_private.idl ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698