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

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

Issue 652033004: Android: Remove some devtools code from the build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index cb1fa28c9ba58cb1c0d2b1209949ed5eb341ea50..ee65b217061bb883c8a27feb6ab15c64d41a206d 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -87,7 +87,6 @@ static_library("ui") {
"//chrome/installer/util",
"//components/autofill/content/browser:risk_proto",
"//components/power",
- "//device/bluetooth",
"//device/nfc",
"//media",
"//mojo/edk/system",
@@ -123,6 +122,12 @@ static_library("ui") {
deps += [ "//net" ]
}
+ if (!is_android && !is_ios) {
+ sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
+ ".", "//chrome")
+ deps += [ "//device/bluetooth" ]
+ }
+
if (printing_mode != 0) {
deps += [ "//printing" ]
}

Powered by Google App Engine
This is Rietveld 408576698