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
3 # found in the LICENSE file.
11 # TODO: Eliminate these on Android. See crbug.com/305852.
12 'android_schema_files': [
15 'main_schema_files': [
16 'app_current_window_internal.idl',
18 'app_view_internal.json',
21 'bluetooth_low_energy.idl',
22 'bluetooth_private.json',
23 'bluetooth_socket.idl',
27 'extensions_manifest_types.json',
28 'extension_options_internal.idl',
29 'extension_types.json',
30 'guest_view_internal.json',
32 'mime_handler_view_guest_internal.json',
38 'sockets_tcp_server.idl',
49 'web_view_internal.json',
51 'non_compiled_schema_files': [
54 ['enable_extensions==1', {
56 '<@(main_schema_files)',
60 '<@(android_schema_files)',
64 'cc_dir': 'extensions/common/api',
65 'root_namespace': 'extensions::core_api::%(namespace)s',
66 'impl_dir_': 'extensions/browser/api',