Skip to content

Commit

Permalink
Remove explicit whitelists for GN check. All our targets pass checks.…
Browse files Browse the repository at this point in the history
… (#157)
  • Loading branch information
chinmaygarde authored Aug 7, 2018
1 parent 4fd7a27 commit 599148b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,3 @@ buildconfig = "//build/config/BUILDCONFIG.gn"
# GN build files are placed when they can not be placed directly
# in the source tree, e.g. for third party source trees.
secondary_source = "//build/secondary/"

# The set of targets known to pass 'gn check'. When all targets pass, remove
# this.
check_targets = [
"//dart/*",
"//flow/*",
"//flutter/*",
"//glue/*",
"//mojo/*",
"//skia/*",
"//sky/*",
]

0 comments on commit 599148b

Please sign in to comment.