Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8343028: Add license check suppression for EGL extension header (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 2d299491572c906a11a0196671dd1dd48c1bd206..84d3273862a521eb9d4928358958771dbb8fa104 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698