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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'public/cpp/bindings/tests/struct_unittest.cc', | 94 'public/cpp/bindings/tests/struct_unittest.cc', |
95 'public/cpp/bindings/tests/struct_with_traits_impl.cc', | 95 'public/cpp/bindings/tests/struct_with_traits_impl.cc', |
96 'public/cpp/bindings/tests/struct_with_traits_impl.h', | 96 'public/cpp/bindings/tests/struct_with_traits_impl.h', |
97 'public/cpp/bindings/tests/sync_method_unittest.cc', | 97 'public/cpp/bindings/tests/sync_method_unittest.cc', |
98 'public/cpp/bindings/tests/type_conversion_unittest.cc', | 98 'public/cpp/bindings/tests/type_conversion_unittest.cc', |
99 'public/cpp/bindings/tests/union_unittest.cc', | 99 'public/cpp/bindings/tests/union_unittest.cc', |
100 'public/cpp/bindings/tests/validation_unittest.cc', | 100 'public/cpp/bindings/tests/validation_unittest.cc', |
101 ], | 101 ], |
102 }, | 102 }, |
103 { | 103 { |
| 104 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests |
| 105 'target_name': 'mojo_public_bindings_for_blink_tests', |
| 106 'type': 'static_library', |
| 107 'dependencies': [ |
| 108 '../testing/gtest.gyp:gtest', |
| 109 'mojo_public.gyp:mojo_cpp_bindings', |
| 110 'mojo_public.gyp:mojo_public_test_utils', |
| 111 'mojo_public.gyp:mojo_public_test_wtf_types', |
| 112 'mojo_public.gyp:mojo_public_test_wtf_types_blink', |
| 113 ], |
| 114 'sources': [ |
| 115 'public/cpp/bindings/tests/wtf_types_unittest.cc', |
| 116 ], |
| 117 }, |
| 118 { |
104 # GN version: //mojo/edk/test:mojo_public_bindings_perftests | 119 # GN version: //mojo/edk/test:mojo_public_bindings_perftests |
105 'target_name': 'mojo_public_bindings_perftests', | 120 'target_name': 'mojo_public_bindings_perftests', |
106 'type': 'executable', | 121 'type': 'executable', |
107 'dependencies': [ | 122 'dependencies': [ |
108 '../base/base.gyp:test_support_base', | 123 '../base/base.gyp:test_support_base', |
109 '../testing/gtest.gyp:gtest', | 124 '../testing/gtest.gyp:gtest', |
110 'mojo_base.gyp:mojo_common_lib', | 125 'mojo_base.gyp:mojo_common_lib', |
111 'mojo_edk.gyp:mojo_run_all_perftests', | 126 'mojo_edk.gyp:mojo_run_all_perftests', |
112 'mojo_public.gyp:mojo_cpp_bindings', | 127 'mojo_public.gyp:mojo_cpp_bindings', |
113 'mojo_public.gyp:mojo_message_pump_lib', | 128 'mojo_public.gyp:mojo_message_pump_lib', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 '../build/isolate.gypi', | 295 '../build/isolate.gypi', |
281 ], | 296 ], |
282 'sources': [ | 297 'sources': [ |
283 'mojo_public_system_unittests.isolate', | 298 'mojo_public_system_unittests.isolate', |
284 ], | 299 ], |
285 }, | 300 }, |
286 ], | 301 ], |
287 }], | 302 }], |
288 ], | 303 ], |
289 } | 304 } |
OLD | NEW |