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

Unified Diff: tools/licenses.py

Issue 10843069: Remove superfluous pruned paths from license tool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 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 | « no previous file | 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 9702d5631af359fb021ae576b0ac8ca5e8e46a7a..cd33aa6655e0d5555397cf0d73c412969f0aeadd 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -27,10 +27,6 @@ PRUNE_PATHS = set([
# Assume for now that breakpad has their licensing in order.
os.path.join('breakpad'),
- # This is just a tiny vsprops file, presumably written by the google-url
- # authors. Not third-party code.
- os.path.join('googleurl','third_party','icu'),
-
# Assume for now that native client has their licensing in order.
os.path.join('native_client'),
@@ -41,10 +37,7 @@ PRUNE_PATHS = set([
os.path.join('third_party','nss'),
os.path.join('net','third_party','nss'),
- # We don't bundle o3d samples into our resulting binaries.
- os.path.join('o3d','samples'),
-
- # Not in the public Chromium tree.
+ # Placeholder directory only, not third-party code.
os.path.join('third_party','adobe'),
# Same license as Chromium.
@@ -53,12 +46,10 @@ PRUNE_PATHS = set([
# Only binaries, used during development.
os.path.join('third_party','valgrind'),
- # Two directories that are the same as those in base/third_party.
- os.path.join('v8','src','third_party','dtoa'),
+ # Directories that are the same as those in base/third_party.
os.path.join('v8','src','third_party','valgrind'),
# Used for development and test, not in the shipping product.
- os.path.join('third_party','android_testrunner'),
os.path.join('third_party','bidichecker'),
os.path.join('third_party','cygwin'),
os.path.join('third_party','gold'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698