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

Unified Diff: components/copresence.gypi

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.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': [

Powered by Google App Engine
This is Rietveld 408576698