Index: ui/views_content_client/BUILD.gn |
diff --git a/ui/views_content_client/BUILD.gn b/ui/views_content_client/BUILD.gn |
index 101d7933705830bacebd30997c7357f5d12c96a8..c2ec5030acd8e0faefedc4e2adbb525d092c639d 100644 |
--- a/ui/views_content_client/BUILD.gn |
+++ b/ui/views_content_client/BUILD.gn |
@@ -44,14 +44,14 @@ component("views_content_client") { |
"views_content_client_main_parts_aura.h", |
] |
- if (!is_chromeos) { |
+ if (!use_cros_fe) { |
sources += [ "views_content_client_main_parts_desktop_aura.cc" ] |
} |
deps += [ "//ui/aura" ] |
} |
- if (is_chromeos) { |
+ if (use_cros_fe) { |
deps += [ |
"//ui/aura:test_support", |
"//ui/wm:test_support", |