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

Unified Diff: tools/licenses.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/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index 4b4a40050a95ca675793f4bd11e27c3cf51e8057..b37c4436865ba72a4f34a6eea36b04ea83448adb 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -81,7 +81,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'),
@@ -106,12 +105,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",
« tools/clang/plugins/ChromeClassTester.cpp ('K') | « tools/clang/plugins/ChromeClassTester.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698