| 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 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'edk/system/options_validation_unittest.cc', | 220 'edk/system/options_validation_unittest.cc', |
| 221 'edk/system/platform_handle_dispatcher_unittest.cc', | 221 'edk/system/platform_handle_dispatcher_unittest.cc', |
| 222 'edk/system/shared_buffer_dispatcher_unittest.cc', | 222 'edk/system/shared_buffer_dispatcher_unittest.cc', |
| 223 'edk/system/shared_buffer_unittest.cc', | 223 'edk/system/shared_buffer_unittest.cc', |
| 224 'edk/system/test_utils.cc', | 224 'edk/system/test_utils.cc', |
| 225 'edk/system/test_utils.h', | 225 'edk/system/test_utils.h', |
| 226 'edk/system/wait_set_dispatcher_unittest.cc', | 226 'edk/system/wait_set_dispatcher_unittest.cc', |
| 227 'edk/system/waiter_test_utils.cc', | 227 'edk/system/waiter_test_utils.cc', |
| 228 'edk/system/waiter_test_utils.h', | 228 'edk/system/waiter_test_utils.h', |
| 229 'edk/system/waiter_unittest.cc', | 229 'edk/system/waiter_unittest.cc', |
| 230 'edk/system/watch_unittest.cc', |
| 230 ], | 231 ], |
| 231 'conditions': [ | 232 'conditions': [ |
| 232 ['OS=="ios"', { | 233 ['OS=="ios"', { |
| 233 'sources!': [ | 234 'sources!': [ |
| 234 'edk/system/multiprocess_message_pipe_unittest.cc', | 235 'edk/system/multiprocess_message_pipe_unittest.cc', |
| 235 ], | 236 ], |
| 236 }], | 237 }], |
| 237 ], | 238 ], |
| 238 }, | 239 }, |
| 239 { | 240 { |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 '../build/isolate.gypi', | 357 '../build/isolate.gypi', |
| 357 ], | 358 ], |
| 358 'sources': [ | 359 'sources': [ |
| 359 'mojo_public_utility_unittests.isolate', | 360 'mojo_public_utility_unittests.isolate', |
| 360 ], | 361 ], |
| 361 }, | 362 }, |
| 362 ], | 363 ], |
| 363 }], | 364 }], |
| 364 ], | 365 ], |
| 365 } | 366 } |
| OLD | NEW |