Index: components/policy/BUILD.gn |
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn |
index 2ca6027e6f03715f5a6130eb6571d7d58136946f..fee914af7802f35c5d18647a8c0349c701f82f42 100644 |
--- a/components/policy/BUILD.gn |
+++ b/components/policy/BUILD.gn |
@@ -63,8 +63,9 @@ if (is_component_build) { |
} |
if (enable_configuration_policy) { |
- # TODO(brettw) this component should use target_gen_dir instead but the GYP |
+ # TODO(GYP_GONE) this component should use target_gen_dir instead but the GYP |
# build puts everything into the following directory. We do the same for now. |
+ # Fix when GYP is gone. |
policy_gen_dir = "$root_gen_dir/policy" |
# This protobuf is equivalent to chrome_settings.proto but shares messages |