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

Unified Diff: device/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 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 | « crypto/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 0ea29497e04ee3f01d376189a936bc00620a0f60..897952a5e2a082d4ab4bcfc50dacf28c63f6c3c2 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -73,7 +73,7 @@ test("device_unittests") {
"//url",
]
- if (!is_linux_without_dbus && !is_chromeos) {
+ if (!is_linux_without_dbus && !use_cros_fe) {
sources += [ "battery/battery_status_manager_linux_unittest.cc" ]
}
@@ -136,7 +136,7 @@ test("device_unittests") {
apk_deps = [ ":bluetooth_test_java" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
configs += [ "//build/config/linux:dbus" ]
deps += [
« no previous file with comments | « crypto/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698