From 86b3789da404b7a3e8d8bb64002eef4cc1b61a04 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Thu, 21 Feb 2013 01:19:26 +0000 Subject: Add the ability to build a full version of Freetype via gyp that matches the configuration shipped as part of Ubuntu Lucid. We will link this into DumpRenderTree on Linux so that we can match the pixel results in layout tests regardless of which platform we're actually running on; this will allow us to build and run w/o a chroot in most cases. Even with this patch, there are still a couple of layout_tests that fail, I believe due to versions in the fonts themselves, but that needs more investigation. R=tony@chromium.org BUG=https://bugs.webkit.org/show_bug.cgi?id=107338 Review URL: https://chromiumcodereview.appspot.com/12254028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183694 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/checklicenses/checklicenses.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/checklicenses') diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 6145785..c8370f1 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -221,6 +221,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/findbugs/doc': [ # http://crbug.com/157206 'UNKNOWN', ], + 'third_party/freetype2': [ # http://crbug.com/177319 + 'UNKNOWN', + ], 'third_party/gles2_book': [ # http://crbug.com/98130 'UNKNOWN', ], -- cgit v1.1