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

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

Issue 610093002: Revert "Tempolarily exclude extensions API that are causing crash on Athena" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11 matching lines...) Expand all
22 'chrome_web_view_internal.json', 22 'chrome_web_view_internal.json',
23 'cloud_print_private.json', 23 'cloud_print_private.json',
24 'command_line_private.json', 24 'command_line_private.json',
25 'content_settings.json', 25 'content_settings.json',
26 'context_menus_internal.json', 26 'context_menus_internal.json',
27 'context_menus.json', 27 'context_menus.json',
28 'cookies.json', 28 'cookies.json',
29 'copresence.idl', 29 'copresence.idl',
30 'copresence_private.idl', 30 'copresence_private.idl',
31 'debugger.json', 31 'debugger.json',
32 'desktop_capture.json',
32 'developer_private.idl', 33 'developer_private.idl',
33 'dial.idl', 34 'dial.idl',
34 'downloads.idl', 35 'downloads.idl',
35 'downloads_internal.idl', 36 'downloads_internal.idl',
36 'easy_unlock_private.idl', 37 'easy_unlock_private.idl',
37 'echo_private.json', 38 'echo_private.json',
38 'enterprise_platform_keys_private.json', 39 'enterprise_platform_keys_private.json',
39 'experience_sampling_private.json', 40 'experience_sampling_private.json',
40 'feedback_private.idl', 41 'feedback_private.idl',
41 'file_manager_private.idl', 42 'file_manager_private.idl',
(...skipping 23 matching lines...) Expand all
65 'networking_private.json', 66 'networking_private.json',
66 'notification_provider.idl', 67 'notification_provider.idl',
67 'notifications.idl', 68 'notifications.idl',
68 'omnibox.json', 69 'omnibox.json',
69 'page_capture.json', 70 'page_capture.json',
70 'permissions.json', 71 'permissions.json',
71 'preferences_private.json', 72 'preferences_private.json',
72 'push_messaging.idl', 73 'push_messaging.idl',
73 'reading_list_private.json', 74 'reading_list_private.json',
74 'screenlock_private.idl', 75 'screenlock_private.idl',
76 'sessions.json',
75 'signed_in_devices.idl', 77 'signed_in_devices.idl',
76 'streams_private.idl', 78 'streams_private.idl',
77 'synced_notifications_private.idl', 79 'synced_notifications_private.idl',
78 'sync_file_system.idl', 80 'sync_file_system.idl',
79 'system_indicator.idl', 81 'system_indicator.idl',
80 'system_private.json', 82 'system_private.json',
83 'tab_capture.idl',
84 'tabs.json',
81 'terminal_private.json', 85 'terminal_private.json',
82 'types.json', 86 'types.json',
83 'virtual_keyboard_private.json', 87 'virtual_keyboard_private.json',
84 'web_navigation.json', 88 'web_navigation.json',
85 # Despite the name, this API does not rely on any 89 # Despite the name, this API does not rely on any
86 # WebRTC-specific bits and as such does not belong in 90 # WebRTC-specific bits and as such does not belong in
87 # the enable_webrtc==0 section below. 91 # the enable_webrtc==0 section below.
88 'webrtc_audio_private.idl', 92 'webrtc_audio_private.idl',
89 'webrtc_logging_private.idl', 93 'webrtc_logging_private.idl',
90 'webstore_private.json', 94 'webstore_private.json',
95 'windows.json',
91 ], 96 ],
92 'main_schema_include_rules': [ 97 'main_schema_include_rules': [
93 'extensions/common/api:extensions::core_api::%(namespace)s', 98 'extensions/common/api:extensions::core_api::%(namespace)s',
94 ], 99 ],
95 'main_non_compiled_schema_files': [ 100 'main_non_compiled_schema_files': [
96 'browsing_data.json', 101 'browsing_data.json',
97 'chromeos_info_private.json', 102 'chromeos_info_private.json',
98 'extension.json', 103 'extension.json',
99 'idltest.idl', 104 'idltest.idl',
100 'infobars.json', 105 'infobars.json',
101 'media_player_private.json', 106 'media_player_private.json',
102 'music_manager_private.idl', 107 'music_manager_private.idl',
103 'principals_private.idl', 108 'principals_private.idl',
104 'top_sites.json', 109 'top_sites.json',
105 ], 110 ],
106 # APIs that are causing crashes on athena. 111
107 # TODO(oshima): Fix crashes and add them back. crbug.com/414340.
108 'non_athena_schema_files': [
109 'desktop_capture.json',
110 'sessions.json',
111 'tab_capture.idl',
112 'tabs.json',
113 'windows.json',
114 ],
115 # ChromeOS-specific schemas. 112 # ChromeOS-specific schemas.
116 'chromeos_schema_files': [ 113 'chromeos_schema_files': [
117 'accessibility_features.json', 114 'accessibility_features.json',
118 'diagnostics.idl', 115 'diagnostics.idl',
119 'enterprise_platform_keys.idl', 116 'enterprise_platform_keys.idl',
120 'enterprise_platform_keys_internal.idl', 117 'enterprise_platform_keys_internal.idl',
121 'file_browser_handler_internal.json', 118 'file_browser_handler_internal.json',
122 'first_run_private.json', 119 'first_run_private.json',
123 'log_private.idl', 120 'log_private.idl',
124 'wallpaper.json', 121 'wallpaper.json',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'schema_dependencies': [ 155 'schema_dependencies': [
159 ], 156 ],
160 'schema_files': [ 157 'schema_files': [
161 ], 158 ],
162 }], 159 }],
163 ['chromeos==1', { 160 ['chromeos==1', {
164 'schema_files': [ 161 'schema_files': [
165 '<@(chromeos_schema_files)', 162 '<@(chromeos_schema_files)',
166 ], 163 ],
167 }], 164 }],
168 ['use_athena==0', {
169 'schema_files': [
170 '<@(non_athena_schema_files)',
171 ],
172 }],
173 ['enable_extensions==1 and enable_webrtc==1', { 165 ['enable_extensions==1 and enable_webrtc==1', {
174 'schema_files': [ 166 'schema_files': [
175 '<@(webrtc_schema_files)', 167 '<@(webrtc_schema_files)',
176 ], 168 ],
177 }], 169 }],
178 ], 170 ],
179 'cc_dir': 'chrome/common/extensions/api', 171 'cc_dir': 'chrome/common/extensions/api',
180 'root_namespace': 'extensions::api::%(namespace)s', 172 'root_namespace': 'extensions::api::%(namespace)s',
181 'impl_dir_': 'chrome/browser/extensions/api', 173 'impl_dir_': 'chrome/browser/extensions/api',
182 }, 174 },
183 } 175 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698