| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'type': 'executable', | 45 'type': 'executable', |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../testing/gtest.gyp:gtest', | 47 '../testing/gtest.gyp:gtest', |
| 48 'mojo_edk.gyp:mojo_run_all_unittests', | 48 'mojo_edk.gyp:mojo_run_all_unittests', |
| 49 'mojo_public.gyp:mojo_cpp_bindings', | 49 'mojo_public.gyp:mojo_cpp_bindings', |
| 50 'mojo_public.gyp:mojo_message_pump_lib', | 50 'mojo_public.gyp:mojo_message_pump_lib', |
| 51 'mojo_public.gyp:mojo_public_bindings_test_utils', | 51 'mojo_public.gyp:mojo_public_bindings_test_utils', |
| 52 'mojo_public.gyp:mojo_public_test_associated_interfaces', | 52 'mojo_public.gyp:mojo_public_test_associated_interfaces', |
| 53 'mojo_public.gyp:mojo_public_test_interfaces', | 53 'mojo_public.gyp:mojo_public_test_interfaces', |
| 54 'mojo_public.gyp:mojo_public_test_interfaces_blink', | 54 'mojo_public.gyp:mojo_public_test_interfaces_blink', |
| 55 'mojo_public.gyp:mojo_public_test_interfaces_chromium', | |
| 56 'mojo_public.gyp:mojo_public_test_interfaces_struct_traits', | 55 'mojo_public.gyp:mojo_public_test_interfaces_struct_traits', |
| 57 'mojo_public.gyp:mojo_public_test_utils', | 56 'mojo_public.gyp:mojo_public_test_utils', |
| 58 'mojo_public.gyp:mojo_public_test_variant', | |
| 59 ], | 57 ], |
| 60 'sources': [ | 58 'sources': [ |
| 61 'public/cpp/bindings/tests/array_common_test.h', | 59 'public/cpp/bindings/tests/array_common_test.h', |
| 62 'public/cpp/bindings/tests/array_unittest.cc', | 60 'public/cpp/bindings/tests/array_unittest.cc', |
| 63 'public/cpp/bindings/tests/associated_interface_unittest.cc', | 61 'public/cpp/bindings/tests/associated_interface_unittest.cc', |
| 64 'public/cpp/bindings/tests/binding_callback_unittest.cc', | 62 'public/cpp/bindings/tests/binding_callback_unittest.cc', |
| 65 'public/cpp/bindings/tests/binding_unittest.cc', | 63 'public/cpp/bindings/tests/binding_unittest.cc', |
| 66 'public/cpp/bindings/tests/bounds_checker_unittest.cc', | 64 'public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 67 'public/cpp/bindings/tests/buffer_unittest.cc', | 65 'public/cpp/bindings/tests/buffer_unittest.cc', |
| 68 'public/cpp/bindings/tests/callback_unittest.cc', | 66 'public/cpp/bindings/tests/callback_unittest.cc', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 '../build/isolate.gypi', | 306 '../build/isolate.gypi', |
| 309 ], | 307 ], |
| 310 'sources': [ | 308 'sources': [ |
| 311 'mojo_public_system_unittests.isolate', | 309 'mojo_public_system_unittests.isolate', |
| 312 ], | 310 ], |
| 313 }, | 311 }, |
| 314 ], | 312 ], |
| 315 }], | 313 }], |
| 316 ], | 314 ], |
| 317 } | 315 } |
| OLD | NEW |