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

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: 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 2a65b3d74e320fd60284ba54f5e9e9911c95e6da..5dbfc4e719589124f565658a8c424378b30df0b8 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1078,6 +1078,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': [
'..',

Powered by Google App Engine
This is Rietveld 408576698