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

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: 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/BUILD.gn
diff --git a/components/copresence/BUILD.gn b/components/copresence/BUILD.gn
index a399c1407a088df3dde2c3994329b0666b28b834..46156dd97d9ac9ca7825f9f0705675347b1854e1 100644
--- a/components/copresence/BUILD.gn
+++ b/components/copresence/BUILD.gn
@@ -1,6 +1,6 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file.
static_library("copresence") {
sources = [
@@ -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