OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 6 'includes': [ |
7 '../third_party/mojo/mojo_variables.gypi', | 7 '../third_party/mojo/mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'edk/system/message_pipe_unittest.cc', | 50 'edk/system/message_pipe_unittest.cc', |
51 'edk/system/multiprocess_message_pipe_unittest.cc', | 51 'edk/system/multiprocess_message_pipe_unittest.cc', |
52 'edk/system/options_validation_unittest.cc', | 52 'edk/system/options_validation_unittest.cc', |
53 'edk/system/platform_handle_dispatcher_unittest.cc', | 53 'edk/system/platform_handle_dispatcher_unittest.cc', |
54 'edk/system/raw_channel_unittest.cc', | 54 'edk/system/raw_channel_unittest.cc', |
55 'edk/system/run_all_unittests.cc', | 55 'edk/system/run_all_unittests.cc', |
56 'edk/system/shared_buffer_dispatcher_unittest.cc', | 56 'edk/system/shared_buffer_dispatcher_unittest.cc', |
57 'edk/system/simple_dispatcher_unittest.cc', | 57 'edk/system/simple_dispatcher_unittest.cc', |
58 'edk/system/test_utils.cc', | 58 'edk/system/test_utils.cc', |
59 'edk/system/test_utils.h', | 59 'edk/system/test_utils.h', |
| 60 'edk/system/wait_set_dispatcher_unittest.cc', |
60 'edk/system/waiter_test_utils.cc', | 61 'edk/system/waiter_test_utils.cc', |
61 'edk/system/waiter_test_utils.h', | 62 'edk/system/waiter_test_utils.h', |
62 'edk/system/waiter_unittest.cc', | 63 'edk/system/waiter_unittest.cc', |
63 'edk/test/multiprocess_test_helper_unittest.cc', | 64 'edk/test/multiprocess_test_helper_unittest.cc', |
64 ], | 65 ], |
65 'conditions': [ | 66 'conditions': [ |
66 ['OS=="ios"', { | 67 ['OS=="ios"', { |
67 'sources!': [ | 68 'sources!': [ |
68 'edk/embedder/embedder_unittest.cc', | 69 'edk/embedder/embedder_unittest.cc', |
69 'edk/system/multiprocess_message_pipe_unittest.cc', | 70 'edk/system/multiprocess_message_pipe_unittest.cc', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'mojo_edk.gyp:mojo_run_all_unittests2', | 125 'mojo_edk.gyp:mojo_run_all_unittests2', |
125 'mojo_js_to_cpp_bindings', | 126 'mojo_js_to_cpp_bindings', |
126 ], | 127 ], |
127 'sources': [ | 128 'sources': [ |
128 'edk/js/test/run_js_integration_tests.cc', | 129 'edk/js/test/run_js_integration_tests.cc', |
129 'edk/js/tests/js_to_cpp_tests.cc', | 130 'edk/js/tests/js_to_cpp_tests.cc', |
130 ], | 131 ], |
131 }, | 132 }, |
132 ], | 133 ], |
133 } | 134 } |
OLD | NEW |