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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 75213003: Add libc++ and libc++abi to third-party. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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 | « third_party/libc++abi/libc++abi.gyp ('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 242050)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -215,6 +215,18 @@
'third_party/lcov/contrib/galaxy/genflat.pl': [
'GPL (v2 or later)',
],
+ 'third_party/libc++/trunk/include/support/solaris': [
+ # http://llvm.org/bugs/show_bug.cgi?id=18291
+ 'UNKNOWN',
+ ],
+ 'third_party/libc++/trunk/src/support/solaris/xlocale.c': [
+ # http://llvm.org/bugs/show_bug.cgi?id=18291
+ 'UNKNOWN',
+ ],
+ 'third_party/libc++/trunk/test': [
+ # http://llvm.org/bugs/show_bug.cgi?id=18291
+ 'UNKNOWN',
+ ],
'third_party/libevent': [ # http://crbug.com/98309
'UNKNOWN',
],
« no previous file with comments | « third_party/libc++abi/libc++abi.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698