Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index aa4c7ac5fd744de98c2dccd04c6b88fce69e54a8..182c1be63e3a470d11b204a02e0fd53d61f40845 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -55,6 +55,11 @@ |
| 'wifi.gypi', |
| ], |
| }], |
| + ['OS != "ios" and OS != "android"', { |
| + 'includes': [ |
| + 'usb_service.gypi', |
| + ] |
| + }], |
| ['android_webview_build == 0', { |
| # Android WebView fails to build if a dependency on sync.gyp:sync is |
| # introduced. |