From 30bd16773e43d552771f6a873be8eeddd789a2d7 Mon Sep 17 00:00:00 2001 From: "gdk@chromium.org" Date: Thu, 10 May 2012 22:52:57 +0000 Subject: Adding use_system_libusb option for third_party/libusb There are build and distribution configurations under which packaged libraries cannot be included. The use_system_libusb option allows these platforms (Linux, currently) to use the pre-installed libusb. BUG=124803 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136127 Review URL: https://chromiumcodereview.appspot.com/10332075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136421 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/checklicenses/checklicenses.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/checklicenses') diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 7e465d6..a0c1560 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -245,19 +245,19 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { ], # The following files lack license headers, but are trivial. - 'third_party/libusb/libusb/os/poll_posix.h': [ + 'third_party/libusb/src/libusb/os/poll_posix.h': [ 'UNKNOWN', ], - 'third_party/libusb/libusb/version.h': [ + 'third_party/libusb/src/libusb/version.h': [ 'UNKNOWN', ], - 'third_party/libusb/autogen.sh': [ + 'third_party/libusb/src/autogen.sh': [ 'UNKNOWN', ], - 'third_party/libusb/config.h': [ + 'third_party/libusb/src/config.h': [ 'UNKNOWN', ], - 'third_party/libusb/msvc/config.h': [ + 'third_party/libusb/src/msvc/config.h': [ 'UNKNOWN', ], -- cgit v1.1