summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-12-30 15:41:23 -0500
committerNico Weber <thakis@chromium.org>2015-12-30 20:44:03 +0000
commit7e74fd1a4fe21ea11130829f357dc304539a6933 (patch)
treeaa99b138531687425923341fffce76b9deef12d5 /tools/checklicenses
parent4f3e55a888d205e671a49e23c0394c86f26e3d33 (diff)
downloadchromium_src-7e74fd1a4fe21ea11130829f357dc304539a6933.zip
chromium_src-7e74fd1a4fe21ea11130829f357dc304539a6933.tar.gz
chromium_src-7e74fd1a4fe21ea11130829f357dc304539a6933.tar.bz2
Roll buildtools.
Picks up: gn roll https://codereview.chromium.org/1547563004/ libcxx/libcxxabi roll: https://codereview.chromium.org/1559483002/ Revert gn roll: https://codereview.chromium.org/1559513002/ Fix libcxx build: https://codereview.chromium.org/1554723003/ BUG=573250 R=thestig@chromium.org TBR=agrieve Review URL: https://codereview.chromium.org/1551913002 . Cr-Commit-Position: refs/heads/master@{#367180}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index cda9b46..28ae32a 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -121,6 +121,14 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
# http://llvm.org/bugs/show_bug.cgi?id=18291
'UNKNOWN',
],
+ # http://llvm.org/bugs/show_bug.cgi?id=25976
+ 'buildtools/third_party/libc++/trunk/src/include/atomic_support.h': [
+ 'UNKNOWN'
+ ],
+ 'buildtools/third_party/libc++/trunk/utils/gen_link_script': [ 'UNKNOWN' ],
+ 'buildtools/third_party/libc++/trunk/utils/not': [ 'UNKNOWN' ],
+ 'buildtools/third_party/libc++/trunk/utils/sym_check': [ 'UNKNOWN' ],
+ 'buildtools/third_party/libc++abi/trunk/test': [ 'UNKNOWN' ],
'chrome/common/extensions/docs/examples': [ # http://crbug.com/98092
'UNKNOWN',