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

Unified Diff: tools/licenses.py

Issue 2224323003: WIP roll gtest/gmock DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « tools/checklicenses/checklicenses.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 ad6a14b4f909a58315d841016de15992fc7c0034..e2474935fd4282e684ac7181cc76c9990f70e76f 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -51,6 +51,7 @@ PRUNE_PATHS = set([
os.path.join('third_party','gnu_binutils'),
os.path.join('third_party','gold'),
os.path.join('third_party','gperf'),
+ os.path.join('third_party','gtest'),
os.path.join('third_party','kasko'),
os.path.join('third_party','lighttpd'),
os.path.join('third_party','llvm'),
@@ -109,8 +110,6 @@ ADDITIONAL_PATHS = (
os.path.join('native_client'),
os.path.join('net', 'tools', 'spdyshark'),
os.path.join('sdch', 'open-vcdiff'),
- os.path.join('testing', 'gmock'),
- os.path.join('testing', 'gtest'),
os.path.join('tools', 'gyp'),
os.path.join('tools', 'page_cycler', 'acid3'),
os.path.join('url', 'third_party', 'mozilla'),
@@ -136,18 +135,6 @@ SPECIAL_CASES = {
"License": "Apache 2.0, MIT, GPL v2 and custom licenses",
"License Android Compatible": "yes",
},
- os.path.join('testing', 'gmock'): {
- "Name": "gmock",
- "URL": "http://code.google.com/p/googlemock",
- "License": "BSD",
- "License File": "NOT_SHIPPED",
- },
- os.path.join('testing', 'gtest'): {
- "Name": "gtest",
- "URL": "http://code.google.com/p/googletest",
- "License": "BSD",
- "License File": "NOT_SHIPPED",
- },
os.path.join('third_party', 'angle'): {
"Name": "Almost Native Graphics Layer Engine",
"URL": "http://code.google.com/p/angleproject/",
« no previous file with comments | « tools/checklicenses/checklicenses.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698