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