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

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
Index: sync/tools/sync_tools.gyp
diff --git a/sync/tools/sync_tools.gyp b/sync/tools/sync_tools.gyp
index 287178f862817817718ea8363c15b70b3bd78bf4..4be91e6d6592159f5e45b3648ffeb41c047a0f38 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',
],
@@ -46,6 +44,7 @@
'../../net/net.gyp:net',
'../../net/net.gyp:net_test_support',
'../sync.gyp:sync',
+ '../sync.gyp:sync_core',
'sync_tools_helper',
],
'sources': [
@@ -68,6 +67,7 @@
'../../net/net.gyp:net',
'../../net/net.gyp:net_test_support',
'../sync.gyp:sync',
+ '../sync.gyp:sync_core',
'../sync.gyp:test_support_sync_core',
'sync_tools_helper',
],

Powered by Google App Engine
This is Rietveld 408576698