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

Unified Diff: tools/licenses.py

Issue 1410853008: Move grit from DEPS into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webview licenses Created 5 years, 1 month 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/grit/grit_info.py ('k') | no next file » | 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 1b07310197a3d86cb69a54bb4400c9763e4dd0b7..a7f64b8390ee4cd3b1f70833abea10742b201680 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -103,7 +103,6 @@ ADDITIONAL_PATHS = (
os.path.join('sdch', 'open-vcdiff'),
os.path.join('testing', 'gmock'),
os.path.join('testing', 'gtest'),
- os.path.join('tools', 'grit'),
os.path.join('tools', 'gyp'),
os.path.join('tools', 'page_cycler', 'acid3'),
os.path.join('url', 'third_party', 'mozilla'),
@@ -204,12 +203,6 @@ SPECIAL_CASES = {
"License": "Apache 2.0",
"License File": "NOT_SHIPPED",
},
- os.path.join('tools', 'grit'): {
- "Name": "grit",
- "URL": "http://code.google.com/p/grit-i18n",
- "License": "BSD",
- "License File": "NOT_SHIPPED",
- },
os.path.join('tools', 'gyp'): {
"Name": "gyp",
"URL": "http://code.google.com/p/gyp",
« no previous file with comments | « tools/grit/grit_info.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698