Commit be77c68e authored by thestig@chromium.org's avatar thestig@chromium.org

Android: Eliminate a bunch of unused extensions APIs.

BUG=305852

Review URL: https://codereview.chromium.org/349543002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278778 0039d316-1c4b-4281-b951-d872f2087c98
parent 27011bd1
...@@ -20,18 +20,27 @@ ...@@ -20,18 +20,27 @@
'chromium_code': 1, 'chromium_code': 1,
'non_compiled_schema_files': [ 'non_compiled_schema_files': [
], ],
# TODO: Eliminate these on Android. See crbug.com/305852. 'conditions': [
'schema_files': [ ['enable_extensions==1', {
'dns.idl', 'schema_files': [
'extensions_manifest_types.json', 'dns.idl',
'runtime.json', 'extensions_manifest_types.json',
'socket.idl', 'runtime.json',
'sockets_tcp.idl', 'socket.idl',
'sockets_tcp_server.idl', 'sockets_tcp.idl',
'sockets_udp.idl', 'sockets_tcp_server.idl',
'storage.json', 'sockets_udp.idl',
'test.json', 'storage.json',
'usb.idl', 'test.json',
'usb.idl',
],
}, {
# TODO: Eliminate these on Android. See crbug.com/305852.
'schema_files': [
'extensions_manifest_types.json',
'runtime.json',
],
}],
], ],
'cc_dir': 'extensions/common/api', 'cc_dir': 'extensions/common/api',
'root_namespace': 'extensions::core_api', 'root_namespace': 'extensions::core_api',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment