| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 5296ff3d66064d4cf62137d821817237aa249807..2ecaa77f05edf6ad66eafcc6a09c5953a8035463 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -3,6 +3,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# This file isn't officially supported by the Chromium project. It's maintained
|
| +# on a best-effort basis by volunteers, so some things may be broken from time
|
| +# to time. If you encounter errors, it's most often due to files in base that
|
| +# have been added or moved since somebody last tried this script. Generally
|
| +# such errors are easy to diagnose.
|
| +
|
| """Bootstraps gn.
|
|
|
| It is done by first building it manually in a temporary directory, then building
|
|
|