diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-26 18:07:21 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-26 18:07:21 +0000 |
commit | 872191ea4754bd16ce931b31c054f6d838a9d466 (patch) | |
tree | 6eee355e7dc7b6f79881bf209b44abed00d97d8f /tools/checklicenses | |
parent | 8cbc2f60d4767c713a88a0ca71c010d83f5c6862 (diff) | |
download | chromium_src-872191ea4754bd16ce931b31c054f6d838a9d466.zip chromium_src-872191ea4754bd16ce931b31c054f6d838a9d466.tar.gz chromium_src-872191ea4754bd16ce931b31c054f6d838a9d466.tar.bz2 |
Revert "Pulling in nacl glibc toolchain."
This reverts commit 3de7c047d9c035f202c03f8e4287990dd18bc0b9.
Revert "Suppressing license warnings on pymox."
This reverts commit 78a55d5d5095bce061336e3edfd3f240c80e4943.
1. The license headers were missing from some files in pymox.
It's not OK then to suppress it, and it should be fixed.
Looks like it's a Google project, so there's no excuse.
I think Lei submitted a patch to fix it:
http://codereview.appspot.com/5438051/
2. The original roll http://codereview.chromium.org/8699012 has been TBR-ed
and there are comments about it.
TBR=bradnelson,thestig
BUG=105457
Review URL: http://codereview.chromium.org/8708002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 032159d..4fd2c05 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -320,9 +320,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/pylib': [ 'UNKNOWN', ], - 'third_party/pymox': [ # http://crbug.com/105457 - 'UNKNOWN', - ], 'third_party/scons-2.0.1/engine/SCons': [ # http://crbug.com/98462 'UNKNOWN', ], |