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

Unified Diff: chrome/browser/policy/cloud/DEPS

Issue 56113003: Implement new invalidations ack tracking system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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: chrome/browser/policy/cloud/DEPS
diff --git a/chrome/browser/policy/cloud/DEPS b/chrome/browser/policy/cloud/DEPS
index 8ea202b8b903550d89dd1bb4b99d051bc5e9147f..00258f1f0ad49302b8be9b04245442df91e37df9 100644
--- a/chrome/browser/policy/cloud/DEPS
+++ b/chrome/browser/policy/cloud/DEPS
@@ -37,6 +37,10 @@ specific_include_rules = {
"+sync/internal_api/public/base/invalidation.h",
],
+ r"cloud_policy_invalidator.h": [
+ "+sync/internal_api/public/base/invalidation.h",
+ ],
+
# TODO(joaodasilva): remove these exceptions.
r"cloud_policy_invalidator\.cc": [
"+chrome/browser/invalidation/invalidation_service.h",

Powered by Google App Engine
This is Rietveld 408576698