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

Side by Side Diff: ipc/ipc.gyp

Issue 1493413004: ipc: Allow attachment brokering for shared memory handles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp1
Patch Set: Fix more tests. Created 4 years, 11 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_win.cc ('k') | ipc/ipc_message_utils.cc » ('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) 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../crypto/crypto.gyp:crypto', 48 '../crypto/crypto.gyp:crypto',
49 '../testing/gtest.gyp:gtest', 49 '../testing/gtest.gyp:gtest',
50 ], 50 ],
51 'include_dirs': [ 51 'include_dirs': [
52 '..' 52 '..'
53 ], 53 ],
54 'sources': [ 54 'sources': [
55 'attachment_broker_mac_unittest.cc', 55 'attachment_broker_mac_unittest.cc',
56 'attachment_broker_privileged_mac_unittest.cc', 56 'attachment_broker_privileged_mac_unittest.cc',
57 'attachment_broker_privileged_win_unittest.cc', 57 'attachment_broker_privileged_win_unittest.cc',
58 'attachment_broker_unprivileged_win_unittest.cc',
59 'ipc_channel_posix_unittest.cc', 58 'ipc_channel_posix_unittest.cc',
60 'ipc_channel_proxy_unittest.cc', 59 'ipc_channel_proxy_unittest.cc',
61 'ipc_channel_reader_unittest.cc', 60 'ipc_channel_reader_unittest.cc',
62 'ipc_channel_unittest.cc', 61 'ipc_channel_unittest.cc',
63 'ipc_fuzzing_tests.cc', 62 'ipc_fuzzing_tests.cc',
64 'ipc_message_attachment_set_posix_unittest.cc', 63 'ipc_message_attachment_set_posix_unittest.cc',
65 'ipc_message_unittest.cc', 64 'ipc_message_unittest.cc',
66 'ipc_message_utils_unittest.cc', 65 'ipc_message_utils_unittest.cc',
67 'ipc_send_fds_test.cc', 66 'ipc_send_fds_test.cc',
68 'ipc_sync_channel_unittest.cc', 67 'ipc_sync_channel_unittest.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '../build/isolate.gypi', 248 '../build/isolate.gypi',
250 ], 249 ],
251 'sources': [ 250 'sources': [
252 'ipc_tests.isolate', 251 'ipc_tests.isolate',
253 ], 252 ],
254 }, 253 },
255 ], 254 ],
256 }], 255 }],
257 ], 256 ],
258 } 257 }
OLDNEW
« no previous file with comments | « ipc/handle_win.cc ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698