| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'public/cpp/bindings/tests/bounds_checker_unittest.cc', | 51 'public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 52 'public/cpp/bindings/tests/buffer_unittest.cc', | 52 'public/cpp/bindings/tests/buffer_unittest.cc', |
| 53 'public/cpp/bindings/tests/callback_unittest.cc', | 53 'public/cpp/bindings/tests/callback_unittest.cc', |
| 54 'public/cpp/bindings/tests/connector_unittest.cc', | 54 'public/cpp/bindings/tests/connector_unittest.cc', |
| 55 'public/cpp/bindings/tests/constant_unittest.cc', | 55 'public/cpp/bindings/tests/constant_unittest.cc', |
| 56 'public/cpp/bindings/tests/container_test_util.cc', | 56 'public/cpp/bindings/tests/container_test_util.cc', |
| 57 'public/cpp/bindings/tests/container_test_util.h', | 57 'public/cpp/bindings/tests/container_test_util.h', |
| 58 'public/cpp/bindings/tests/equals_unittest.cc', | 58 'public/cpp/bindings/tests/equals_unittest.cc', |
| 59 'public/cpp/bindings/tests/handle_passing_unittest.cc', | 59 'public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 60 'public/cpp/bindings/tests/interface_ptr_unittest.cc', | 60 'public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 61 'public/cpp/bindings/tests/map_common_test.h', |
| 61 'public/cpp/bindings/tests/map_unittest.cc', | 62 'public/cpp/bindings/tests/map_unittest.cc', |
| 62 'public/cpp/bindings/tests/message_queue.cc', | 63 'public/cpp/bindings/tests/message_queue.cc', |
| 63 'public/cpp/bindings/tests/message_queue.h', | 64 'public/cpp/bindings/tests/message_queue.h', |
| 64 'public/cpp/bindings/tests/multiplex_router_unittest.cc', | 65 'public/cpp/bindings/tests/multiplex_router_unittest.cc', |
| 65 'public/cpp/bindings/tests/pickle_unittest.cc', | 66 'public/cpp/bindings/tests/pickle_unittest.cc', |
| 66 'public/cpp/bindings/tests/pickled_struct_blink.cc', | 67 'public/cpp/bindings/tests/pickled_struct_blink.cc', |
| 67 'public/cpp/bindings/tests/pickled_struct_blink.h', | 68 'public/cpp/bindings/tests/pickled_struct_blink.h', |
| 68 'public/cpp/bindings/tests/pickled_struct_chromium.cc', | 69 'public/cpp/bindings/tests/pickled_struct_chromium.cc', |
| 69 'public/cpp/bindings/tests/pickled_struct_chromium.h', | 70 'public/cpp/bindings/tests/pickled_struct_chromium.h', |
| 70 'public/cpp/bindings/tests/rect_blink.h', | 71 'public/cpp/bindings/tests/rect_blink.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 '../testing/gtest.gyp:gtest', | 118 '../testing/gtest.gyp:gtest', |
| 118 'mojo_public.gyp:mojo_cpp_bindings', | 119 'mojo_public.gyp:mojo_cpp_bindings', |
| 119 'mojo_public.gyp:mojo_public_test_interfaces', | 120 'mojo_public.gyp:mojo_public_test_interfaces', |
| 120 'mojo_public.gyp:mojo_public_test_wtf_types', | 121 'mojo_public.gyp:mojo_public_test_wtf_types', |
| 121 'mojo_public.gyp:mojo_public_test_wtf_types_blink', | 122 'mojo_public.gyp:mojo_public_test_wtf_types_blink', |
| 122 ], | 123 ], |
| 123 'sources': [ | 124 'sources': [ |
| 124 'public/cpp/bindings/tests/array_common_test.h', | 125 'public/cpp/bindings/tests/array_common_test.h', |
| 125 'public/cpp/bindings/tests/container_test_util.cc', | 126 'public/cpp/bindings/tests/container_test_util.cc', |
| 126 'public/cpp/bindings/tests/container_test_util.h', | 127 'public/cpp/bindings/tests/container_test_util.h', |
| 128 'public/cpp/bindings/tests/map_common_test.h', |
| 127 'public/cpp/bindings/tests/variant_test_util.h', | 129 'public/cpp/bindings/tests/variant_test_util.h', |
| 128 'public/cpp/bindings/tests/wtf_array_unittest.cc', | 130 'public/cpp/bindings/tests/wtf_array_unittest.cc', |
| 131 'public/cpp/bindings/tests/wtf_map_unittest.cc', |
| 129 'public/cpp/bindings/tests/wtf_types_unittest.cc', | 132 'public/cpp/bindings/tests/wtf_types_unittest.cc', |
| 130 ], | 133 ], |
| 131 }, | 134 }, |
| 132 { | 135 { |
| 133 # GN version: //mojo/edk/test:mojo_public_bindings_perftests | 136 # GN version: //mojo/edk/test:mojo_public_bindings_perftests |
| 134 'target_name': 'mojo_public_bindings_perftests', | 137 'target_name': 'mojo_public_bindings_perftests', |
| 135 'type': 'executable', | 138 'type': 'executable', |
| 136 'dependencies': [ | 139 'dependencies': [ |
| 137 '../base/base.gyp:test_support_base', | 140 '../base/base.gyp:test_support_base', |
| 138 '../testing/gtest.gyp:gtest', | 141 '../testing/gtest.gyp:gtest', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 ], | 373 ], |
| 371 'variables': { | 374 'variables': { |
| 372 'test_suite_name': 'mojo_system_unittests', | 375 'test_suite_name': 'mojo_system_unittests', |
| 373 }, | 376 }, |
| 374 'includes': [ '../build/apk_test.gypi' ], | 377 'includes': [ '../build/apk_test.gypi' ], |
| 375 }, | 378 }, |
| 376 ], | 379 ], |
| 377 }], | 380 }], |
| 378 ], | 381 ], |
| 379 } | 382 } |
| OLD | NEW |