summaryrefslogtreecommitdiffstats
path: root/components/sync_driver.gypi
diff options
context:
space:
mode:
authormaxbogue <maxbogue@chromium.org>2015-08-06 11:57:16 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-06 18:58:02 +0000
commitf987cca61f037bcbaa2cc68a8781ffdaa1138e20 (patch)
tree26a591c2f0a0c4dfbee2dcf9cfdc2ae5dc11d2b9 /components/sync_driver.gypi
parente791f20199dbc67f1908409b24102d0a3438b6d2 (diff)
downloadchromium_src-f987cca61f037bcbaa2cc68a8781ffdaa1138e20.zip
chromium_src-f987cca61f037bcbaa2cc68a8781ffdaa1138e20.tar.gz
chromium_src-f987cca61f037bcbaa2cc68a8781ffdaa1138e20.tar.bz2
[Sync] Componentize sync_policy_handler.
BUG=512484 TBR=bartfab@chromium.org Review URL: https://codereview.chromium.org/1265893002 Cr-Commit-Position: refs/heads/master@{#342165}
Diffstat (limited to 'components/sync_driver.gypi')
-rw-r--r--components/sync_driver.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index b4303e9..fc955c1 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -96,6 +96,15 @@
'sessions_ios',
],
}],
+ ['configuration_policy==1', {
+ 'dependencies': [
+ 'policy',
+ ],
+ 'sources': [
+ 'sync_driver/sync_policy_handler.cc',
+ 'sync_driver/sync_policy_handler.h',
+ ],
+ }],
],
},
{