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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+chrome/common",
Daniel Erat 2014/08/06 00:44:46 this shouldn't depend on chrome
Charlie 2014/08/06 19:32:17 Done.
3 "+content/public/browser", 4 "+content/public/browser",
4 "+content/public/test", 5 "+content/public/test",
6 "+google_apis",
5 "+media", 7 "+media",
8 "+net/base",
9 "+net/http",
10 "+net/url_request",
6 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698