| 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 += [
|
|
|