OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'src/mojo/edk/embedder/embedder_unittest.cc', | 168 'src/mojo/edk/embedder/embedder_unittest.cc', |
169 'src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc', | 169 'src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc', |
170 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc', | 170 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc', |
171 'src/mojo/edk/system/awakable_list_unittest.cc', | 171 'src/mojo/edk/system/awakable_list_unittest.cc', |
172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', | 172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', |
173 'src/mojo/edk/system/channel_manager_unittest.cc', | 173 'src/mojo/edk/system/channel_manager_unittest.cc', |
174 'src/mojo/edk/system/channel_unittest.cc', | 174 'src/mojo/edk/system/channel_unittest.cc', |
175 'src/mojo/edk/system/core_unittest.cc', | 175 'src/mojo/edk/system/core_unittest.cc', |
176 'src/mojo/edk/system/core_test_base.cc', | 176 'src/mojo/edk/system/core_test_base.cc', |
177 'src/mojo/edk/system/core_test_base.h', | 177 'src/mojo/edk/system/core_test_base.h', |
| 178 'src/mojo/edk/system/data_pipe_impl_unittest.cc', |
178 'src/mojo/edk/system/data_pipe_unittest.cc', | 179 'src/mojo/edk/system/data_pipe_unittest.cc', |
179 'src/mojo/edk/system/dispatcher_unittest.cc', | 180 'src/mojo/edk/system/dispatcher_unittest.cc', |
180 'src/mojo/edk/system/local_data_pipe_impl_unittest.cc', | 181 'src/mojo/edk/system/local_data_pipe_impl_unittest.cc', |
181 'src/mojo/edk/system/memory_unittest.cc', | 182 'src/mojo/edk/system/memory_unittest.cc', |
182 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', | 183 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', |
183 'src/mojo/edk/system/message_pipe_test_utils.h', | 184 'src/mojo/edk/system/message_pipe_test_utils.h', |
184 'src/mojo/edk/system/message_pipe_test_utils.cc', | 185 'src/mojo/edk/system/message_pipe_test_utils.cc', |
185 'src/mojo/edk/system/message_pipe_unittest.cc', | 186 'src/mojo/edk/system/message_pipe_unittest.cc', |
186 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', | 187 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', |
187 'src/mojo/edk/system/options_validation_unittest.cc', | 188 'src/mojo/edk/system/options_validation_unittest.cc', |
188 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc', | 189 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc', |
189 'src/mojo/edk/system/raw_channel_unittest.cc', | 190 'src/mojo/edk/system/raw_channel_unittest.cc', |
| 191 'src/mojo/edk/system/remote_data_pipe_impl_unittest.cc', |
190 'src/mojo/edk/system/remote_message_pipe_unittest.cc', | 192 'src/mojo/edk/system/remote_message_pipe_unittest.cc', |
191 'src/mojo/edk/system/run_all_unittests.cc', | 193 'src/mojo/edk/system/run_all_unittests.cc', |
192 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', | 194 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', |
193 'src/mojo/edk/system/simple_dispatcher_unittest.cc', | 195 'src/mojo/edk/system/simple_dispatcher_unittest.cc', |
194 'src/mojo/edk/system/test_utils.cc', | 196 'src/mojo/edk/system/test_utils.cc', |
195 'src/mojo/edk/system/test_utils.h', | 197 'src/mojo/edk/system/test_utils.h', |
196 'src/mojo/edk/system/unique_identifier_unittest.cc', | 198 'src/mojo/edk/system/unique_identifier_unittest.cc', |
197 'src/mojo/edk/system/waiter_test_utils.cc', | 199 'src/mojo/edk/system/waiter_test_utils.cc', |
198 'src/mojo/edk/system/waiter_test_utils.h', | 200 'src/mojo/edk/system/waiter_test_utils.h', |
199 'src/mojo/edk/system/waiter_unittest.cc', | 201 'src/mojo/edk/system/waiter_unittest.cc', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'type': 'none', | 273 'type': 'none', |
272 'variables': { | 274 'variables': { |
273 'mojom_files': [ | 275 'mojom_files': [ |
274 'src/mojo/edk/js/tests/js_to_cpp.mojom', | 276 'src/mojo/edk/js/tests/js_to_cpp.mojom', |
275 ], | 277 ], |
276 }, | 278 }, |
277 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 279 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
278 }, | 280 }, |
279 ], | 281 ], |
280 } | 282 } |
OLD | NEW |