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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8171006: Fix gps.h license issue, by deleting it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update checklicenses.py Created 9 years, 2 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index c602f2d70c5569af122045be921a1af75c2b11e1..793c0bc405432f7cb5dfb743a4f8443235b55b9d 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -226,9 +226,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/gles2_conform/GTF_ES': [ # http://crbug.com/98131
'UNKNOWN',
],
- 'third_party/gpsd/release-2.38/gps.h': [ # http://crbug.com/98132
- 'UNKNOWN',
- ],
'third_party/harfbuzz': [ # http://crbug.com/98133
'UNKNOWN',
],

Powered by Google App Engine
This is Rietveld 408576698