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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 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 | « third_party/libusb/src/msvc/stdint.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 7e465d6462d58f3268ab123c1970df684e168bc8..a0c15602b75939a5fbbcea4b2b73eab189245fe9 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',
],
« no previous file with comments | « third_party/libusb/src/msvc/stdint.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698