diff options
author | felipeg@chromium.org <felipeg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 14:50:35 +0000 |
---|---|---|
committer | felipeg@chromium.org <felipeg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 14:50:35 +0000 |
commit | bd2cf602c9696dec9f6c653ee698dc8a95a7d267 (patch) | |
tree | 1ecbc39b3d73899f7bcff2922d8c24fcd4fa9d6e /third_party | |
parent | a88677ee081265943756ed4b05350062638b41fe (diff) | |
download | chromium_src-bd2cf602c9696dec9f6c653ee698dc8a95a7d267.zip chromium_src-bd2cf602c9696dec9f6c653ee698dc8a95a7d267.tar.gz chromium_src-bd2cf602c9696dec9f6c653ee698dc8a95a7d267.tar.bz2 |
Fix libusb dependecy for Chromium with Android OS.
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
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libusb/libusb.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libusb/libusb.gyp b/third_party/libusb/libusb.gyp index 4fc0c7e..d3ca1ea 100644 --- a/third_party/libusb/libusb.gyp +++ b/third_party/libusb/libusb.gyp @@ -42,7 +42,7 @@ 'src/libusb/os', ], 'conditions': [ - [ 'OS == "linux"', { + [ 'OS == "linux" or OS == "android"', { 'sources': [ 'src/libusb/os/linux_usbfs.c', 'src/libusb/os/threads_posix.c', |