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

Unified Diff: sync/sync_notifier.gypi

Issue 40303005: Add code for new invalidation local ack system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at fixing win Created 7 years, 2 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 | « sync/notifier/mock_ack_handler.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_notifier.gypi
diff --git a/sync/sync_notifier.gypi b/sync/sync_notifier.gypi
index f3dfb7251b758b28edba28f9fcad2ddfbe8a9620..f7452344824ef00accd80856a2455b83509091c2 100644
--- a/sync/sync_notifier.gypi
+++ b/sync/sync_notifier.gypi
@@ -23,6 +23,10 @@
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
],
'sources': [
+ 'notifier/ack_handler.cc',
+ 'notifier/ack_handler.h',
+ 'notifier/dropped_invalidation_tracker.cc',
+ 'notifier/dropped_invalidation_tracker.h',
'notifier/invalidation_handler.h',
'notifier/invalidation_state_tracker.cc',
'notifier/invalidation_state_tracker.h',
« no previous file with comments | « sync/notifier/mock_ack_handler.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698