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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2163573002: Roll gtest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add checklicenses excaption. Created 4 years, 5 months 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 | « testing/gtest_nacl.gyp ('k') | tools/licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 17da23bfa6fc2663c2174e774428fc6bcace5538..059770382dada435907c7d533ff50052597d0f3f 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -638,6 +638,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
# https://github.com/PyCQA/pylint/issues/894
'UNKNOWN',
],
+ # Trivial script lacking a license. Not used by Chromium.
+ 'testing/third_party/googletest/travis.sh': [
+ 'UNKNOWN',
+ ],
}
EXCLUDED_PATHS = [
« no previous file with comments | « testing/gtest_nacl.gyp ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698