| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 3a60d77bb7469c3bada51291f9182eeb97bad77f..a8859695129027b8bf23fca023e6f310aece1b3e 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -1,5 +1,9 @@
|
| -# This file is used by the experimental meta-buildsystem in src/tools/gn to
|
| -# find the root of the source tree and to set startup options.
|
| +# Copyright 2013 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +# This file is used by the gn meta-buildsystem find the root of the source tree
|
| +# and to set startup options.
|
|
|
| # The location of the build configuration file.
|
| buildconfig = "//build/config/BUILDCONFIG.gn"
|
| @@ -22,7 +26,9 @@ check_targets = [
|
| "//dart/*",
|
| "//device/*",
|
| "//examples/*",
|
| + "//fusl/*",
|
| "//gin/*",
|
| + "//gpu/*",
|
| "//mojo/*",
|
| "//mojom/*",
|
| "//native_client/*",
|
|
|