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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 346493002: Android: Remove web_request extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index ef57b39ff5e5a8eb717cac533ca4f7e18bcadf9b..f6867074970260ebcc9be1b4787f2260ef362367 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -20,20 +20,20 @@
'chromium_code': 1,
# Disable schema compiler to generate model extension API code.
# Only register the extension functions in extension system.
- 'non_compiled_schema_files': [
- 'browsing_data.json',
- 'chromeos_info_private.json',
- 'extension.json',
- 'idltest.idl',
- 'infobars.json',
- 'media_player_private.json',
- 'music_manager_private.idl',
- 'principals_private.idl',
- 'top_sites.json',
- 'web_request_internal.json',
- ],
'conditions': [
['OS!="android"', {
+ 'non_compiled_schema_files': [
+ 'browsing_data.json',
+ 'chromeos_info_private.json',
+ 'extension.json',
+ 'idltest.idl',
+ 'infobars.json',
+ 'media_player_private.json',
+ 'music_manager_private.idl',
+ 'principals_private.idl',
+ 'top_sites.json',
+ 'web_request_internal.json',
+ ],
'schema_files': [
'accessibility_private.json',
'activity_log_private.json',
@@ -135,22 +135,23 @@
'windows.json',
],
}, { # OS=="android"
- 'schema_files': [
- # These should be eliminated. See crbug.com/305852.
- 'activity_log_private.json',
- 'events.json',
- 'file_system.idl',
- 'manifest_types.json',
- 'permissions.json',
- 'sync_file_system.idl',
- 'tab_capture.idl',
- 'tabs.json',
- 'types.json',
- 'webview.json',
- 'web_navigation.json',
- 'web_request.json',
- 'windows.json',
- ],
+ 'non_compiled_schema_files': [
+ ],
+ 'schema_files': [
+ # These should be eliminated. See crbug.com/305852.
+ 'activity_log_private.json',
+ 'events.json',
+ 'file_system.idl',
+ 'manifest_types.json',
+ 'permissions.json',
+ 'sync_file_system.idl',
+ 'tab_capture.idl',
+ 'tabs.json',
+ 'types.json',
+ 'webview.json',
+ 'web_navigation.json',
+ 'windows.json',
+ ],
}],
['chromeos==1', {
'schema_files': [

Powered by Google App Engine
This is Rietveld 408576698