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

Side by Side Diff: tools/json_schema_compiler/test/BUILD.gn

Issue 936953004: Add more targets to GN check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move net function 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
« skia/BUILD.gn ('K') | « sync/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/json_schema_api.gni") 5 import("//build/json_schema_api.gni")
6 6
7 json_schema_api("api") { 7 json_schema_api("api") {
8 visibility = [ ":*" ] 8 visibility = [ ":*" ]
9 9
10 sources = [ 10 sources = [
(...skipping 24 matching lines...) Expand all
35 sources = [ 35 sources = [
36 "test_util.cc", 36 "test_util.cc",
37 "test_util.h", 37 "test_util.h",
38 ] 38 ]
39 39
40 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 40 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
41 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 41 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
42 42
43 public_deps = [ 43 public_deps = [
44 ":api", 44 ":api",
45 "//base",
45 ] 46 ]
46 } 47 }
OLDNEW
« skia/BUILD.gn ('K') | « sync/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698