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

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 deps, win 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 934d318a6368214f265b051ba8c7b1bc9a60d984..541305578e0f7705a67dd4972e1b625a0263951a 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -219,6 +219,8 @@
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
],
'sources': [
+ 'notifier/notifications_disabled_reason.h',
+ 'notifier/notifications_disabled_reason.cc',
'notifier/sync_notifier.h',
'notifier/sync_notifier_factory.h',
'notifier/sync_notifier_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698