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': [
17 'app_view_internal.json',
20 'extensions_manifest_types.json',
27 'sockets_tcp_server.idl',
34 'non_compiled_schema_files': [
37 ['enable_extensions==1', {
39 '<@(main_schema_files)',
43 '<@(android_schema_files)',
47 'cc_dir': 'extensions/common/api',
48 'root_namespace': 'extensions::core_api::%(namespace)s',
49 'impl_dir_': 'extensions/browser/api',