Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: components/browser_sync.gypi

Issue 1501123003: Componentize ProfileSyncServiceMock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@565305_InitParam
Patch Set: Just rebased Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ }
],
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698