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',
16 'automation_internal.idl',
17 'autotest_private.idl',
18 'bookmark_manager_private.json',
20 'braille_display_private.idl',
22 'chrome_web_view_internal.json',
23 'cloud_print_private.json',
24 'command_line_private.json',
25 'content_settings.json',
26 'context_menus_internal.json',
30 'copresence_private.idl',
31 'cryptotoken_private.idl',
32 'data_reduction_proxy.json',
34 'desktop_capture.json',
35 'developer_private.idl',
38 'downloads_internal.idl',
39 'easy_unlock_private.idl',
40 'experience_sampling_private.json',
41 'feedback_private.idl',
42 'file_manager_private.idl',
43 'file_manager_private_internal.idl',
48 'hangouts_private.idl',
50 'hotword_private.idl',
53 'identity_private.idl',
54 'image_writer_private.idl',
55 'inline_install_private.idl',
58 'manifest_types.json',
60 'media_galleries.idl',
61 'metrics_private.json',
62 'notification_provider.idl',
67 'preferences_private.json',
68 'reading_list_private.json',
69 'screenlock_private.idl',
71 'settings_private.idl',
72 'signed_in_devices.idl',
73 'streams_private.idl',
74 'sync_file_system.idl',
75 'system_indicator.idl',
76 'system_private.json',
80 'web_navigation.json',
81 # Despite the name, this API does not rely on any
82 # WebRTC-specific bits and as such does not belong in
83 # the enable_webrtc==0 section below.
84 'webrtc_audio_private.idl',
85 'webrtc_logging_private.idl',
86 'webstore_private.json',
89 'main_schema_include_rules': [
90 'extensions/common/api:extensions::core_api::%(namespace)s',
92 'main_non_compiled_schema_files': [
96 'music_manager_private.idl',
97 'principals_private.idl',
101 # ChromeOS-specific schemas.
102 'chromeos_schema_files': [
104 'enterprise_platform_keys.idl',
105 'enterprise_platform_keys_internal.idl',
106 'enterprise_platform_keys_private.json',
107 'file_browser_handler_internal.json',
108 'file_system_provider.idl',
109 'file_system_provider_internal.idl',
110 'first_run_private.json',
112 'launcher_search_provider.idl',
115 'platform_keys_internal.idl',
116 'terminal_private.json',
118 'wallpaper_private.json',
120 'chromeos_non_compiled_schema_files': [
121 'chromeos_info_private.json',
122 'media_player_private.json',
125 'webrtc_schema_files': [
126 'cast_streaming_receiver_session.idl',
127 'cast_streaming_rtp_stream.idl',
128 'cast_streaming_session.idl',
129 'cast_streaming_udp_transport.idl',
132 'non_compiled_schema_files': [
133 '<@(main_non_compiled_schema_files)',
135 'schema_dependencies': [
136 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
139 '<@(main_schema_files)',
141 'schema_include_rules': [
142 '<@(main_schema_include_rules)',
146 # Disable schema compiler to generate model extension API code.
147 # Only register the extension functions in extension system.
151 '<@(chromeos_schema_files)',
153 'non_compiled_schema_files': [
154 '<@(chromeos_non_compiled_schema_files)',
157 ['enable_webrtc==1', {
159 '<@(webrtc_schema_files)',
163 'cc_dir': 'chrome/common/extensions/api',
164 'root_namespace': 'extensions::api::%(namespace)s',
165 'impl_dir_': 'chrome/browser/extensions/api',