| Index: components/browser_sync.gypi | 
| diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi | 
| index 03c178a82472041cbe658a67b505e3e52265594d..e67b03dbff8756926f35572e0166c9f711b0eb60 100644 | 
| --- a/components/browser_sync.gypi | 
| +++ b/components/browser_sync.gypi | 
| @@ -14,23 +14,18 @@ | 
| '../net/net.gyp:net', | 
| '../sync/sync.gyp:sync', | 
| '../ui/base/ui_base.gyp:ui_base', | 
| -        'autofill_core_browser', | 
| 'autofill_core_common', | 
| 'browser_sync_common', | 
| 'components_strings.gyp:components_strings', | 
| -        'dom_distiller_core', | 
| 'history_core_browser', | 
| 'invalidation_impl', | 
| 'invalidation_public', | 
| 'keyed_service_core', | 
| -        'password_manager_sync_browser', | 
| 'pref_registry', | 
| 'signin_core_browser', | 
| 'syncable_prefs', | 
| -        'sync_bookmarks', | 
| 'sync_driver', | 
| 'sync_sessions', | 
| -        'variations', | 
| 'version_info', | 
| ], | 
| 'include_dirs': [ | 
| @@ -38,8 +33,6 @@ | 
| ], | 
| 'sources': [ | 
| # Note: file list duplicated in GN build. | 
| -        'browser_sync/browser/profile_sync_components_factory_impl.cc', | 
| -        'browser_sync/browser/profile_sync_components_factory_impl.h', | 
| 'browser_sync/browser/profile_sync_service.cc', | 
| 'browser_sync/browser/profile_sync_service.h', | 
| 'browser_sync/browser/signin_confirmation_helper.cc', | 
|  |