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

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: Fix .gn file. Created 5 years, 10 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 # ChromeOS-specific schemas. 107 # ChromeOS-specific schemas.
108 'chromeos_schema_files': [ 108 'chromeos_schema_files': [
109 'accessibility_features.json', 109 'accessibility_features.json',
110 'enterprise_platform_keys.idl', 110 'enterprise_platform_keys.idl',
111 'enterprise_platform_keys_internal.idl', 111 'enterprise_platform_keys_internal.idl',
112 'file_browser_handler_internal.json', 112 'file_browser_handler_internal.json',
113 'file_system_provider.idl', 113 'file_system_provider.idl',
114 'file_system_provider_internal.idl', 114 'file_system_provider_internal.idl',
115 'first_run_private.json', 115 'first_run_private.json',
116 'log_private.idl', 116 'log_private.idl',
117 'platform_keys.idl',
117 'platform_keys_internal.idl', 118 'platform_keys_internal.idl',
118 'wallpaper.json', 119 'wallpaper.json',
119 'wallpaper_private.json', 120 'wallpaper_private.json',
120 ], 121 ],
121 122
122 'webrtc_schema_files': [ 123 'webrtc_schema_files': [
123 'cast_streaming_rtp_stream.idl', 124 'cast_streaming_rtp_stream.idl',
124 'cast_streaming_session.idl', 125 'cast_streaming_session.idl',
125 'cast_streaming_udp_transport.idl', 126 'cast_streaming_udp_transport.idl',
126 ], 127 ],
(...skipping 24 matching lines...) Expand all
151 'schema_files': [ 152 'schema_files': [
152 '<@(webrtc_schema_files)', 153 '<@(webrtc_schema_files)',
153 ], 154 ],
154 }], 155 }],
155 ], 156 ],
156 'cc_dir': 'chrome/common/extensions/api', 157 'cc_dir': 'chrome/common/extensions/api',
157 'root_namespace': 'extensions::api::%(namespace)s', 158 'root_namespace': 'extensions::api::%(namespace)s',
158 'impl_dir_': 'chrome/browser/extensions/api', 159 'impl_dir_': 'chrome/browser/extensions/api',
159 }, 160 },
160 } 161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698