diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 17:10:01 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 17:10:01 +0000 |
commit | b5508682f4eaa41e0dec82d01b4e2046adff41c8 (patch) | |
tree | a93e3e357daed1675ac6cf6a8a2cfeeafadecf73 /components/components.gyp | |
parent | cbd6d7038b8af7c86cdf875d2697e0ca81a40b95 (diff) | |
download | chromium_src-b5508682f4eaa41e0dec82d01b4e2046adff41c8.zip chromium_src-b5508682f4eaa41e0dec82d01b4e2046adff41c8.tar.gz chromium_src-b5508682f4eaa41e0dec82d01b4e2046adff41c8.tar.bz2 |
Move UsbService to its own component.
This establishes a new usb_service component from
the former contents of //chrome/browser/usb so that
non-Chrome browser code may also depend upon it.
BUG=361000
R=pfeldman@chromium.org
TBR=derat@chromium.org for DEPS +chromeos
TBR=cbentzel@chromium.org for DEPS +net/base
Review URL: https://codereview.chromium.org/236203019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r-- | components/components.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp index aa4c7ac..182c1be 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. |