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

Unified Diff: chrome/browser/BUILD.gn

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device/common to device/core. 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/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 14ed0872730bfef697d2b3758d82fc9a31e5cfca..ff45c2b223a7b82360dd239a8d939aa7f30887f0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -156,7 +156,6 @@ static_library("browser") {
"//components/storage_monitor",
"//components/translate/content/browser",
"//components/url_matcher",
- "//components/usb_service",
"//components/visitedlink/browser",
"//components/visitedlink/common",
"//components/web_modal",
@@ -450,6 +449,10 @@ static_library("browser") {
# Non-mobile.
sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources,
".", "//chrome")
+ deps += [
+ "//components/usb_service",
+ "//device/core",
+ ]
}
if (is_android) {
@@ -464,7 +467,6 @@ static_library("browser") {
"//third_party/libaddressinput",
"//components/feedback",
"//components/storage_monitor",
- "//components/usb_service",
"//components/web_modal",
]
} else {
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698