Update V8 to version 3.28.62 (based on bleeding_edge revision r22958).

Review URL: https://codereview.chromium.org/444423002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288069 0039d316-1c4b-4281-b951-d872f2087c98
parent 008e0bfa
......@@ -51,7 +51,7 @@ vars = {
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
"v8_branch": "trunk",
"v8_revision": "22897",
"v8_revision": "22960",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling WebRTC
# and V8 without interference from each other.
......
......@@ -643,6 +643,10 @@ sub parselicense($) {
$license = "Anti-Grain Geometry $license";
}
if ($licensetext =~ /Developed at SunSoft, a Sun Microsystems, Inc\. business\. Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved\./) {
$license = "SunSoft (BSD like) $license";
}
$license = "UNKNOWN" unless $license;
# Remove trailing spaces.
......
......@@ -95,6 +95,7 @@ WHITELISTED_LICENSES = [
'libpng',
'zlib/libpng',
'SGI Free Software License B',
'SunSoft (BSD like)',
'University of Illinois/NCSA Open Source License (BSD like)',
('University of Illinois/NCSA Open Source License (BSD like) '
'MIT/X11 (BSD like)'),
......
......@@ -227,6 +227,7 @@ SPECIAL_CASES = {
"License": "Freely Distributable",
# Absolute path here is resolved as relative to the source root.
"License File" : "/v8/third_party/fdlibm/LICENSE",
"License Android Compatible" : "yes",
},
}
......
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