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

Side by Side Diff: ipc/ipc.gyp

Issue 1286883003: Revert of IPC: Add attachment brokering support to the message header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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.gypi » ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'ipc_channel_reader_unittest.cc', 52 'ipc_channel_reader_unittest.cc',
53 'ipc_channel_unittest.cc', 53 'ipc_channel_unittest.cc',
54 'ipc_fuzzing_tests.cc', 54 'ipc_fuzzing_tests.cc',
55 'ipc_message_attachment_set_posix_unittest.cc', 55 'ipc_message_attachment_set_posix_unittest.cc',
56 'ipc_message_unittest.cc', 56 'ipc_message_unittest.cc',
57 'ipc_message_utils_unittest.cc', 57 'ipc_message_utils_unittest.cc',
58 'ipc_send_fds_test.cc', 58 'ipc_send_fds_test.cc',
59 'ipc_sync_channel_unittest.cc', 59 'ipc_sync_channel_unittest.cc',
60 'ipc_sync_message_unittest.cc', 60 'ipc_sync_message_unittest.cc',
61 'ipc_sync_message_unittest.h', 61 'ipc_sync_message_unittest.h',
62 'ipc_test_messages.h',
63 'ipc_test_message_generator.cc',
64 'ipc_test_message_generator.h',
65 'run_all_unittests.cc', 62 'run_all_unittests.cc',
66 'sync_socket_unittest.cc', 63 'sync_socket_unittest.cc',
67 'unix_domain_socket_util_unittest.cc', 64 'unix_domain_socket_util_unittest.cc',
68 ], 65 ],
69 'conditions': [ 66 'conditions': [
70 ['OS == "win" or OS == "ios"', { 67 ['OS == "win" or OS == "ios"', {
71 'sources!': [ 68 'sources!': [
72 'unix_domain_socket_util_unittest.cc', 69 'unix_domain_socket_util_unittest.cc',
73 ], 70 ],
74 }], 71 }],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 '../build/isolate.gypi', 215 '../build/isolate.gypi',
219 ], 216 ],
220 'sources': [ 217 'sources': [
221 'ipc_tests.isolate', 218 'ipc_tests.isolate',
222 ], 219 ],
223 }, 220 },
224 ], 221 ],
225 }], 222 }],
226 ], 223 ],
227 } 224 }
OLDNEW
« no previous file with comments | « ipc/handle_win.cc ('k') | ipc/ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698