From 5bec78d31fac018b965e19d368612a13d183f1ad Mon Sep 17 00:00:00 2001 From: "wjia@chromium.org" Date: Wed, 9 Apr 2014 18:53:06 +0000 Subject: Revert 262747 "Improve GN public header file checking" It failed Win x64 Builder: http://build.chromium.org/p/chromium.win/builders/Win%20x64%20Builder/builds/17043/steps/compile/logs/stdio > Improve GN public header file checking > > This makes the header checker and include iterator work from InputFiles (which basically just hold the file buffer) rather than just raw strings. This allows us to reference these files from Err. > > Some extra line/char tracking is now in the include iterator so we can actually quote from and annotate the place in the source file where the bad include is, which looks much nicer than "the file blah included blah". It also makes it possible to write much shorter error messages that still make sense. > > This adds visibility checking as previously documented in the help for "public" and a unit test for that. > > This updates the documentation for "public" which was wrong (it referred to patterns which was not used). > > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/229423002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/231293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262755 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/freetype2/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'third_party/freetype2') diff --git a/third_party/freetype2/BUILD.gn b/third_party/freetype2/BUILD.gn index 636772c..1f43030 100644 --- a/third_party/freetype2/BUILD.gn +++ b/third_party/freetype2/BUILD.gn @@ -2,8 +2,6 @@ # 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" ] } -- cgit v1.1