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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 934323003: Remove dependency of 'browser_ui' on 'libusb' when building for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the dependency at the correct location Created 5 years, 10 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/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 47f8af42bcac57ec62a1a69b147ba725f8d7132a..57ac9b02f359de1fc21f828b31d88031c1963494 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -61,7 +61,6 @@ static_library("ui") {
"//skia",
"//third_party/cacheinvalidation",
"//third_party/icu",
- "//third_party/libusb",
"//third_party/libxml",
"//third_party/zlib",
"//ui/accessibility",
@@ -135,8 +134,9 @@ static_library("ui") {
".",
"//chrome")
deps += [
- "//device/bluetooth",
"//components/copresence",
+ "//device/bluetooth",
+ "//third_party/libusb",
]
}
@@ -317,7 +317,6 @@ static_library("ui") {
deps -= [
"//chrome/browser/ui/views",
"//components/feedback/proto",
- "//third_party/libusb",
"//ui/events",
]
sources += rebase_path(gypi_values.chrome_browser_ui_android_sources,
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698