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

Side by Side Diff: ipc/ipc.gyp

Issue 1320233002: ipc: Extend attachment broker unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 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_start.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) 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'ipc_channel_reader_unittest.cc', 59 'ipc_channel_reader_unittest.cc',
60 'ipc_channel_unittest.cc', 60 'ipc_channel_unittest.cc',
61 'ipc_fuzzing_tests.cc', 61 'ipc_fuzzing_tests.cc',
62 'ipc_message_attachment_set_posix_unittest.cc', 62 'ipc_message_attachment_set_posix_unittest.cc',
63 'ipc_message_unittest.cc', 63 'ipc_message_unittest.cc',
64 'ipc_message_utils_unittest.cc', 64 'ipc_message_utils_unittest.cc',
65 'ipc_send_fds_test.cc', 65 'ipc_send_fds_test.cc',
66 'ipc_sync_channel_unittest.cc', 66 'ipc_sync_channel_unittest.cc',
67 'ipc_sync_message_unittest.cc', 67 'ipc_sync_message_unittest.cc',
68 'ipc_sync_message_unittest.h', 68 'ipc_sync_message_unittest.h',
69 'ipc_test_messages.h',
70 'ipc_test_message_generator.cc',
71 'ipc_test_message_generator.h',
69 'run_all_unittests.cc', 72 'run_all_unittests.cc',
70 'sync_socket_unittest.cc', 73 'sync_socket_unittest.cc',
71 'unix_domain_socket_util_unittest.cc', 74 'unix_domain_socket_util_unittest.cc',
72 ], 75 ],
73 'conditions': [ 76 'conditions': [
74 ['OS == "win" or OS == "ios"', { 77 ['OS == "win" or OS == "ios"', {
75 'sources!': [ 78 'sources!': [
76 'unix_domain_socket_util_unittest.cc', 79 'unix_domain_socket_util_unittest.cc',
77 ], 80 ],
78 }], 81 }],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '../build/isolate.gypi', 225 '../build/isolate.gypi',
223 ], 226 ],
224 'sources': [ 227 'sources': [
225 'ipc_tests.isolate', 228 'ipc_tests.isolate',
226 ], 229 ],
227 }, 230 },
228 ], 231 ],
229 }], 232 }],
230 ], 233 ],
231 } 234 }
OLDNEW
« no previous file with comments | « ipc/handle_win.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698