Chromium Code Reviews| Index: components/usb_service.gypi |
| diff --git a/components/usb_service.gypi b/components/usb_service.gypi |
| index 33b38a6dd98dcf5e24d87a839d602abd1e01af90..746dc6466f371fc2e14ce0262ce632454e5e697e 100644 |
| --- a/components/usb_service.gypi |
| +++ b/components/usb_service.gypi |
| @@ -41,7 +41,12 @@ |
| 'dependencies': [ |
| '../build/linux/system.gyp:udev', |
| ], |
| - }] |
| + }], |
| + ['chromeos==1', { |
| + 'dependencies': [ |
| + '../chromeos/chromeos.gyp:chromeos', |
| + ], |
| + }], |
| ] |
| }], |
| } |