Index: components/policy/proto/BUILD.gn |
diff --git a/components/policy/proto/BUILD.gn b/components/policy/proto/BUILD.gn |
index 3b6a7b26fa57d155e52f40eac65b23482cb82c0b..aa0de3c0b61eacae04f501613da1561ea1233437 100644 |
--- a/components/policy/proto/BUILD.gn |
+++ b/components/policy/proto/BUILD.gn |
@@ -23,7 +23,7 @@ proto_library("proto_internal") { |
if (!is_android && !is_ios) { |
sources += [ "chrome_extension_policy.proto" ] |
} |
- if (is_chromeos) { |
+ if (is_chromeos_ui) { |
sources += [ "device_management_local.proto" ] |
} |