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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 20349002: Stop pulling googleurl through DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index dc6d96173e2ff6efa7214bca7d8c3b0dfdd9a0ef..c5c8829f146210cb8af9eed8624a0f1abdc23d91 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -128,10 +128,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'data/tab_switching': [
'UNKNOWN',
],
- 'googleurl': [ # http://code.google.com/p/google-url/issues/detail?id=15
- 'UNKNOWN',
- ],
-
'native_client': [ # http://crbug.com/98099
'UNKNOWN',
],

Powered by Google App Engine
This is Rietveld 408576698