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

Unified Diff: components/invalidation/DEPS

Issue 400073003: Finish decoupling sync and invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN Created 6 years, 5 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 | « components/invalidation/BUILD.gn ('k') | components/invalidation/ack_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/DEPS
diff --git a/components/invalidation/DEPS b/components/invalidation/DEPS
index 48f688d98f46797a73dafb156c1581a199cfb811..e56ab22731c3fe1f6cfe61b6b34cefa920904928 100644
--- a/components/invalidation/DEPS
+++ b/components/invalidation/DEPS
@@ -16,11 +16,9 @@ include_rules = [
"+net/http/http_status_code.h",
"+net/url_request",
- # sync_notifier depends on the xmpp part of libjingle.
+ # invalidation_notifier depends on the xmpp part of libjingle.
"+talk/xmpp",
- #TODO(rlarocque): Move these dependencies into this component.
- # See crbug.com/259559.
- "+sync/internal_api/public/base",
- "+sync/internal_api/public/util",
+ #TODO(rlarocque): Remove this dependency. See crbug.com/394925.
+ "+sync/internal_api/public/util/weak_handle.h",
]
« no previous file with comments | « components/invalidation/BUILD.gn ('k') | components/invalidation/ack_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698