summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorskyostil@google.com <skyostil@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-27 22:46:22 +0000
committerskyostil@google.com <skyostil@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-27 22:46:22 +0000
commita6c3e9ea6719c24979bb29b1fff3bdbfb5518717 (patch)
tree0f7f39bca51d4f176e55e16de600fd3a77a44262 /tools
parent4e9644dd7454d1516a33efe8586cbffdcccd2fb7 (diff)
downloadchromium_src-a6c3e9ea6719c24979bb29b1fff3bdbfb5518717.zip
chromium_src-a6c3e9ea6719c24979bb29b1fff3bdbfb5518717.tar.gz
chromium_src-a6c3e9ea6719c24979bb29b1fff3bdbfb5518717.tar.bz2
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses/checklicenses.py3
1 files changed, 3 insertions, 0 deletions
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',