OLD | NEW |
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 '../base/base.gyp:base', | 45 '../base/base.gyp:base', |
46 '../base/base.gyp:base_i18n', | 46 '../base/base.gyp:base_i18n', |
47 '../base/base.gyp:test_support_base', | 47 '../base/base.gyp:test_support_base', |
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_privileged_mac_unittest.cc', | 56 'attachment_broker_privileged_mac_unittest.cc', |
56 'attachment_broker_privileged_win_unittest.cc', | 57 'attachment_broker_privileged_win_unittest.cc', |
57 'attachment_broker_unprivileged_win_unittest.cc', | 58 'attachment_broker_unprivileged_win_unittest.cc', |
58 'ipc_channel_posix_unittest.cc', | 59 'ipc_channel_posix_unittest.cc', |
59 'ipc_channel_proxy_unittest.cc', | 60 'ipc_channel_proxy_unittest.cc', |
60 'ipc_channel_reader_unittest.cc', | 61 'ipc_channel_reader_unittest.cc', |
61 'ipc_channel_unittest.cc', | 62 'ipc_channel_unittest.cc', |
62 'ipc_fuzzing_tests.cc', | 63 'ipc_fuzzing_tests.cc', |
63 'ipc_message_attachment_set_posix_unittest.cc', | 64 'ipc_message_attachment_set_posix_unittest.cc', |
64 'ipc_message_unittest.cc', | 65 'ipc_message_unittest.cc', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 '../build/isolate.gypi', | 229 '../build/isolate.gypi', |
229 ], | 230 ], |
230 'sources': [ | 231 'sources': [ |
231 'ipc_tests.isolate', | 232 'ipc_tests.isolate', |
232 ], | 233 ], |
233 }, | 234 }, |
234 ], | 235 ], |
235 }], | 236 }], |
236 ], | 237 ], |
237 } | 238 } |
OLD | NEW |