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

Unified Diff: sync/sync_tests.gypi

Issue 322333004: sync: Inject sync/'s dependency on invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing files Created 6 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_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 4cb5d17f42689a9beef21ca1b11745ffac580e89..c60affad1caa3118772146f28016b07a929ac718 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -55,6 +55,12 @@
'test/fake_encryptor.h',
'test/fake_sync_encryption_handler.cc',
'test/fake_sync_encryption_handler.h',
+ 'test/mock_invalidation.cc',
+ 'test/mock_invalidation.h',
+ 'test/mock_invalidation_tracker.cc',
+ 'test/mock_invalidation_tracker.h',
+ 'test/trackable_mock_invalidation.cc',
+ 'test/trackable_mock_invalidation.h',
'test/null_directory_change_delegate.cc',
'test/null_directory_change_delegate.h',
'test/null_transaction_observer.cc',

Powered by Google App Engine
This is Rietveld 408576698