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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8677001: Roll ANGLE r887:r889 and expand and clarify the reason for its special (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
===================================================================
--- tools/checklicenses/checklicenses.py (revision 111384)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -169,7 +169,9 @@
'UNKNOWN',
],
'third_party/WebKit/Source/ThirdParty/ANGLE/src/compiler': [
+ # http://crbug.com/105232
'GPL',
+ 'GPL (v3 or later)',
],
'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [
'GPL',
@@ -185,7 +187,9 @@
],
'third_party/angle/src/compiler': [
+ # http://crbug.com/105232
'GPL',
+ 'GPL (v3 or later)',
],
'third_party/ashmem/ashmem.h': [ # http://crbug.com/98116
'UNKNOWN',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698