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
3 # found in the LICENSE file.
10 'main_schema_files': [
11 'accessibility_features.json',
12 'accessibility_private.json',
13 'activity_log_private.json',
15 'autofill_private.idl',
17 'automation_internal.idl',
18 'autotest_private.idl',
19 'bookmark_manager_private.json',
21 'braille_display_private.idl',
23 'chrome_web_view_internal.json',
24 'cloud_print_private.json',
25 'command_line_private.json',
26 'content_settings.json',
27 'context_menus_internal.json',
31 'copresence_private.idl',
32 'cryptotoken_private.idl',
33 'dashboard_private.json',
34 'data_reduction_proxy.json',
36 'desktop_capture.json',
37 'developer_private.idl',
40 'downloads_internal.idl',
41 'easy_unlock_private.idl',
42 'experience_sampling_private.json',
43 'feedback_private.idl',
48 'hangouts_private.idl',
50 'hotword_private.idl',
53 'identity_private.idl',
54 'image_writer_private.idl',
55 'inline_install_private.idl',
57 'language_settings_private.idl',
60 'manifest_types.json',
62 'media_galleries.idl',
63 'metrics_private.json',
64 'notification_provider.idl',
68 'passwords_private.idl',
70 'preferences_private.json',
71 'reading_list_private.json',
72 'screenlock_private.idl',
73 'search_engines_private.idl',
75 'settings_private.idl',
76 'signed_in_devices.idl',
77 'streams_private.idl',
78 'sync_file_system.idl',
79 'system_indicator.idl',
80 'system_private.json',
84 'web_navigation.json',
85 # Despite the name, this API does not rely on any
86 # WebRTC-specific bits and as such does not belong in
87 # the enable_webrtc==0 section below.
88 'webrtc_audio_private.idl',
89 'webrtc_desktop_capture_private.idl',
90 'webrtc_logging_private.idl',
91 'webstore_private.json',
92 'webstore_widget_private.idl',
95 'main_schema_include_rules': [
96 'extensions/common/api:extensions::api::%(namespace)s',
98 'main_non_compiled_schema_files': [
102 'music_manager_private.idl',
103 'principals_private.idl',
107 # ChromeOS-specific schemas.
108 'chromeos_schema_files': [
109 'cast_devices_private.idl',
111 'enterprise_device_attributes.idl',
112 'enterprise_platform_keys.idl',
113 'enterprise_platform_keys_internal.idl',
114 'enterprise_platform_keys_private.json',
115 'file_browser_handler_internal.json',
116 'file_manager_private.idl',
117 'file_manager_private_internal.idl',
118 'file_system_provider.idl',
119 'file_system_provider_internal.idl',
120 'first_run_private.json',
122 'launcher_search_provider.idl',
125 'platform_keys_internal.idl',
126 'terminal_private.json',
129 'wallpaper_private.json',
131 'chromeos_non_compiled_schema_files': [
132 'chromeos_info_private.json',
133 'media_player_private.json',
136 'webrtc_schema_files': [
137 'cast_streaming_receiver_session.idl',
138 'cast_streaming_rtp_stream.idl',
139 'cast_streaming_session.idl',
140 'cast_streaming_udp_transport.idl',
143 'non_compiled_schema_files': [
144 '<@(main_non_compiled_schema_files)',
146 'schema_dependencies': [
147 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
150 '<@(main_schema_files)',
152 'schema_include_rules': [
153 '<@(main_schema_include_rules)',
157 # Disable schema compiler to generate model extension API code.
158 # Only register the extension functions in extension system.
162 '<@(chromeos_schema_files)',
164 'non_compiled_schema_files': [
165 '<@(chromeos_non_compiled_schema_files)',
168 ['enable_webrtc==1', {
170 '<@(webrtc_schema_files)',
174 'cc_dir': 'chrome/common/extensions/api',
175 'root_namespace': 'extensions::api::%(namespace)s',
176 'bundle_name': 'Chrome',
177 'impl_dir_': 'chrome/browser/extensions/api',