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

Unified Diff: components/sync_driver/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: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index dd01cd9ec39973305c6a2caa918ef5b604b2970c..34fbde2f1d6617fe6764176ee8dbc67865b864a1 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -49,8 +49,6 @@ source_set("sync_driver") {
"glue/typed_url_model_associator.h",
"invalidation_adapter.cc",
"invalidation_adapter.h",
- "invalidation_helper.cc",
- "invalidation_helper.h",
"local_device_info_provider.h",
"model_association_manager.cc",
"model_association_manager.h",
@@ -119,7 +117,6 @@ source_set("sync_driver") {
"//components/version_info",
"//net",
"//sync",
- "//third_party/cacheinvalidation",
"//ui/gfx",
]

Powered by Google App Engine
This is Rietveld 408576698