OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("../../../mojo_application.gni") | 5 import("../../../mojo_application.gni") |
6 | 6 |
7 source_set("tests") { | 7 source_set("tests") { |
8 testonly = true | 8 testonly = true |
9 | 9 |
10 sources = [ | 10 sources = [ |
(...skipping 10 matching lines...) Expand all Loading... |
21 "container_test_util.cc", | 21 "container_test_util.cc", |
22 "container_test_util.h", | 22 "container_test_util.h", |
23 "equals_unittest.cc", | 23 "equals_unittest.cc", |
24 "handle_passing_unittest.cc", | 24 "handle_passing_unittest.cc", |
25 "interface_ptr_unittest.cc", | 25 "interface_ptr_unittest.cc", |
26 "map_unittest.cc", | 26 "map_unittest.cc", |
27 "message_queue.cc", | 27 "message_queue.cc", |
28 "message_queue.h", | 28 "message_queue.h", |
29 "multiplex_router_unittest.cc", | 29 "multiplex_router_unittest.cc", |
30 "pickle_unittest.cc", | 30 "pickle_unittest.cc", |
31 "pickled_struct_blink.cc", | |
32 "pickled_struct_blink.h", | |
33 "pickled_struct_chromium.cc", | |
34 "pickled_struct_chromium.h", | |
35 "rect_blink.h", | |
36 "rect_blink_traits.h", | |
37 "rect_chromium.h", | |
38 "rect_chromium_traits.h", | |
39 "request_response_unittest.cc", | 31 "request_response_unittest.cc", |
40 "router_test_util.cc", | 32 "router_test_util.cc", |
41 "router_test_util.h", | 33 "router_test_util.h", |
42 "router_unittest.cc", | 34 "router_unittest.cc", |
43 "sample_service_unittest.cc", | 35 "sample_service_unittest.cc", |
44 "serialization_warning_unittest.cc", | 36 "serialization_warning_unittest.cc", |
45 "stl_converters_unittest.cc", | 37 "stl_converters_unittest.cc", |
46 "string_unittest.cc", | 38 "string_unittest.cc", |
47 "struct_traits_unittest.cc", | 39 "struct_traits_unittest.cc", |
48 "struct_unittest.cc", | 40 "struct_unittest.cc", |
49 "struct_with_traits_impl.cc", | |
50 "struct_with_traits_impl.h", | |
51 "struct_with_traits_impl_traits.cc", | |
52 "struct_with_traits_impl_traits.h", | |
53 "sync_method_unittest.cc", | 41 "sync_method_unittest.cc", |
54 "type_conversion_unittest.cc", | 42 "type_conversion_unittest.cc", |
55 "union_unittest.cc", | 43 "union_unittest.cc", |
56 "validation_unittest.cc", | 44 "validation_unittest.cc", |
57 "variant_test_util.h", | 45 "variant_test_util.h", |
58 ] | 46 ] |
59 | 47 |
60 deps = [ | 48 deps = [ |
61 ":mojo_public_bindings_test_utils", | 49 ":mojo_public_bindings_test_utils", |
62 "//mojo/message_pump", | 50 "//mojo/message_pump", |
63 "//mojo/public/cpp/bindings", | 51 "//mojo/public/cpp/bindings", |
64 "//mojo/public/cpp/bindings:callback", | 52 "//mojo/public/cpp/bindings:callback", |
65 "//mojo/public/cpp/system", | 53 "//mojo/public/cpp/system", |
66 "//mojo/public/cpp/test_support:test_utils", | 54 "//mojo/public/cpp/test_support:test_utils", |
67 "//mojo/public/interfaces/bindings/tests:test_associated_interfaces", | 55 "//mojo/public/interfaces/bindings/tests:test_associated_interfaces", |
68 "//mojo/public/interfaces/bindings/tests:test_interfaces", | 56 "//mojo/public/interfaces/bindings/tests:test_interfaces", |
69 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink", | |
70 "//mojo/public/interfaces/bindings/tests:test_interfaces_chromium", | |
71 "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental", | 57 "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental", |
| 58 "//mojo/public/interfaces/bindings/tests:test_interfaces_wtf", |
72 "//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces", | 59 "//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces", |
73 "//mojo/public/interfaces/bindings/tests:test_variant", | |
74 "//testing/gtest", | 60 "//testing/gtest", |
75 ] | 61 ] |
76 } | 62 } |
77 | 63 |
78 source_set("for_blink_tests") { | 64 source_set("for_blink_tests") { |
79 testonly = true | 65 testonly = true |
80 | 66 |
81 sources = [ | 67 sources = [ |
82 "array_common_test.h", | 68 "array_common_test.h", |
83 "container_test_util.cc", | 69 "container_test_util.cc", |
84 "container_test_util.h", | 70 "container_test_util.h", |
85 "variant_test_util.h", | 71 "variant_test_util.h", |
86 "wtf_array_unittest.cc", | 72 "wtf_array_unittest.cc", |
87 "wtf_types_unittest.cc", | 73 "wtf_types_unittest.cc", |
88 ] | 74 ] |
89 | 75 |
90 deps = [ | 76 deps = [ |
91 "//mojo/public/cpp/bindings", | 77 "//mojo/public/cpp/bindings", |
92 "//mojo/public/cpp/bindings:callback", | 78 "//mojo/public/cpp/bindings:callback", |
93 "//mojo/public/cpp/system", | 79 "//mojo/public/cpp/system", |
94 "//mojo/public/interfaces/bindings/tests:test_interfaces", | 80 "//mojo/public/interfaces/bindings/tests:test_interfaces", |
95 "//mojo/public/interfaces/bindings/tests:test_wtf_types", | 81 "//mojo/public/interfaces/bindings/tests:test_wtf_types", |
96 "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink", | 82 "//mojo/public/interfaces/bindings/tests:test_wtf_types_wtf", |
97 "//testing/gtest", | 83 "//testing/gtest", |
98 ] | 84 ] |
99 } | 85 } |
100 | 86 |
| 87 source_set("struct_with_traits_impl") { |
| 88 sources = [ |
| 89 "struct_with_traits_impl.cc", |
| 90 "struct_with_traits_impl.h", |
| 91 ] |
| 92 |
| 93 deps = [ |
| 94 "//base", |
| 95 ] |
| 96 } |
| 97 |
101 source_set("perftests") { | 98 source_set("perftests") { |
102 testonly = true | 99 testonly = true |
103 | 100 |
104 sources = [ | 101 sources = [ |
105 "bindings_perftest.cc", | 102 "bindings_perftest.cc", |
106 "e2e_perftest.cc", | 103 "e2e_perftest.cc", |
107 ] | 104 ] |
108 | 105 |
109 deps = [ | 106 deps = [ |
110 "//base/test:test_support", | 107 "//base/test:test_support", |
(...skipping 11 matching lines...) Expand all Loading... |
122 source_set("mojo_public_bindings_test_utils") { | 119 source_set("mojo_public_bindings_test_utils") { |
123 sources = [ | 120 sources = [ |
124 "validation_test_input_parser.cc", | 121 "validation_test_input_parser.cc", |
125 "validation_test_input_parser.h", | 122 "validation_test_input_parser.h", |
126 ] | 123 ] |
127 | 124 |
128 deps = [ | 125 deps = [ |
129 "//mojo/public/c/system", | 126 "//mojo/public/c/system", |
130 ] | 127 ] |
131 } | 128 } |
OLD | NEW |