Index: extensions/shell/BUILD.gn |
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn |
index 0c9927865c05091713b753fed10dbcf2db96f298..6869b801b415780444c7c0ba86cc15d02bf5fd4d 100644 |
--- a/extensions/shell/BUILD.gn |
+++ b/extensions/shell/BUILD.gn |
@@ -76,7 +76,7 @@ source_set("app_shell_lib") { |
sources += aura_sources |
} |
- if (is_chromeos) { |
+ if (use_cros_fe) { |
deps += [ |
"//chromeos", |
"//ui/chromeos:ui_chromeos", |
@@ -132,7 +132,7 @@ source_set("app_shell_lib") { |
} |
} |
-if (!(is_chromeos && !use_ozone)) { |
+if (!(use_cros_fe && !use_ozone)) { |
executable("app_shell") { |
# testonly because :app_shell_lib is testonly. See :app_shell_lib comment. |
testonly = true |
@@ -203,7 +203,7 @@ test("app_shell_unittests") { |
sources += aura_sources |
} |
- if (is_chromeos) { |
+ if (use_cros_fe) { |
deps += [ "//chromeos:test_support_without_gmock" ] |
chromeos_sources = |