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

Unified Diff: sync/sync.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/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 37eb37546f26b4e68e4fd61cdb916599c598d1f6..7e1e0bb116baf049bb87d53a2060da98fc080e64 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -51,10 +51,12 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
+ '../components/components.gyp:invalidation_public',
droger 2015/09/09 08:29:08 Can we remove this?
'../crypto/crypto.gyp:crypto',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/zlib.gyp:zlib',
@@ -453,6 +455,8 @@
'util/get_session_name_mac.mm',
'util/get_session_name_win.cc',
'util/get_session_name_win.h',
+ 'util/invalidation_helper.cc',
+ 'util/invalidation_helper.h',
'util/logging.cc',
'util/logging.h',
'util/nigori.cc',
« no previous file with comments | « sync/BUILD.gn ('k') | sync/tools/BUILD.gn » ('j') | sync/util/invalidation_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698