Skip to content

Commit

Permalink
Remove superfluous pruned paths from license tool
Browse files Browse the repository at this point in the history
These paths either no longer exist on any platform, or don't cause license
errors.

BUG=138921


Review URL: https://chromiumcodereview.appspot.com/10843069

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150328 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
steveblock@chromium.org committed Aug 7, 2012
1 parent b458ce1 commit 1657543
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tools/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
# 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'),

Expand All @@ -41,10 +37,7 @@
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.
Expand All @@ -53,12 +46,10 @@
# 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'),
Expand Down

0 comments on commit 1657543

Please sign in to comment.