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

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: (GN) Comment out dependency on internal target 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
« no previous file with comments | « sync/sync.gyp ('k') | sync/sync_notifier.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_internal_api.gypi
diff --git a/sync/sync_internal_api.gypi b/sync/sync_internal_api.gypi
index 7d92f68e2a05351ed20e80f539d568a9bb802eaa..5cff4feea6fecf8fb6a85ec0af158d7797a31019 100644
--- a/sync/sync_internal_api.gypi
+++ b/sync/sync_internal_api.gypi
@@ -12,9 +12,13 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib',
],
+ 'export_dependent_settings': [
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
+ ],
'sources': [
'internal_api/attachments/attachment_downloader_impl.cc',
'internal_api/attachments/attachment_uploader_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',
« no previous file with comments | « sync/sync.gyp ('k') | sync/sync_notifier.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698