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

Unified Diff: tools/licenses.py

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark review Created 7 years 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
« no previous file with comments | « tools/include_tracer.py ('k') | ui/app_list/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index e87a54d1682565088f01b458b7d5f7d18eda111c..3bf998f24159d95aeef00d9570750462101686f7 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -140,12 +140,6 @@ SPECIAL_CASES = {
# Absolute path here is resolved as relative to the source root.
"License File": "/LICENSE.chromium_os",
},
- os.path.join('third_party', 'GTM'): {
- "Name": "Google Toolbox for Mac",
- "URL": "http://code.google.com/p/google-toolbox-for-mac/",
- "License": "Apache 2.0",
- "License File": "COPYING",
- },
os.path.join('third_party', 'lss'): {
"Name": "linux-syscall-support",
"URL": "http://code.google.com/p/linux-syscall-support/",
« no previous file with comments | « tools/include_tracer.py ('k') | ui/app_list/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698