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

Unified Diff: ios/ios_tests.gyp

Issue 1158223003: [iOS] Add FakeSyncService and factory for testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 6 months 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 | « components/sync_driver/fake_sync_service.cc ('k') | ios/public/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/ios_tests.gyp
diff --git a/ios/ios_tests.gyp b/ios/ios_tests.gyp
index e253aa4f7780c20ac7a6cb8e3d750f3563a60e67..7518951e68531fd155fcb22eccf0a401cbca5ce0 100644
--- a/ios/ios_tests.gyp
+++ b/ios/ios_tests.gyp
@@ -10,19 +10,28 @@
'target_name': 'test_support_ios',
'type': 'static_library',
'sources': [
+ # TODO(droger): Move most of these files to
+ # //ios/chrome/ios_chrome_tests.gyp, see http://crbug.com/437333
'public/test/fake_profile_oauth2_token_service_ios_provider.h',
'public/test/fake_profile_oauth2_token_service_ios_provider.mm',
'public/test/fake_string_provider.cc',
'public/test/fake_string_provider.h',
+ 'public/test/fake_sync_service_factory.cc',
+ 'public/test/fake_sync_service_factory.h',
'public/test/test_chrome_browser_provider.h',
'public/test/test_chrome_browser_provider.mm',
'public/test/test_chrome_provider_initializer.cc',
'public/test/test_chrome_provider_initializer.h',
+ 'public/test/test_keyed_service_provider.cc',
+ 'public/test/test_keyed_service_provider.h',
'public/test/test_updatable_resource_provider.h',
'public/test/test_updatable_resource_provider.mm',
],
'dependencies': [
'../base/base.gyp:base',
+ '../components/components.gyp:keyed_service_core',
+ '../components/components.gyp:keyed_service_ios',
+ '../components/components.gyp:sync_driver_test_support',
'../testing/gtest.gyp:gtest',
'provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
],
« no previous file with comments | « components/sync_driver/fake_sync_service.cc ('k') | ios/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698