| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |