| Index: components/browser_sync.gypi
|
| diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi
|
| index 6abdffd2538a0dc93f82fa1edef94cc42b30b2cb..018c55186cd7d14d23f4fc5238484d88fe06a350 100644
|
| --- a/components/browser_sync.gypi
|
| +++ b/components/browser_sync.gypi
|
| @@ -64,5 +64,25 @@
|
| 'browser_sync/common/browser_sync_switches.h',
|
| ],
|
| },
|
| + {
|
| + # GN version: //components/browser_sync/browser:test_support
|
| + 'target_name': 'browser_sync_browser_test_support',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../google_apis/google_apis.gyp:google_apis',
|
| + '../sync/sync.gyp:sync',
|
| + '../testing/gmock.gyp:gmock',
|
| + 'sync_driver_test_support',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + # Note: file list duplicated in GN build.
|
| + 'browser_sync/browser/profile_sync_service_mock.cc',
|
| + 'browser_sync/browser/profile_sync_service_mock.h',
|
| + ],
|
| + }
|
| ],
|
| }
|
|
|