diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 05:22:12 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 05:22:12 +0000 |
commit | 1f4cc32c940c8f85108b1dd387eb762cf726d58f (patch) | |
tree | ea51a5f4ac03e2b183c6abf001bb6d6d19aece2c /third_party | |
parent | 61245f27c9b117593bfb4f0367690e6efa709a49 (diff) | |
download | chromium_src-1f4cc32c940c8f85108b1dd387eb762cf726d58f.zip chromium_src-1f4cc32c940c8f85108b1dd387eb762cf726d58f.tar.gz chromium_src-1f4cc32c940c8f85108b1dd387eb762cf726d58f.tar.bz2 |
libusb: Build libusb target as static_library.
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
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 6ecba38..1e29d25 100644 --- a/third_party/libusb/libusb.gyp +++ b/third_party/libusb/libusb.gyp @@ -35,7 +35,7 @@ }, }, }, { - 'type': '<(library)', + 'type': 'static_library', 'sources': [ 'src/libusb/core.c', 'src/libusb/descriptor.c', |