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

Side by Side Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 1455063004: Mojo C++ bindings: introduce MultiplexRouter and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/public/cpp/bindings/lib/connector.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 source_set("bindings") { 5 source_set("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "associated_interface_ptr_info.h", 8 "associated_interface_ptr_info.h",
9 "associated_interface_request.h", 9 "associated_interface_request.h",
10 "binding.h", 10 "binding.h",
(...skipping 12 matching lines...) Expand all
23 "lib/connector.cc", 23 "lib/connector.cc",
24 "lib/connector.h", 24 "lib/connector.h",
25 "lib/control_message_handler.cc", 25 "lib/control_message_handler.cc",
26 "lib/control_message_handler.h", 26 "lib/control_message_handler.h",
27 "lib/control_message_proxy.cc", 27 "lib/control_message_proxy.cc",
28 "lib/control_message_proxy.h", 28 "lib/control_message_proxy.h",
29 "lib/filter_chain.cc", 29 "lib/filter_chain.cc",
30 "lib/filter_chain.h", 30 "lib/filter_chain.h",
31 "lib/fixed_buffer.cc", 31 "lib/fixed_buffer.cc",
32 "lib/fixed_buffer.h", 32 "lib/fixed_buffer.h",
33 "lib/interface_endpoint_client.cc",
34 "lib/interface_endpoint_client.h",
33 "lib/interface_id.h", 35 "lib/interface_id.h",
34 "lib/interface_ptr_internal.h", 36 "lib/interface_ptr_internal.h",
35 "lib/map_data_internal.h", 37 "lib/map_data_internal.h",
36 "lib/map_internal.h", 38 "lib/map_internal.h",
37 "lib/map_serialization.h", 39 "lib/map_serialization.h",
38 "lib/message.cc", 40 "lib/message.cc",
39 "lib/message_builder.cc", 41 "lib/message_builder.cc",
40 "lib/message_builder.h", 42 "lib/message_builder.h",
41 "lib/message_filter.cc", 43 "lib/message_filter.cc",
42 "lib/message_header_validator.cc", 44 "lib/message_header_validator.cc",
43 "lib/message_header_validator.h", 45 "lib/message_header_validator.h",
44 "lib/message_internal.h", 46 "lib/message_internal.h",
47 "lib/multiplex_router.cc",
48 "lib/multiplex_router.h",
45 "lib/no_interface.cc", 49 "lib/no_interface.cc",
46 "lib/pipe_control_message_handler.cc", 50 "lib/pipe_control_message_handler.cc",
47 "lib/pipe_control_message_handler.h", 51 "lib/pipe_control_message_handler.h",
48 "lib/pipe_control_message_handler_delegate.h", 52 "lib/pipe_control_message_handler_delegate.h",
49 "lib/pipe_control_message_proxy.cc", 53 "lib/pipe_control_message_proxy.cc",
50 "lib/pipe_control_message_proxy.h", 54 "lib/pipe_control_message_proxy.h",
51 "lib/router.cc", 55 "lib/router.cc",
52 "lib/router.h", 56 "lib/router.h",
57 "lib/scoped_interface_endpoint_handle.cc",
58 "lib/scoped_interface_endpoint_handle.h",
53 "lib/string_serialization.cc", 59 "lib/string_serialization.cc",
54 "lib/string_serialization.h", 60 "lib/string_serialization.h",
55 "lib/union_accessor.h", 61 "lib/union_accessor.h",
56 "lib/validate_params.h", 62 "lib/validate_params.h",
57 "lib/validation_errors.cc", 63 "lib/validation_errors.cc",
58 "lib/validation_errors.h", 64 "lib/validation_errors.h",
59 "lib/validation_util.cc", 65 "lib/validation_util.cc",
60 "lib/validation_util.h", 66 "lib/validation_util.h",
61 "lib/value_traits.h", 67 "lib/value_traits.h",
62 "map.h", 68 "map.h",
(...skipping 27 matching lines...) Expand all
90 "lib/template_util.h", 96 "lib/template_util.h",
91 "lib/thread_checker.h", 97 "lib/thread_checker.h",
92 "lib/thread_checker_posix.cc", 98 "lib/thread_checker_posix.cc",
93 "lib/thread_checker_posix.h", 99 "lib/thread_checker_posix.h",
94 ] 100 ]
95 101
96 deps = [ 102 deps = [
97 "//mojo/public/cpp/system", 103 "//mojo/public/cpp/system",
98 ] 104 ]
99 } 105 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/lib/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698