| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'src/mojo/edk/system/remote_message_pipe_unittest.cc', | 211 'src/mojo/edk/system/remote_message_pipe_unittest.cc', |
| 212 'src/mojo/edk/system/run_all_unittests.cc', | 212 'src/mojo/edk/system/run_all_unittests.cc', |
| 213 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', | 213 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', |
| 214 'src/mojo/edk/system/simple_dispatcher_unittest.cc', | 214 'src/mojo/edk/system/simple_dispatcher_unittest.cc', |
| 215 'src/mojo/edk/system/test_channel_endpoint_client.cc', | 215 'src/mojo/edk/system/test_channel_endpoint_client.cc', |
| 216 'src/mojo/edk/system/test_channel_endpoint_client.h', | 216 'src/mojo/edk/system/test_channel_endpoint_client.h', |
| 217 'src/mojo/edk/system/test_utils.cc', | 217 'src/mojo/edk/system/test_utils.cc', |
| 218 'src/mojo/edk/system/test_utils.h', | 218 'src/mojo/edk/system/test_utils.h', |
| 219 'src/mojo/edk/system/thread_annotations_unittest.cc', | 219 'src/mojo/edk/system/thread_annotations_unittest.cc', |
| 220 'src/mojo/edk/system/unique_identifier_unittest.cc', | 220 'src/mojo/edk/system/unique_identifier_unittest.cc', |
| 221 'src/mojo/edk/system/wait_set_dispatcher_unittest.cc', |
| 221 'src/mojo/edk/system/waiter_test_utils.cc', | 222 'src/mojo/edk/system/waiter_test_utils.cc', |
| 222 'src/mojo/edk/system/waiter_test_utils.h', | 223 'src/mojo/edk/system/waiter_test_utils.h', |
| 223 'src/mojo/edk/system/waiter_unittest.cc', | 224 'src/mojo/edk/system/waiter_unittest.cc', |
| 224 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc', | 225 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc', |
| 225 ], | 226 ], |
| 226 'conditions': [ | 227 'conditions': [ |
| 227 ['OS=="ios"', { | 228 ['OS=="ios"', { |
| 228 'sources!': [ | 229 'sources!': [ |
| 229 'src/mojo/edk/embedder/embedder_unittest.cc', | 230 'src/mojo/edk/embedder/embedder_unittest.cc', |
| 230 'src/mojo/edk/system/ipc_support_unittest.cc', | 231 'src/mojo/edk/system/ipc_support_unittest.cc', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 '../../build/isolate.gypi', | 337 '../../build/isolate.gypi', |
| 337 ], | 338 ], |
| 338 'sources': [ | 339 'sources': [ |
| 339 'mojo_public_utility_unittests.isolate', | 340 'mojo_public_utility_unittests.isolate', |
| 340 ], | 341 ], |
| 341 }, | 342 }, |
| 342 ], | 343 ], |
| 343 }], | 344 }], |
| 344 ], | 345 ], |
| 345 } | 346 } |
| OLD | NEW |