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

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: 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 281bd3baf323ce9067ad9b30aab18027509da62b..6b0336738d0bf84a519032f2f211cb0dfa7ae843 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 && !is_chromeos_ui) {
sources += [ "battery/battery_status_manager_linux_unittest.cc" ]
}
@@ -134,7 +134,7 @@ test("device_unittests") {
apk_deps = [ ":bluetooth_test_java" ]
}
- if (is_chromeos) {
+ if (is_chromeos_ui) {
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