index 574f5399bf4454ea9225907060e8fb8f0cb236ce..b15f69e68328d81a0a0b5aef8c63ca68159f9ff4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -36,7 +36,6 @@ group("root") {
"//crypto",
"//device/bluetooth",
"//device/nfc",
- "//device/usb",
"//extensions/browser",
"//extensions/common",
"//extensions/common/api",
@@ -237,4 +236,11 @@ group("root") {
"//ui/ozone/demo",
]
}
+
+ # Non-mobile builds.
+ if (!is_android && !is_ios) {
+ deps += [
+ "//device/usb",
+ ]
+ }
}
« no previous file with comments
|
« no previous file
|
chrome/browser/BUILD.gn » ('j')
|
no next file with comments »
Issue 497363004: Merge components/usb_service into device/usb.
(Closed)
Created 6 years, 4 months ago by Reilly Grant (use Gerrit)
Modified 6 years, 3 months ago
Reviewers: Ken Rockot(use gerrit already), rpaquay, scheib, erikwright (departed), dgozman, Lei Zhang, brettw, Daniel Erat, Deprecated (see juliatuttle), sky
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 4