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

Unified Diff: sync/sync_internal_api.gypi

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dep on dynamic_annotations (see crbug.com/392532) Created 6 years, 5 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_internal_api.gypi
diff --git a/sync/sync_internal_api.gypi b/sync/sync_internal_api.gypi
index 7d92f68e2a05351ed20e80f539d568a9bb802eaa..40467cb95aedff120f92b90268b5912491e753cf 100644
--- a/sync/sync_internal_api.gypi
+++ b/sync/sync_internal_api.gypi
@@ -14,6 +14,10 @@
'../net/net.gyp:net',
'../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
maniscalco 2014/07/16 17:44:46 nit: would be nice to sort the dependencies.
+ ],
+ 'export_dependent_settings': [
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
],
'sources': [
'internal_api/attachments/attachment_downloader_impl.cc',
@@ -54,6 +58,8 @@
'internal_api/public/attachments/fake_attachment_uploader.h',
'internal_api/public/base/ack_handle.cc',
'internal_api/public/base/ack_handle.h',
+ 'internal_api/public/base/ack_handler.cc',
+ 'internal_api/public/base/ack_handler.h',
'internal_api/public/base/attachment_id_proto.cc',
'internal_api/public/base/attachment_id_proto.h',
'internal_api/public/base/cancelation_observer.cc',
@@ -66,6 +72,8 @@
'internal_api/public/base/invalidation.h',
'internal_api/public/base/invalidation_interface.cc',
'internal_api/public/base/invalidation_interface.h',
+ 'internal_api/public/base/invalidation_util.cc',
+ 'internal_api/public/base/invalidation_util.h',
'internal_api/public/base/invalidator_state.cc',
'internal_api/public/base/invalidator_state.h',
'internal_api/public/base/model_type.h',

Powered by Google App Engine
This is Rietveld 408576698