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

Unified Diff: chrome/chrome.gyp

Issue 6683015: Refactor sync notifier out of sync api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix lint Created 9 years, 9 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 | « chrome/browser/sync/profile_sync_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 39a6265014130a4ac1ffe5e59276b18386a40914..5b7fcfdf482a4c91920b5835ddd9473bf255be8d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -950,6 +950,12 @@
'browser/sync/notifier/server_notifier_thread.cc',
'browser/sync/notifier/server_notifier_thread.h',
'browser/sync/notifier/state_writer.h',
+ 'browser/sync/notifier/sync_notifier.h',
+ 'browser/sync/notifier/sync_notifier_factory.h',
+ 'browser/sync/notifier/sync_notifier_factory.cc',
+ 'browser/sync/notifier/sync_notifier_impl.h',
+ 'browser/sync/notifier/sync_notifier_impl.cc',
+ 'browser/sync/notifier/sync_notifier_callback.h',
],
'include_dirs': [
'..',
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698