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

Unified Diff: sync/tools/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
« no previous file with comments | « no previous file | sync/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/BUILD.gn
diff --git a/sync/tools/BUILD.gn b/sync/tools/BUILD.gn
index fc6f7ae00e3e230fd41d38cf5145152382e9f083..93c275f04d6fb265413c8c01f5dfc4ff5ea8b8af 100644
--- a/sync/tools/BUILD.gn
+++ b/sync/tools/BUILD.gn
@@ -10,8 +10,6 @@ if (is_linux && !is_chromeos) {
testonly = true
sources = [
- "invalidation_helper.cc",
- "invalidation_helper.h",
"null_invalidation_state_tracker.cc",
"null_invalidation_state_tracker.h",
]
@@ -19,6 +17,7 @@ if (is_linux && !is_chromeos) {
deps = [
"//base",
"//components/invalidation/impl",
+ "//components/sync_driver",
"//sync",
]
}
@@ -34,6 +33,7 @@ if (is_linux && !is_chromeos) {
":common",
"//base",
"//components/invalidation/impl",
+ "//components/sync_driver",
"//jingle:notifier",
"//net",
"//net:test_support",
@@ -53,6 +53,7 @@ if (is_linux && !is_chromeos) {
":common",
"//base",
"//components/invalidation/impl",
+ "//components/sync_driver",
"//jingle:notifier",
"//net",
"//net:test_support",
« no previous file with comments | « no previous file | sync/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698