diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 05:01:49 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 05:01:49 +0000 |
commit | f968211f7391a19f3383ab184d1461a2e3b367fb (patch) | |
tree | 6f2b1b36a68bc63186a6b90aabd09c83ee24dc53 /tools/licenses.py | |
parent | db716ca721e9307905bef6db95acb0eb35c49526 (diff) | |
download | chromium_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/licenses.py')
-rwxr-xr-x | tools/licenses.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index 4d1cb01..d2c535b 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -82,7 +82,6 @@ ADDITIONAL_PATHS = ( os.path.join('chrome', 'common', 'extensions', 'docs', 'examples'), os.path.join('chrome', 'test', 'chromeos', 'autotest'), os.path.join('chrome', 'test', 'data'), - os.path.join('googleurl'), os.path.join('native_client'), os.path.join('native_client_sdk'), os.path.join('net', 'tools', 'spdyshark'), @@ -97,6 +96,7 @@ ADDITIONAL_PATHS = ( os.path.join('tools', 'grit'), os.path.join('tools', 'gyp'), os.path.join('tools', 'page_cycler', 'acid3'), + os.path.join('url', 'third_party', 'mozilla'), os.path.join('v8'), # Fake directory so we can include the strongtalk license. os.path.join('v8', 'strongtalk'), @@ -107,12 +107,6 @@ ADDITIONAL_PATHS = ( # can't provide a README.chromium. Please prefer a README.chromium # wherever possible. SPECIAL_CASES = { - os.path.join('googleurl'): { - "Name": "google-url", - "URL": "http://code.google.com/p/google-url/", - "License": "BSD and MPL 1.1/GPL 2.0/LGPL 2.1", - "License File": "LICENSE.txt", - }, os.path.join('native_client'): { "Name": "native client", "URL": "http://code.google.com/p/nativeclient", |