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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/schemas.gypi
diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
index 0c42b3f5e35dd94f8251cb434d25a73288b58aca..42a08f6bea888cd34f3e85f9fb885b6ad383b591 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -29,7 +29,6 @@
'copresence.idl',
'copresence_private.idl',
'debugger.json',
- 'desktop_capture.json',
'developer_private.idl',
'dial.idl',
'downloads.idl',
@@ -73,15 +72,12 @@
'push_messaging.idl',
'reading_list_private.json',
'screenlock_private.idl',
- 'sessions.json',
'signed_in_devices.idl',
'streams_private.idl',
'synced_notifications_private.idl',
'sync_file_system.idl',
'system_indicator.idl',
'system_private.json',
- 'tab_capture.idl',
- 'tabs.json',
'terminal_private.json',
'types.json',
'virtual_keyboard_private.json',
@@ -92,7 +88,6 @@
'webrtc_audio_private.idl',
'webrtc_logging_private.idl',
'webstore_private.json',
- 'windows.json',
],
'main_schema_include_rules': [
'extensions/common/api:extensions::core_api::%(namespace)s',
@@ -108,7 +103,15 @@
'principals_private.idl',
'top_sites.json',
],
-
+ # APIs that are causing crashes on athena.
+ # TODO(oshima): Fix crashes and add them back. crbug.com/414340.
+ 'non_athena_schema_files': [
+ 'desktop_capture.json',
+ 'sessions.json',
+ 'tab_capture.idl',
+ 'tabs.json',
+ 'windows.json',
+ ],
# ChromeOS-specific schemas.
'chromeos_schema_files': [
'accessibility_features.json',
@@ -162,6 +165,11 @@
'<@(chromeos_schema_files)',
],
}],
+ ['use_athena==0', {
+ 'schema_files': [
+ '<@(non_athena_schema_files)',
+ ],
+ }],
['enable_extensions==1 and enable_webrtc==1', {
'schema_files': [
'<@(webrtc_schema_files)',
« 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