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

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: Created 5 years, 5 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'browsing_data.json', 97 'browsing_data.json',
98 'extension.json', 98 'extension.json',
99 'idltest.idl', 99 'idltest.idl',
100 'music_manager_private.idl', 100 'music_manager_private.idl',
101 'principals_private.idl', 101 'principals_private.idl',
102 'top_sites.json', 102 'top_sites.json',
103 ], 103 ],
104 104
105 # ChromeOS-specific schemas. 105 # ChromeOS-specific schemas.
106 'chromeos_schema_files': [ 106 'chromeos_schema_files': [
107 'certificate_provider.idl',
107 'echo_private.json', 108 'echo_private.json',
108 'enterprise_platform_keys.idl', 109 'enterprise_platform_keys.idl',
109 'enterprise_platform_keys_internal.idl', 110 'enterprise_platform_keys_internal.idl',
110 'enterprise_platform_keys_private.json', 111 'enterprise_platform_keys_private.json',
111 'file_browser_handler_internal.json', 112 'file_browser_handler_internal.json',
112 'file_manager_private.idl', 113 'file_manager_private.idl',
113 'file_manager_private_internal.idl', 114 'file_manager_private_internal.idl',
114 'file_system_provider.idl', 115 'file_system_provider.idl',
115 'file_system_provider_internal.idl', 116 'file_system_provider_internal.idl',
116 'first_run_private.json', 117 'first_run_private.json',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'schema_files': [ 166 'schema_files': [
166 '<@(webrtc_schema_files)', 167 '<@(webrtc_schema_files)',
167 ], 168 ],
168 }], 169 }],
169 ], 170 ],
170 'cc_dir': 'chrome/common/extensions/api', 171 'cc_dir': 'chrome/common/extensions/api',
171 'root_namespace': 'extensions::api::%(namespace)s', 172 'root_namespace': 'extensions::api::%(namespace)s',
172 'impl_dir_': 'chrome/browser/extensions/api', 173 'impl_dir_': 'chrome/browser/extensions/api',
173 }, 174 },
174 } 175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698