| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 0cc443575f24527cb561cc8f7ce7e240900a583e..a698bbf9b28a1fcd334598f25c1f83b5472d3dcf 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -12,34 +12,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 = [
|
| - "//apps/*",
|
| - "//base/*",
|
| - "//benchmarks/*",
|
| - "//build/*",
|
| - "//buildtools/*",
|
| - "//cc/*",
|
| - "//crypto/*",
|
| - "//dart/*",
|
| - "//device/*",
|
| - "//examples/*",
|
| - "//fusl/*",
|
| - "//gin/*",
|
| - "//gpu/*",
|
| - "//mojo/*",
|
| - "//mojom/*",
|
| - "//native_client/*",
|
| - "//sandbox/*",
|
| - "//services/*",
|
| - "//shell/*",
|
| - "//skia/*",
|
| - "//testing/*",
|
| - "//tonic/*",
|
| - "//tools/*",
|
| - "//ui/*",
|
| - "//url/*",
|
| - "//v8/*",
|
| -]
|
|
|