summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorreillyg <reillyg@chromium.org>2016-02-19 17:41:29 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-20 01:42:42 +0000
commit24c9c7b0d13d21c0e8fb09f6c92cc6f7f6a3b79d (patch)
tree25bda833b28c291f56ffcbd284f2702cb7b77762 /device
parentb19e38d334b58a8c6e8096e5b53a8ebb19c990ef (diff)
downloadchromium_src-24c9c7b0d13d21c0e8fb09f6c92cc6f7f6a3b79d.zip
chromium_src-24c9c7b0d13d21c0e8fb09f6c92cc6f7f6a3b79d.tar.gz
chromium_src-24c9c7b0d13d21c0e8fb09f6c92cc6f7f6a3b79d.tar.bz2
Add dependency between device_usb and device_usb_mojo_bindings.
This missing dependency causes flake in the GYP build. BUG=None R=rockot@chromium.org Review URL: https://codereview.chromium.org/1719493003 Cr-Commit-Position: refs/heads/master@{#376599}
Diffstat (limited to 'device')
-rw-r--r--device/usb/usb.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
index 7f5e676..ee6d34f 100644
--- a/device/usb/usb.gyp
+++ b/device/usb/usb.gyp
@@ -11,6 +11,7 @@
'target_name': 'device_usb',
'type': 'static_library',
'dependencies': [
+ 'device_usb_mojo_bindings',
'../../components/components.gyp:device_event_log_component',
'../../net/net.gyp:net',
'../../third_party/libusb/libusb.gyp:libusb',