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': [
110 'enterprise_platform_keys.idl',
111 'enterprise_platform_keys_internal.idl',
112 'enterprise_platform_keys_private.json',
113 'file_browser_handler_internal.json',
114 'file_manager_private.idl',
115 'file_manager_private_internal.idl',
116 'file_system_provider.idl',
117 'file_system_provider_internal.idl',
118 'first_run_private.json',
120 'launcher_search_provider.idl',
123 'platform_keys_internal.idl',
124 'terminal_private.json',
127 'wallpaper_private.json',
129 'chromeos_non_compiled_schema_files': [
130 'chromeos_info_private.json',
131 'media_player_private.json',
134 'webrtc_schema_files': [
135 'cast_streaming_receiver_session.idl',
136 'cast_streaming_rtp_stream.idl',
137 'cast_streaming_session.idl',
138 'cast_streaming_udp_transport.idl',
141 'non_compiled_schema_files': [
142 '<@(main_non_compiled_schema_files)',
144 'schema_dependencies': [
145 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
148 '<@(main_schema_files)',
150 'schema_include_rules': [
151 '<@(main_schema_include_rules)',
155 # Disable schema compiler to generate model extension API code.
156 # Only register the extension functions in extension system.
160 '<@(chromeos_schema_files)',
162 'non_compiled_schema_files': [
163 '<@(chromeos_non_compiled_schema_files)',
166 ['enable_webrtc==1', {
168 '<@(webrtc_schema_files)',
172 'cc_dir': 'chrome/common/extensions/api',
173 'root_namespace': 'extensions::api::%(namespace)s',
174 'bundle_name': 'Chrome',
175 'impl_dir_': 'chrome/browser/extensions/api',