Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Side by Side Diff: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp

Issue 9309044: Supporting more APIs with json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rework, add a couple of tests Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright (c) 2012 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.
4
5 {
6 'targets': [
7 {
8 'target_name': 'json_schema_compiler_tests',
9 'type': 'static_library',
10 'variables': {
11 'chromium_code': 1,
12 'json_schema_files': [
13 'array.json',
14 'choices.json',
15 'crossref.json',
16 'simple_api.json',
17 ],
18 'cc_dir': 'tools/json_schema_compiler/test',
19 'root_namespace': 'test::api',
20 },
21 'sources': [
22 '<@(json_schema_files)',
23 ],
24 'includes': ['../../../build/json_schema_compile.gypi'],
25 },
26 ],
27 }
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/crossref_unittest.cc ('k') | tools/json_schema_compiler/test/simple_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698