Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 9492d51dc7310ab6a3cf399b017d08723a40692a..181f397670f43d3e89459c8f45ddc4eed1d5165b 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -316,14 +316,14 @@ group("both_gn_and_gyp") { |
] |
} |
- if (is_chromeos) { |
+ if (is_chromeos_ui) { |
deps += [ |
"//chromeos:chromeos_unittests", |
"//ui/chromeos:ui_chromeos_unittests", |
] |
} |
- if (is_chromeos || is_mac || is_win) { |
+ if (is_chromeos_ui || is_mac || is_win) { |
deps += [ |
"//rlz:rlz_id", |
"//rlz:rlz_lib", |
@@ -348,19 +348,19 @@ group("both_gn_and_gyp") { |
"//sandbox/linux:sandbox_linux_jni_unittests", |
] |
- if (is_chromeos || use_ash) { |
+ if (is_chromeos_ui || use_ash) { |
deps += [ "//components/session_manager/core" ] |
} |
} |
- if (is_ios || is_win || (is_linux && !is_chromeos)) { |
+ if (is_ios || is_win || (is_linux && !is_chromeos_ui)) { |
deps += [ |
"//base:base_i18n_perftests", |
"//base:base_perftests", |
] |
} |
- if (is_win || (is_linux && !is_chromeos)) { |
+ if (is_win || (is_linux && !is_chromeos_ui)) { |
# TODO(GYP): Figure out which of these should (and can) build |
# for android/chromeos/mac/ios. |
deps += [ |
@@ -442,7 +442,7 @@ group("both_gn_and_gyp") { |
} |
} |
- if (is_linux && !is_chromeos) { |
+ if (is_linux && !is_chromeos_ui) { |
deps += [ |
# TODO(GYP): Figure out which of these should (and can) build |
# under which other conditions. |
@@ -613,7 +613,7 @@ group("gn_only") { |
deps += [ "//components/proximity_auth:proximity_auth_unittests" ] |
} |
- if (is_linux && !is_chromeos) { |
+ if (is_linux && !is_chromeos_ui) { |
# TODO(GYP): Figure out if any of these should be in gn_all |
# and figure out how cross-platform they are |
deps += [ |
@@ -708,7 +708,7 @@ group("gn_only") { |
group("gn_mojo_targets") { |
testonly = true |
- if (is_linux && !is_chromeos) { |
+ if (is_linux && !is_chromeos_ui) { |
# TODO(GYP): Figure out if any of these should be in gn_all |
# and figure out how cross-platform they are |
deps = [ |