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

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

Issue 607603002: [Athena] 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',
33 'developer_private.idl', 32 'developer_private.idl',
34 'dial.idl', 33 'dial.idl',
35 'downloads.idl', 34 'downloads.idl',
36 'downloads_internal.idl', 35 'downloads_internal.idl',
37 'easy_unlock_private.idl', 36 'easy_unlock_private.idl',
38 'echo_private.json', 37 'echo_private.json',
39 'enterprise_platform_keys_private.json', 38 'enterprise_platform_keys_private.json',
40 'experience_sampling_private.json', 39 'experience_sampling_private.json',
41 'feedback_private.idl', 40 'feedback_private.idl',
42 'file_manager_private.idl', 41 'file_manager_private.idl',
(...skipping 23 matching lines...) Expand all
66 'networking_private.json', 65 'networking_private.json',
67 'notification_provider.idl', 66 'notification_provider.idl',
68 'notifications.idl', 67 'notifications.idl',
69 'omnibox.json', 68 'omnibox.json',
70 'page_capture.json', 69 'page_capture.json',
71 'permissions.json', 70 'permissions.json',
72 'preferences_private.json', 71 'preferences_private.json',
73 'push_messaging.idl', 72 'push_messaging.idl',
74 'reading_list_private.json', 73 'reading_list_private.json',
75 'screenlock_private.idl', 74 'screenlock_private.idl',
76 'sessions.json',
77 'signed_in_devices.idl', 75 'signed_in_devices.idl',
78 'streams_private.idl', 76 'streams_private.idl',
79 'synced_notifications_private.idl', 77 'synced_notifications_private.idl',
80 'sync_file_system.idl', 78 'sync_file_system.idl',
81 'system_indicator.idl', 79 'system_indicator.idl',
82 'system_private.json', 80 'system_private.json',
83 'tab_capture.idl',
84 'tabs.json',
85 'terminal_private.json', 81 'terminal_private.json',
86 'types.json', 82 'types.json',
87 'virtual_keyboard_private.json', 83 'virtual_keyboard_private.json',
88 'web_navigation.json', 84 'web_navigation.json',
89 # Despite the name, this API does not rely on any 85 # Despite the name, this API does not rely on any
90 # WebRTC-specific bits and as such does not belong in 86 # WebRTC-specific bits and as such does not belong in
91 # the enable_webrtc==0 section below. 87 # the enable_webrtc==0 section below.
92 'webrtc_audio_private.idl', 88 'webrtc_audio_private.idl',
93 'webrtc_logging_private.idl', 89 'webrtc_logging_private.idl',
94 'webstore_private.json', 90 'webstore_private.json',
95 'windows.json',
96 ], 91 ],
97 'main_schema_include_rules': [ 92 'main_schema_include_rules': [
98 'extensions/common/api:extensions::core_api::%(namespace)s', 93 'extensions/common/api:extensions::core_api::%(namespace)s',
99 ], 94 ],
100 'main_non_compiled_schema_files': [ 95 'main_non_compiled_schema_files': [
101 'browsing_data.json', 96 'browsing_data.json',
102 'chromeos_info_private.json', 97 'chromeos_info_private.json',
103 'extension.json', 98 'extension.json',
104 'idltest.idl', 99 'idltest.idl',
105 'infobars.json', 100 'infobars.json',
106 'media_player_private.json', 101 'media_player_private.json',
107 'music_manager_private.idl', 102 'music_manager_private.idl',
108 'principals_private.idl', 103 'principals_private.idl',
109 'top_sites.json', 104 'top_sites.json',
110 ], 105 ],
111 106 # APIs that are causing crashes on athena.
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 ],
112 # ChromeOS-specific schemas. 115 # ChromeOS-specific schemas.
113 'chromeos_schema_files': [ 116 'chromeos_schema_files': [
114 'accessibility_features.json', 117 'accessibility_features.json',
115 'diagnostics.idl', 118 'diagnostics.idl',
116 'enterprise_platform_keys.idl', 119 'enterprise_platform_keys.idl',
117 'enterprise_platform_keys_internal.idl', 120 'enterprise_platform_keys_internal.idl',
118 'file_browser_handler_internal.json', 121 'file_browser_handler_internal.json',
119 'first_run_private.json', 122 'first_run_private.json',
120 'log_private.idl', 123 'log_private.idl',
121 'wallpaper.json', 124 'wallpaper.json',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'schema_dependencies': [ 158 'schema_dependencies': [
156 ], 159 ],
157 'schema_files': [ 160 'schema_files': [
158 ], 161 ],
159 }], 162 }],
160 ['chromeos==1', { 163 ['chromeos==1', {
161 'schema_files': [ 164 'schema_files': [
162 '<@(chromeos_schema_files)', 165 '<@(chromeos_schema_files)',
163 ], 166 ],
164 }], 167 }],
168 ['use_athena==0', {
169 'schema_files': [
170 '<@(non_athena_schema_files)',
171 ],
172 }],
165 ['enable_extensions==1 and enable_webrtc==1', { 173 ['enable_extensions==1 and enable_webrtc==1', {
166 'schema_files': [ 174 'schema_files': [
167 '<@(webrtc_schema_files)', 175 '<@(webrtc_schema_files)',
168 ], 176 ],
169 }], 177 }],
170 ], 178 ],
171 'cc_dir': 'chrome/common/extensions/api', 179 'cc_dir': 'chrome/common/extensions/api',
172 'root_namespace': 'extensions::api::%(namespace)s', 180 'root_namespace': 'extensions::api::%(namespace)s',
173 'impl_dir_': 'chrome/browser/extensions/api', 181 'impl_dir_': 'chrome/browser/extensions/api',
174 }, 182 },
175 } 183 }
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