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") | |
6 | |
7 source_set("tests") { | 5 source_set("tests") { |
8 testonly = true | 6 testonly = true |
9 | 7 |
10 sources = [ | 8 sources = [ |
11 "array_common_test.h", | 9 "array_common_test.h", |
12 "array_unittest.cc", | 10 "array_unittest.cc", |
13 "associated_interface_unittest.cc", | 11 "associated_interface_unittest.cc", |
14 "bind_task_runner_unittest.cc", | 12 "bind_task_runner_unittest.cc", |
15 "binding_callback_unittest.cc", | 13 "binding_callback_unittest.cc", |
16 "binding_unittest.cc", | 14 "binding_unittest.cc", |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 source_set("mojo_public_bindings_test_utils") { | 133 source_set("mojo_public_bindings_test_utils") { |
136 sources = [ | 134 sources = [ |
137 "validation_test_input_parser.cc", | 135 "validation_test_input_parser.cc", |
138 "validation_test_input_parser.h", | 136 "validation_test_input_parser.h", |
139 ] | 137 ] |
140 | 138 |
141 deps = [ | 139 deps = [ |
142 "//mojo/public/c/system", | 140 "//mojo/public/c/system", |
143 ] | 141 ] |
144 } | 142 } |
OLD | NEW |