summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorfelipeg@chromium.org <felipeg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 14:50:35 +0000
committerfelipeg@chromium.org <felipeg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 14:50:35 +0000
commitbd2cf602c9696dec9f6c653ee698dc8a95a7d267 (patch)
tree1ecbc39b3d73899f7bcff2922d8c24fcd4fa9d6e /third_party
parenta88677ee081265943756ed4b05350062638b41fe (diff)
downloadchromium_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.gyp2
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',