summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-11-05 06:07:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 14:08:37 +0000
commit373c28c6860eb22a5287a6c8eb31379d1364d5bb (patch)
tree17eb73a8a157dba07688a72136293627daf9bd00 /components/components.gyp
parent2bccc2cf38624593e1adafefccec7314aa573b0f (diff)
downloadchromium_src-373c28c6860eb22a5287a6c8eb31379d1364d5bb.zip
chromium_src-373c28c6860eb22a5287a6c8eb31379d1364d5bb.tar.gz
chromium_src-373c28c6860eb22a5287a6c8eb31379d1364d5bb.tar.bz2
[sync] Componentize switches used by ProfileSyncService
This CL componentizes switches used by ProfileSyncService and ProfileSyncComponentsFactoryImpl into a new browser_sync component in anticipation of componentizing those files into that component. These switches are used by //cloud_print/service, and so are componentized into //components/browser_sync/common to allow for that dependency without //cloud_print/service incurring a dependency on the browser-side code (e.g., ProfileSyncService) once that code is componentized. BUG=512825 TBR=jochen Review URL: https://codereview.chromium.org/1408003010 Cr-Commit-Position: refs/heads/master@{#358048}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 21ae71f..b5e986d 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -14,6 +14,7 @@
'auto_login_parser.gypi',
'autofill.gypi',
'bookmarks.gypi',
+ 'browser_sync.gypi',
'bubble.gypi',
'captive_portal.gypi',
'certificate_reporting.gypi',