From a6c3e9ea6719c24979bb29b1fff3bdbfb5518717 Mon Sep 17 00:00:00 2001 From: "skyostil@google.com" Date: Thu, 27 Oct 2011 22:46:22 +0000 Subject: Add license check suppression for EGL extension header Add a license check suppression for gpu/EGL/eglext.h which got added in a recent commit. This is temporary fix and will be remedied by moving all the Khronos headers under gpu to third_party -- See http://code.google.com/p/chromium/issues/detail?id=98097. BUG=98097 TEST= Review URL: http://codereview.chromium.org/8343028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107641 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 2d29949..84d3273 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -127,6 +127,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'gpu/gles2_conform_support/egl/native/EGL': [ 'UNKNOWN', ], + 'gpu/EGL': [ + 'UNKNOWN', + ], 'native_client': [ # http://crbug.com/98099 'UNKNOWN', -- cgit v1.1