summaryrefslogtreecommitdiffstats
path: root/components/syncable_prefs.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'components/syncable_prefs.gypi')
-rw-r--r--components/syncable_prefs.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/syncable_prefs.gypi b/components/syncable_prefs.gypi
index e4cfc43..66943f4 100644
--- a/components/syncable_prefs.gypi
+++ b/components/syncable_prefs.gypi
@@ -32,7 +32,10 @@
],
'conditions': [
['configuration_policy==1', {
+ # This define is only used for compiling the .cc files in this target.
+ 'defines': [ "SYNCABLE_PREFS_USE_POLICY" ],
'dependencies': [
+ 'cloud_policy_code_generate',
'policy_component_browser',
'policy_component_common',
],