2015-07-16 23:40:01 +02:00
|
|
|
# Copyright 2014 The Chromium Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
|
|
|
'sources': [
|
|
|
|
'<@(schema_files)',
|
|
|
|
],
|
|
|
|
'variables': {
|
|
|
|
'schema_files': [
|
2016-07-20 20:03:38 +02:00
|
|
|
# TODO(cef): Add CEF-specific Mojo APIs here.
|
2015-07-16 23:40:01 +02:00
|
|
|
],
|
|
|
|
'non_compiled_schema_files': [
|
|
|
|
],
|
2016-07-20 20:03:38 +02:00
|
|
|
|
2015-07-16 23:40:01 +02:00
|
|
|
'chromium_code': 1,
|
|
|
|
'cc_dir': 'cef/libcef/common/extensions/api',
|
2016-07-14 03:35:07 +02:00
|
|
|
'root_namespace': 'extensions::api::cef::%(namespace)s',
|
|
|
|
'bundle_name': 'Cef',
|
2015-07-16 23:40:01 +02:00
|
|
|
'impl_dir_': 'cef/libcef/browser/extensions/api',
|
|
|
|
},
|
|
|
|
}
|