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

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

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 3 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
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'extension.json', 101 'extension.json',
102 'idltest.idl', 102 'idltest.idl',
103 'music_manager_private.idl', 103 'music_manager_private.idl',
104 'principals_private.idl', 104 'principals_private.idl',
105 'top_sites.json', 105 'top_sites.json',
106 ], 106 ],
107 107
108 # ChromeOS-specific schemas. 108 # ChromeOS-specific schemas.
109 'chromeos_schema_files': [ 109 'chromeos_schema_files': [
110 'cast_devices_private.idl', 110 'cast_devices_private.idl',
111 'certificate_provider.idl',
112 'certificate_provider_internal.idl',
111 'echo_private.json', 113 'echo_private.json',
112 'enterprise_device_attributes.idl', 114 'enterprise_device_attributes.idl',
113 'enterprise_platform_keys.idl', 115 'enterprise_platform_keys.idl',
114 'enterprise_platform_keys_internal.idl', 116 'enterprise_platform_keys_internal.idl',
115 'enterprise_platform_keys_private.json', 117 'enterprise_platform_keys_private.json',
116 'file_browser_handler_internal.json', 118 'file_browser_handler_internal.json',
117 'file_manager_private.idl', 119 'file_manager_private.idl',
118 'file_manager_private_internal.idl', 120 'file_manager_private_internal.idl',
119 'file_system_provider.idl', 121 'file_system_provider.idl',
120 'file_system_provider_internal.idl', 122 'file_system_provider_internal.idl',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 '<@(webrtc_schema_files)', 173 '<@(webrtc_schema_files)',
172 ], 174 ],
173 }], 175 }],
174 ], 176 ],
175 'cc_dir': 'chrome/common/extensions/api', 177 'cc_dir': 'chrome/common/extensions/api',
176 'root_namespace': 'extensions::api::%(namespace)s', 178 'root_namespace': 'extensions::api::%(namespace)s',
177 'bundle_name': 'Chrome', 179 'bundle_name': 'Chrome',
178 'impl_dir_': 'chrome/browser/extensions/api', 180 'impl_dir_': 'chrome/browser/extensions/api',
179 }, 181 },
180 } 182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698