summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 05:01:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 05:01:49 +0000
commitf968211f7391a19f3383ab184d1461a2e3b367fb (patch)
tree6f2b1b36a68bc63186a6b90aabd09c83ee24dc53 /tools/checklicenses
parentdb716ca721e9307905bef6db95acb0eb35c49526 (diff)
downloadchromium_src-f968211f7391a19f3383ab184d1461a2e3b367fb.zip
chromium_src-f968211f7391a19f3383ab184d1461a2e3b367fb.tar.gz
chromium_src-f968211f7391a19f3383ab184d1461a2e3b367fb.tar.bz2
Stop pulling googleurl through DEPS.
This is the final patch in this series of merging the external googleurl repo into Chromium source code base. BUG=229660 R=brettw@chromium.org,joth@chromium.org,blundell@chromium.org,thakis@chromium.org,thestig@chromium.org TBR=brettw Review URL: https://chromiumcodereview.appspot.com/20349002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 9c27256..25dedc2 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',
],