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

Side by Side Diff: ipc/ipc.gyp

Issue 1205713002: Make attachment broker a subclass of IPC::Listener. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachment_broker3_listener_base
Patch Set: Update copyright date. Created 5 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 unified diff | Download patch
« no previous file with comments | « ipc/handle_attachment_win.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 'ipc.gypi', 10 'ipc.gypi',
(...skipping 27 matching lines...) Expand all
38 'test_support_ipc', 38 'test_support_ipc',
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 'attachment_broker_win_unittest.cc',
48 'ipc_channel_posix_unittest.cc', 49 'ipc_channel_posix_unittest.cc',
49 'ipc_channel_proxy_unittest.cc', 50 'ipc_channel_proxy_unittest.cc',
50 'ipc_channel_unittest.cc', 51 'ipc_channel_unittest.cc',
51 'ipc_fuzzing_tests.cc', 52 'ipc_fuzzing_tests.cc',
52 'ipc_message_attachment_set_posix_unittest.cc', 53 'ipc_message_attachment_set_posix_unittest.cc',
53 'ipc_message_unittest.cc', 54 'ipc_message_unittest.cc',
54 'ipc_message_utils_unittest.cc', 55 'ipc_message_utils_unittest.cc',
55 'ipc_send_fds_test.cc', 56 'ipc_send_fds_test.cc',
56 'ipc_sync_channel_unittest.cc', 57 'ipc_sync_channel_unittest.cc',
57 'ipc_sync_message_unittest.cc', 58 'ipc_sync_message_unittest.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 '../build/isolate.gypi', 213 '../build/isolate.gypi',
213 ], 214 ],
214 'sources': [ 215 'sources': [
215 'ipc_tests.isolate', 216 'ipc_tests.isolate',
216 ], 217 ],
217 }, 218 },
218 ], 219 ],
219 }], 220 }],
220 ], 221 ],
221 } 222 }
OLDNEW
« no previous file with comments | « ipc/handle_attachment_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698