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", |