Commit c1482c37 authored by kbr@chromium.org's avatar kbr@chromium.org

Roll ANGLE r887:r889 and expand and clarify the reason for its special

exception in checklicenses.py. licensecheck.pl needs to understand the
Bison "special exception".

BUG=105232
TEST=ran checklicenses.py
Review URL: http://codereview.chromium.org/8677001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111388 0039d316-1c4b-4281-b951-d872f2087c98
parent 7c183529
......@@ -60,7 +60,7 @@ deps = {
(Var("googlecode_url") % "googlemock") + "/trunk@374",
"src/third_party/angle":
(Var("googlecode_url") % "angleproject") + "/trunk@887",
(Var("googlecode_url") % "angleproject") + "/trunk@889",
# Note that this is *not* where we check out WebKit -- this just
# puts some extra files into place for the real WebKit checkout to
......
......@@ -169,7 +169,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'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 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
],
'third_party/angle/src/compiler': [
# http://crbug.com/105232
'GPL',
'GPL (v3 or later)',
],
'third_party/ashmem/ashmem.h': [ # http://crbug.com/98116
'UNKNOWN',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment