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

Unified Diff: chrome/chrome.gyp

Issue 6621062: Refactor sync notifier out of sync api. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Minox fixes. 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 f7a2c0f39d6ade196215f04a69c636bfb6bcf1be..028a124749f5a825aae4a2c1016b2c4e0cbafd74 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1070,6 +1070,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