Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: BUILD.gn

Issue 497363004: Merge components/usb_service into device/usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide //device/usb on mobile platforms. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/devtools/device/usb/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6ed045c2ec436be10205fa5d9f436d4d5c71f641..0594c494d4a3c500e8dc0d89c39eb27bf98dfa01 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",
@@ -236,4 +235,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') | chrome/browser/devtools/device/usb/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698