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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'public/cpp/bindings/tests/request_response_unittest.cc', | 87 'public/cpp/bindings/tests/request_response_unittest.cc', |
88 'public/cpp/bindings/tests/router_test_util.cc', | 88 'public/cpp/bindings/tests/router_test_util.cc', |
89 'public/cpp/bindings/tests/router_test_util.h', | 89 'public/cpp/bindings/tests/router_test_util.h', |
90 'public/cpp/bindings/tests/router_unittest.cc', | 90 'public/cpp/bindings/tests/router_unittest.cc', |
91 'public/cpp/bindings/tests/sample_service_unittest.cc', | 91 'public/cpp/bindings/tests/sample_service_unittest.cc', |
92 'public/cpp/bindings/tests/serialization_warning_unittest.cc', | 92 'public/cpp/bindings/tests/serialization_warning_unittest.cc', |
93 'public/cpp/bindings/tests/stl_converters_unittest.cc', | 93 'public/cpp/bindings/tests/stl_converters_unittest.cc', |
94 'public/cpp/bindings/tests/string_unittest.cc', | 94 'public/cpp/bindings/tests/string_unittest.cc', |
95 'public/cpp/bindings/tests/struct_traits_unittest.cc', | 95 'public/cpp/bindings/tests/struct_traits_unittest.cc', |
96 'public/cpp/bindings/tests/struct_unittest.cc', | 96 'public/cpp/bindings/tests/struct_unittest.cc', |
| 97 'public/cpp/bindings/tests/sync_method_unittest.cc', |
97 'public/cpp/bindings/tests/type_conversion_unittest.cc', | 98 'public/cpp/bindings/tests/type_conversion_unittest.cc', |
98 'public/cpp/bindings/tests/union_unittest.cc', | 99 'public/cpp/bindings/tests/union_unittest.cc', |
99 'public/cpp/bindings/tests/validation_unittest.cc', | 100 'public/cpp/bindings/tests/validation_unittest.cc', |
100 ], | 101 ], |
101 }, | 102 }, |
102 { | 103 { |
103 # GN version: //mojo/edk/test:mojo_public_bindings_perftests | 104 # GN version: //mojo/edk/test:mojo_public_bindings_perftests |
104 'target_name': 'mojo_public_bindings_perftests', | 105 'target_name': 'mojo_public_bindings_perftests', |
105 'type': 'executable', | 106 'type': 'executable', |
106 'dependencies': [ | 107 'dependencies': [ |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 '../build/isolate.gypi', | 353 '../build/isolate.gypi', |
353 ], | 354 ], |
354 'sources': [ | 355 'sources': [ |
355 'mojo_public_utility_unittests.isolate', | 356 'mojo_public_utility_unittests.isolate', |
356 ], | 357 ], |
357 }, | 358 }, |
358 ], | 359 ], |
359 }], | 360 }], |
360 ], | 361 ], |
361 } | 362 } |
OLD | NEW |