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

Side by Side Diff: ipc/ipc.gyp

Issue 6060002: Revert 69694 - Add support for sockets that can listen and accept a connectio... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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
« no previous file with comments | « ipc/file_descriptor_set_posix_unittest.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 28 matching lines...) Expand all
39 '../base/base.gyp:base', 39 '../base/base.gyp:base',
40 '../base/base.gyp:base_i18n', 40 '../base/base.gyp:base_i18n',
41 '../base/base.gyp:test_support_base', 41 '../base/base.gyp:test_support_base',
42 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
43 ], 43 ],
44 'include_dirs': [ 44 'include_dirs': [
45 '..' 45 '..'
46 ], 46 ],
47 'sources': [ 47 'sources': [
48 'file_descriptor_set_posix_unittest.cc', 48 'file_descriptor_set_posix_unittest.cc',
49 'ipc_channel_posix_unittest.cc',
50 'ipc_fuzzing_tests.cc', 49 'ipc_fuzzing_tests.cc',
51 'ipc_message_unittest.cc', 50 'ipc_message_unittest.cc',
52 'ipc_send_fds_test.cc', 51 'ipc_send_fds_test.cc',
53 'ipc_sync_channel_unittest.cc', 52 'ipc_sync_channel_unittest.cc',
54 'ipc_sync_message_unittest.cc', 53 'ipc_sync_message_unittest.cc',
55 'ipc_sync_message_unittest.h', 54 'ipc_sync_message_unittest.h',
56 'ipc_tests.cc', 55 'ipc_tests.cc',
57 'ipc_tests.h', 56 'ipc_tests.h',
58 'sync_socket_unittest.cc', 57 'sync_socket_unittest.cc',
59 ], 58 ],
(...skipping 15 matching lines...) Expand all
75 ], 74 ],
76 }, 75 },
77 ], 76 ],
78 } 77 }
79 78
80 # Local Variables: 79 # Local Variables:
81 # tab-width:2 80 # tab-width:2
82 # indent-tabs-mode:nil 81 # indent-tabs-mode:nil
83 # End: 82 # End:
84 # vim: set expandtab tabstop=2 shiftwidth=2: 83 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ipc/file_descriptor_set_posix_unittest.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698