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

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: address comments 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('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 5f31d5c7ed6af4f8fc79980ec96f325948a744db..f5bba9687cf8c7f80628a8dee3548df094c5edf4 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -88,7 +88,6 @@ static_library("ui") {
"//chrome/installer/util",
"//components/autofill/content/browser:risk_proto",
"//components/power",
- "//device/bluetooth",
"//device/nfc",
"//media",
"//mojo/edk/system",
@@ -124,6 +123,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" ]
Lei Zhang 2014/10/28 05:52:43 This is just to sync the GN build with GYP.
+ }
+
if (printing_mode != 0) {
deps += [ "//printing" ]
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698