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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1148573002: [iOS] Upstream SyncSetupService (and mock) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index b8d03f47840f20add47cf63f00ae89987178580f..8cca33f52daaa876393bff04da68ccdec6ceaf51 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -61,8 +61,10 @@
'../../components/components.gyp:web_resource',
'../../components/components.gyp:webp_transcode',
'../../components/components_strings.gyp:components_strings',
+ '../../google_apis/google_apis.gyp:google_apis',
'../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
+ '../../sync/sync.gyp:sync',
'../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
'../../ui/base/ui_base.gyp:ui_base',
'../../ui/gfx/gfx.gyp:gfx',
@@ -208,6 +210,8 @@
'browser/suggestions/suggestions_service_factory.mm',
'browser/sync/sync_observer_bridge.h',
'browser/sync/sync_observer_bridge.mm',
+ 'browser/sync/sync_setup_service.cc',
+ 'browser/sync/sync_setup_service.h',
'browser/translate/after_translate_infobar_controller.h',
'browser/translate/after_translate_infobar_controller.mm',
'browser/translate/before_translate_infobar_controller.h',

Powered by Google App Engine
This is Rietveld 408576698