blob: af770af24fc2fcb6f19a09ea66b603b801b6de27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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.
gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("schemas.gypi") ],
"scope",
[ "schemas.gypi" ])
sources = gypi_values.schema_files
if (is_chromeos) {
sources += gypi_values.chromeos_schema_files
}
uncompiled_sources = gypi_values.non_compiled_schema_files
root_namespace = "extensions::core_api::%(namespace)s"
|