Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: mojo/edk/system/BUILD.gn

Issue 1941883002: Move the Dispatcher::EntrypointClass enum out of Dispatcher to its own file. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mojo/edk/system/dispatcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/edk/system/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698