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

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: Rebasing off the correct CL 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
Index: components/copresence/DEPS
diff --git a/components/copresence/DEPS b/components/copresence/DEPS
index 602f425d90bbd0a0716d0ecc698933bac5bd13ed..761f66dc2d2e3fb9862013a5bc44f0a688f7e025 100644
--- a/components/copresence/DEPS
+++ b/components/copresence/DEPS
@@ -1,6 +1,11 @@
include_rules = [
"+base",
+ "+chrome/common",
Daniel Erat 2014/08/06 00:44:46 this shouldn't depend on chrome
Charlie 2014/08/06 19:32:17 Done.
"+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