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

Unified Diff: sync/tools/sync_tools.gyp

Issue 1310323009: Merge duplicate code in invalidation helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/sync_tools.gyp
diff --git a/sync/tools/sync_tools.gyp b/sync/tools/sync_tools.gyp
index 287178f862817817718ea8363c15b70b3bd78bf4..49382a5071ff8be7c3fa7781ba5242e2a5f50d56 100644
--- a/sync/tools/sync_tools.gyp
+++ b/sync/tools/sync_tools.gyp
@@ -25,8 +25,6 @@
'../sync.gyp:sync',
],
'sources': [
- 'invalidation_helper.cc',
- 'invalidation_helper.h',
'null_invalidation_state_tracker.cc',
'null_invalidation_state_tracker.h',
],
@@ -42,6 +40,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../components/components.gyp:invalidation_impl',
+ '../../components/components.gyp:sync_driver',
'../../jingle/jingle.gyp:notifier',
'../../net/net.gyp:net',
'../../net/net.gyp:net_test_support',
@@ -64,6 +63,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../components/components.gyp:invalidation_impl',
+ '../../components/components.gyp:sync_driver',
'../../jingle/jingle.gyp:notifier',
'../../net/net.gyp:net',
'../../net/net.gyp:net_test_support',
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698