From 35959f6255c341eee550884ed69afd6b2891bd53 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Fri, 31 Aug 2018 12:03:24 -0700 Subject: [PATCH] Revert "Remove explicit whitelists for GN check. All our targets pass checks." (#160) Reverts flutter/buildroot#157 --- .gn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gn b/.gn index a3bd14dd..29288a8f 100644 --- a/.gn +++ b/.gn @@ -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/*", +]