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

Unified Diff: sync/sync.gyp

Issue 10545170: [Sync] Propagate XMPP auth errors to SyncNotifierObservers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error Created 8 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index da7dbba00351d65769093e9e6bdeff7293456f30..5ff4804f27c80d4d0f5b5ee46ec3808bc0879202 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -217,6 +217,8 @@
'notifier/sync_notifier_factory.h',
'notifier/sync_notifier_factory.cc',
'notifier/sync_notifier_observer.h',
+ 'notifier/sync_notifier_state.h',
+ 'notifier/sync_notifier_state.cc',
],
'conditions': [
['OS != "android"', {

Powered by Google App Engine
This is Rietveld 408576698