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', |