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

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: 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/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.
Daniel Erat 2014/08/06 00:44:46 why the shortened wrapping? ditto for other files
Charlie 2014/08/06 19:32:17 I prefer to avoid newlines at awkward points in th
Daniel Erat 2014/08/06 21:35:17 yes, i think it's better to leave boilerplate comm
Charlie 2014/08/06 22:36:23 Done. Although for the record, an 80-column limit
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