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

Unified Diff: components/copresence/BUILD.gn

Issue 433283002: Adding the Copresence RpcHandler and HttpPost helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directive-handler
Patch Set: Removing redundant reset() call. 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/BUILD.gn
diff --git a/components/copresence/BUILD.gn b/components/copresence/BUILD.gn
index 7260b9dfb5f625c61b05faacdc3c5f6e2a732097..9d7d6852404b87324652f78c68edd84974cb74d1 100644
--- a/components/copresence/BUILD.gn
+++ b/components/copresence/BUILD.gn
@@ -20,6 +20,8 @@ static_library("copresence") {
"public/copresence_client.h",
"public/copresence_constants.h",
"public/whispernet_client.h",
+ "rpc/http_post.cc",
+ "rpc/http_post.h",
"rpc/rpc_handler.cc",
"rpc/rpc_handler.h",
"timed_map.h",

Powered by Google App Engine
This is Rietveld 408576698