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

Side by Side Diff: content/content_common.gypi

Issue 6685013: Use IPEndPoint for P2P IPC messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'common/notification_details.h', 56 'common/notification_details.h',
57 'common/notification_observer.h', 57 'common/notification_observer.h',
58 'common/notification_registrar.cc', 58 'common/notification_registrar.cc',
59 'common/notification_registrar.h', 59 'common/notification_registrar.h',
60 'common/notification_service.cc', 60 'common/notification_service.cc',
61 'common/notification_service.h', 61 'common/notification_service.h',
62 'common/notification_source.cc', 62 'common/notification_source.cc',
63 'common/notification_source.h', 63 'common/notification_source.h',
64 'common/notification_type.h', 64 'common/notification_type.h',
65 'common/p2p_messages.h', 65 'common/p2p_messages.h',
66 'common/p2p_sockets.cc',
67 'common/p2p_sockets.h', 66 'common/p2p_sockets.h',
68 'common/property_bag.cc', 67 'common/property_bag.cc',
69 'common/property_bag.h', 68 'common/property_bag.h',
70 'common/resource_dispatcher.cc', 69 'common/resource_dispatcher.cc',
71 'common/resource_dispatcher.h', 70 'common/resource_dispatcher.h',
72 'common/resource_messages.h', 71 'common/resource_messages.h',
73 'common/resource_response.cc', 72 'common/resource_response.cc',
74 'common/resource_response.h', 73 'common/resource_response.h',
75 'common/socket_stream.h', 74 'common/socket_stream.h',
76 'common/socket_stream_dispatcher.cc', 75 'common/socket_stream_dispatcher.cc',
77 'common/socket_stream_dispatcher.h', 76 'common/socket_stream_dispatcher.h',
78 'common/socket_stream_messages.h', 77 'common/socket_stream_messages.h',
79 ], 78 ],
80 'conditions': [ 79 'conditions': [
81 ['OS=="win"', { 80 ['OS=="win"', {
82 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 81 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
83 }], 82 }],
84 ], 83 ],
85 }, 84 },
86 ], 85 ],
87 } 86 }
OLDNEW
« no previous file with comments | « content/common/p2p_sockets.cc ('k') | net/base/ip_endpoint.h » ('j') | net/base/ip_endpoint.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698