| Index: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
|
| diff --git a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..77818420416b8686dae4a1f025d7d51684f114b8
|
| --- /dev/null
|
| +++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
|
| @@ -0,0 +1,27 @@
|
| +# Copyright (c) 2012 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.
|
| +
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'json_schema_compiler_tests',
|
| + 'type': 'static_library',
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + 'json_schema_files': [
|
| + 'array.json',
|
| + 'choices.json',
|
| + 'crossref.json',
|
| + 'simple_api.json',
|
| + ],
|
| + 'cc_dir': 'tools/json_schema_compiler/test',
|
| + 'root_namespace': 'test::api',
|
| + },
|
| + 'sources': [
|
| + '<@(json_schema_files)',
|
| + ],
|
| + 'includes': ['../../../build/json_schema_compile.gypi'],
|
| + },
|
| + ],
|
| +}
|
|
|