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

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: Do the same to chrome/browser/BUILD.gn. 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') | chrome/browser/browser_process_impl.cc » ('J')
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..b5a27b42a8e946f4c4499707190006d483f5666e 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/common",
+ ]
}
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') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698