Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: components/policy/BUILD.gn

Issue 1957683002: Address more TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@todo
Patch Set: iOS Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698