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

Unified Diff: sync/sync.gyp

Issue 11415049: Implement features needed for local ack handling in InvalidationStateTracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to HEAD Created 8 years, 1 month 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 061330b4c51d7fdde95e076dbc408bc7a23eeb1f..28c24374d6ddfc8bb35251ff6426775d58daa2c2 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -463,12 +463,14 @@
'../base/base.gyp:base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'protocol/sync_proto.gyp:sync_proto',
'sync_core',
],
'export_dependent_settings': [
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'protocol/sync_proto.gyp:sync_proto',
'sync_core',
],
@@ -503,6 +505,8 @@
'test/test_transaction_observer.h',
'test/null_directory_change_delegate.cc',
'test/null_directory_change_delegate.h',
+ 'test/null_invalidation_state_tracker.cc',
+ 'test/null_invalidation_state_tracker.h',
'test/null_transaction_observer.cc',
'test/null_transaction_observer.h',
'test/sessions/test_scoped_session_event_listener.h',
@@ -933,6 +937,7 @@
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
'sync',
+ 'test_support_sync_core',
],
'sources': [
'tools/sync_listen_notifications.cc',
@@ -952,6 +957,7 @@
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
'sync',
+ 'test_support_sync_core',
],
'sources': [
'tools/sync_client.cc',

Powered by Google App Engine
This is Rietveld 408576698