Commit 2d765fc2 authored by mnaganov@chromium.org's avatar mnaganov@chromium.org

Fix V8 project name in the license checker.

Review URL: https://chromiumcodereview.appspot.com/10824332

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151887 0039d316-1c4b-4281-b951-d872f2087c98
parent c0f76313
...@@ -198,7 +198,7 @@ SPECIAL_CASES = { ...@@ -198,7 +198,7 @@ SPECIAL_CASES = {
"License": "BSD", "License": "BSD",
}, },
os.path.join('v8'): { os.path.join('v8'): {
"Name": "gyp", "Name": "V8 JavaScript Engine",
"URL": "http://code.google.com/p/v8", "URL": "http://code.google.com/p/v8",
"License": "BSD", "License": "BSD",
}, },
......
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