From cb955cd06650ee281f745b5a86aff7864fe44066 Mon Sep 17 00:00:00 2001 From: sdefresne Date: Mon, 15 Dec 2014 15:21:56 -0800 Subject: Introduce new component webdata_services Move WebDataServiceWrapper into its own component webdata_services so that the code can be shared with iOS. The code cannot go into webdata component since it depends on other components (autofill, password_manager, search_engine, signin) that depends on webdata (as they implements the WebDataService interface). BUG=437508 Review URL: https://codereview.chromium.org/777863002 Cr-Commit-Position: refs/heads/master@{#308451} --- components/components.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index 6abd9ab..91b5fc6 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -130,6 +130,7 @@ 'search_engines.gypi', 'sync_driver.gypi', 'invalidation.gypi', + 'webdata_services.gypi', ], }], ['enable_plugins==1', { -- cgit v1.1