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

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

Issue 880873003: Add unit tests target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « tools/json_schema_compiler/test/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //tools/json_schema_compiler:test
8 'target_name': 'json_schema_compiler_tests', 9 'target_name': 'json_schema_compiler_tests',
9 'type': 'static_library', 10 'type': 'static_library',
10 'variables': { 11 'variables': {
11 'chromium_code': 1, 12 'chromium_code': 1,
12 'schema_files': [ 13 'schema_files': [
13 'additional_properties.json', 14 'additional_properties.json',
14 'any.json', 15 'any.json',
15 'arrays.json', 16 'arrays.json',
16 'callbacks.json', 17 'callbacks.json',
17 'choices.json', 18 'choices.json',
(...skipping 19 matching lines...) Expand all
37 '<@(schema_files)', 38 '<@(schema_files)',
38 'test_util.cc', 39 'test_util.cc',
39 'test_util.h', 40 'test_util.h',
40 ], 41 ],
41 'includes': ['../../../build/json_schema_compile.gypi'], 42 'includes': ['../../../build/json_schema_compile.gypi'],
42 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 43 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
43 'msvs_disabled_warnings': [4267, ], 44 'msvs_disabled_warnings': [4267, ],
44 }, 45 },
45 ], 46 ],
46 } 47 }
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698