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 'main_schema_files': [
12 'app_current_window_internal.idl',
14 'app_view_guest_internal.json',
17 'bluetooth_low_energy.idl',
18 'bluetooth_private.json',
19 'bluetooth_socket.idl',
21 'copresence_socket.idl',
24 'extensions_manifest_types.json',
25 'extension_options_internal.idl',
26 'extension_types.json',
27 'guest_view_internal.json',
29 'mime_handler_view_guest_internal.json',
35 'sockets_tcp_server.idl',
45 'virtual_keyboard_private.json',
47 'web_view_internal.json',
49 'non_compiled_schema_files': [
51 'main_non_compiled_schema_files': [
52 'web_request_internal.json',
54 # TODO(thestig) Do not include this file in non-extensions builds.
55 # Then the conditional and else block can go away.
56 # Do the same for extensions/common/api/schemas.gni.
58 ['enable_extensions==1', {
59 'non_compiled_schema_files': [
60 '<@(main_non_compiled_schema_files)',
63 '<@(main_schema_files)',
70 'cc_dir': 'extensions/common/api',
71 'root_namespace': 'extensions::core_api::%(namespace)s',
72 'impl_dir_': 'extensions/browser/api',