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

Unified Diff: sync/BUILD.gn

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/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 2bc56fdda7a3fc2aaf23bbc9942d147140c113d5..decea1c553a2c46241d89aa05ed1b2df65e19b51 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -399,6 +399,8 @@ source_set("sync_core") {
"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",
@@ -416,10 +418,12 @@ source_set("sync_core") {
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//components/invalidation/public",
"//crypto",
"//google_apis",
"//net",
"//sql",
+ "//third_party/cacheinvalidation",
"//third_party/leveldatabase",
"//third_party/zlib",
"//url",
« no previous file with comments | « components/sync_driver/invalidation_helper.cc ('k') | sync/sync.gyp » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698