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

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

Issue 875373002: First implementation of chrome.platformKeys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Created 5 years, 11 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'chromeos_schema_files': [ 110 'chromeos_schema_files': [
111 'accessibility_features.json', 111 'accessibility_features.json',
112 'diagnostics.idl', 112 'diagnostics.idl',
113 'enterprise_platform_keys.idl', 113 'enterprise_platform_keys.idl',
114 'enterprise_platform_keys_internal.idl', 114 'enterprise_platform_keys_internal.idl',
115 'file_browser_handler_internal.json', 115 'file_browser_handler_internal.json',
116 'file_system_provider.idl', 116 'file_system_provider.idl',
117 'file_system_provider_internal.idl', 117 'file_system_provider_internal.idl',
118 'first_run_private.json', 118 'first_run_private.json',
119 'log_private.idl', 119 'log_private.idl',
120 'platform_keys.idl',
120 'platform_keys_internal.idl', 121 'platform_keys_internal.idl',
121 'wallpaper.json', 122 'wallpaper.json',
122 'wallpaper_private.json', 123 'wallpaper_private.json',
123 ], 124 ],
124 125
125 'webrtc_schema_files': [ 126 'webrtc_schema_files': [
126 'cast_streaming_rtp_stream.idl', 127 'cast_streaming_rtp_stream.idl',
127 'cast_streaming_session.idl', 128 'cast_streaming_session.idl',
128 'cast_streaming_udp_transport.idl', 129 'cast_streaming_udp_transport.idl',
129 ], 130 ],
(...skipping 24 matching lines...) Expand all
154 'schema_files': [ 155 'schema_files': [
155 '<@(webrtc_schema_files)', 156 '<@(webrtc_schema_files)',
156 ], 157 ],
157 }], 158 }],
158 ], 159 ],
159 'cc_dir': 'chrome/common/extensions/api', 160 'cc_dir': 'chrome/common/extensions/api',
160 'root_namespace': 'extensions::api::%(namespace)s', 161 'root_namespace': 'extensions::api::%(namespace)s',
161 'impl_dir_': 'chrome/browser/extensions/api', 162 'impl_dir_': 'chrome/browser/extensions/api',
162 }, 163 },
163 } 164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698