| Index: components/user_manager/BUILD.gn
|
| diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn
|
| index 37f28935e11761c943e2462a6aabaa053b30c607..601a043b65b9d4b76c7f514b7da5c04a1771f4b5 100644
|
| --- a/components/user_manager/BUILD.gn
|
| +++ b/components/user_manager/BUILD.gn
|
| @@ -22,7 +22,7 @@ component("user_manager") {
|
|
|
| defines = [ "USER_MANAGER_IMPLEMENTATION" ]
|
|
|
| - if (is_chromeos) {
|
| + if (is_chromeos_ui) {
|
| sources += [
|
| "remove_user_delegate.h",
|
| "user.cc",
|
| @@ -52,7 +52,7 @@ component("user_manager") {
|
|
|
| source_set("test_support") {
|
| testonly = true
|
| - if (is_chromeos) {
|
| + if (is_chromeos_ui) {
|
| sources = [
|
| "fake_user_manager.cc",
|
| "fake_user_manager.h",
|
|
|