Skip to content

Commit

Permalink
Revert "Remove explicit whitelists for GN check. All our targets pass…
Browse files Browse the repository at this point in the history
… checks." (#160)

Reverts flutter/buildroot#157
  • Loading branch information
goderbauer authored Aug 31, 2018
1 parent 101c573 commit 35959f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ 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 35959f6

Please sign in to comment.