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

Unified Diff: components/copresence/DEPS

Issue 433283002: Adding the Copresence RpcHandler and HttpPost helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directive-handler
Patch Set: First round of review fixes Created 6 years, 4 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/copresence/DEPS
diff --git a/components/copresence/DEPS b/components/copresence/DEPS
index 602f425d90bbd0a0716d0ecc698933bac5bd13ed..fa6b97fc78d182fb70cc74a364837e208d6729f3 100644
--- a/components/copresence/DEPS
+++ b/components/copresence/DEPS
@@ -2,5 +2,9 @@ include_rules = [
"+base",
"+content/public/browser",
"+content/public/test",
+ "+google_apis",
"+media",
+ "+net/base",
+ "+net/http",
+ "+net/url_request",
]

Powered by Google App Engine
This is Rietveld 408576698