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_edk.gni") | 5 import("../mojo_edk.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 if (is_android) { | 8 if (is_android) { |
9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 29 matching lines...) Expand all Loading... |
40 "data_pipe_consumer_dispatcher.cc", | 40 "data_pipe_consumer_dispatcher.cc", |
41 "data_pipe_consumer_dispatcher.h", | 41 "data_pipe_consumer_dispatcher.h", |
42 "data_pipe_impl.cc", | 42 "data_pipe_impl.cc", |
43 "data_pipe_impl.h", | 43 "data_pipe_impl.h", |
44 "data_pipe_producer_dispatcher.cc", | 44 "data_pipe_producer_dispatcher.cc", |
45 "data_pipe_producer_dispatcher.h", | 45 "data_pipe_producer_dispatcher.h", |
46 "dispatcher.cc", | 46 "dispatcher.cc", |
47 "dispatcher.h", | 47 "dispatcher.h", |
48 "endpoint_relayer.cc", | 48 "endpoint_relayer.cc", |
49 "endpoint_relayer.h", | 49 "endpoint_relayer.h", |
| 50 "entrypoint_class.h", |
50 "handle.cc", | 51 "handle.cc", |
51 "handle.h", | 52 "handle.h", |
52 "handle_signals_state.h", | 53 "handle_signals_state.h", |
53 "handle_table.cc", | 54 "handle_table.cc", |
54 "handle_table.h", | 55 "handle_table.h", |
55 "incoming_endpoint.cc", | 56 "incoming_endpoint.cc", |
56 "incoming_endpoint.h", | 57 "incoming_endpoint.h", |
57 "ipc_support.cc", | 58 "ipc_support.cc", |
58 "ipc_support.h", | 59 "ipc_support.h", |
59 "local_data_pipe_impl.cc", | 60 "local_data_pipe_impl.cc", |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 # TODO(vtl): Add separate test targets for this. | 207 # TODO(vtl): Add separate test targets for this. |
207 "mojo/edk/util:perftests", | 208 "mojo/edk/util:perftests", |
208 | 209 |
209 "mojo/edk/base_edk", | 210 "mojo/edk/base_edk", |
210 "mojo/edk/base_edk:test_base_edk", | 211 "mojo/edk/base_edk:test_base_edk", |
211 "mojo/edk/system/test", | 212 "mojo/edk/system/test", |
212 "mojo/edk/system/test:perf", | 213 "mojo/edk/system/test:perf", |
213 "mojo/edk/test:test_support", | 214 "mojo/edk/test:test_support", |
214 ] | 215 ] |
215 } | 216 } |
OLD | NEW |