Chromium Code Reviews| Index: components/copresence.gypi |
| diff --git a/components/copresence.gypi b/components/copresence.gypi |
| index baac59b265749acaecc6471862578d5ddc77db72..841eb20b7b6d1f71551c01838d4e9ff453ab6645 100644 |
| --- a/components/copresence.gypi |
| +++ b/components/copresence.gypi |
| @@ -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. |
| { |
| 'targets': [ |
| @@ -9,6 +9,7 @@ |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| + '../chrome/common_constants.gyp:common_constants', |
|
xiyuan
2014/08/05 21:33:39
Is it allowed to have back dependency on chrome fr
Daniel Erat
2014/08/06 00:44:46
no, this isn't allowed, and yes, dependencies that
Charlie
2014/08/06 19:32:17
Done.
|
| '../content/content.gyp:content_common', |
| '../media/media.gyp:media', |
| '../media/media.gyp:shared_memory_support', |
| @@ -35,8 +36,10 @@ |
| 'copresence/public/copresence_client.h', |
| 'copresence/public/copresence_constants.h', |
| 'copresence/public/whispernet_client.h', |
| - 'copresence/rpc/rpc_handler.cc' |
| - 'copresence/rpc/rpc_handler.h' |
| + 'copresence/rpc/http_post.cc', |
| + 'copresence/rpc/http_post.h', |
| + 'copresence/rpc/rpc_handler.cc', |
| + 'copresence/rpc/rpc_handler.h', |
| 'copresence/timed_map.h', |
| ], |
| 'export_dependent_settings': [ |