summaryrefslogtreecommitdiffstats
path: root/third_party/libusb
Commit message (Collapse)AuthorAgeFilesLines
* Extract use_system_foo logic out of gyp files, patch 2phajdan.jr@chromium.org2013-04-261-84/+53
| | | | | | | | | | | | | | | | | | | | | This removes use_system_foo logic completely from: * jsoncpp.gyp * libevent.gyp * libpng.gyp * libusb.gyp * libwebp.gyp * opus.gyp * re2.gyp * zlib.gyp R=rsleevi TBR=darin BUG=226860 Review URL: https://codereview.chromium.org/14203006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196551 0039d316-1c4b-4281-b951-d872f2087c98
* libusb: Build libusb target as static_library.tfarina@chromium.org2013-01-181-1/+1
| | | | | | | | | | BUG=111541 TBR=thestig@chromium.org,gdk@chromium.org Review URL: https://chromiumcodereview.appspot.com/11961025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177604 0039d316-1c4b-4281-b951-d872f2087c98
* Use generated shim headers for libusbphajdan.jr@chromium.org2013-01-082-20/+11
| | | | | | | | BUG=165264 Review URL: https://codereview.chromium.org/11747019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175568 0039d316-1c4b-4281-b951-d872f2087c98
* Make it possible for code that does not include src/ to use libusb.thestig@chromium.org2012-10-192-1/+7
| | | | | | | Otherwise, third_party/libmtp has to #include ../../third_party/libusb/libusb.h or add '../..' as an includes directory. Review URL: https://codereview.chromium.org/11183078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163075 0039d316-1c4b-4281-b951-d872f2087c98
* Fix third-party license information for a number of projectssteveblock@chromium.org2012-07-261-0/+1
| | | | | | | | | | | This fixes 'licenses.py scan' for the projects relevant to the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10796121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148534 0039d316-1c4b-4281-b951-d872f2087c98
* Fix libusb dependecy for Chromium with Android OS.felipeg@chromium.org2012-06-061-1/+1
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10519005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140759 0039d316-1c4b-4281-b951-d872f2087c98
* Adding use_system_libusb option for third_party/libusbgdk@chromium.org2012-05-1053-49/+88
| | | | | | | | | | | | | | | | 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
* Revert 136127 - Adding use_system_libusb option for third_party/libusbrlarocque@chromium.org2012-05-0953-90/+49
| | | | | | | | | | | | | | | | | 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 Review URL: https://chromiumcodereview.appspot.com/10332075 TBR=gdk@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136144 0039d316-1c4b-4281-b951-d872f2087c98
* Adding use_system_libusb option for third_party/libusbgdk@chromium.org2012-05-0953-49/+90
| | | | | | | | | | | | | | 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 Review URL: https://chromiumcodereview.appspot.com/10332075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136127 0039d316-1c4b-4281-b951-d872f2087c98
* Fix warnings in libusb.h so that other chromium code doesn't suffer.gdk@chromium.org2012-04-273-15/+56
| | | | | | | | | | | | | This change fixes a warning in libusb.h so that normal (warning-as-error) code in the rest of chromium can include it cleanly. BUG=none TEST=none Review URL: http://codereview.chromium.org/10198035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134183 0039d316-1c4b-4281-b951-d872f2087c98
* third_party/libusb: vs2010 build fixes and android-conditional buildgdk@chromium.org2012-04-173-3/+15
| | | | | | | | | | | | | | This patch fixes the libusb vs2010 build break as reported by a few people, as well as makes the libusb build conditional on not being on the Android platform. BUG=none TEST=none Review URL: http://codereview.chromium.org/9969185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132595 0039d316-1c4b-4281-b951-d872f2087c98
* Import libusb 1.0.9-rc3 into third_party.gdk@chromium.org2012-04-1054-0/+22088
| | | | | | | | | | | BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129069 Review URL: http://codereview.chromium.org/9826025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131622 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129069 - Import libusb 1.0.9-rc3 into third_party.nduca@google.com2012-03-2753-22047/+0
| | | | | | | | | | | | | | | | | Failing license check. http://chromegw.corp.google.com/i/chromium/builders/Linux/builds/21702/steps/check_licenses BUG=none TEST=none Review URL: http://codereview.chromium.org/9826025 TBR=gdk@chromium.org Review URL: https://chromiumcodereview.appspot.com/9866021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129101 0039d316-1c4b-4281-b951-d872f2087c98
* Import libusb 1.0.9-rc3 into third_party.gdk@chromium.org2012-03-2753-0/+22047
BUG=none TEST=none Review URL: http://codereview.chromium.org/9826025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129069 0039d316-1c4b-4281-b951-d872f2087c98