| Index: third_party/freetype2/BUILD.gn
|
| diff --git a/third_party/freetype2/BUILD.gn b/third_party/freetype2/BUILD.gn
|
| index 1f43030bddf225551cb3e137b9b8aa5d1c5b7af4..636772c3506c4592b3a653f09cabfa7289826b8a 100644
|
| --- a/third_party/freetype2/BUILD.gn
|
| +++ b/third_party/freetype2/BUILD.gn
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +assert(is_linux, "This file should only be depended on from Linux.")
|
| +
|
| config("freetype2_config") {
|
| include_dirs = [ "include", "src/include" ]
|
| }
|
|
|