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

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

Issue 2754143005: Use WaitableEvents to wake up sync IPC waiting (Closed)
Patch Set: . Created 3 years, 9 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 | « ipc/mojo_event.cc ('k') | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('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 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings" 5 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings"
6 6
7 component("bindings") { 7 component("bindings") {
8 sources = [ 8 sources = [
9 # Normally, targets should depend on the source_sets generated by mojom 9 # Normally, targets should depend on the source_sets generated by mojom
10 # targets. However, the generated source_sets use portions of the bindings 10 # targets. However, the generated source_sets use portions of the bindings
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "lib/pipe_control_message_proxy.cc", 95 "lib/pipe_control_message_proxy.cc",
96 "lib/scoped_interface_endpoint_handle.cc", 96 "lib/scoped_interface_endpoint_handle.cc",
97 "lib/serialization.h", 97 "lib/serialization.h",
98 "lib/serialization_context.cc", 98 "lib/serialization_context.cc",
99 "lib/serialization_context.h", 99 "lib/serialization_context.h",
100 "lib/serialization_forward.h", 100 "lib/serialization_forward.h",
101 "lib/serialization_util.h", 101 "lib/serialization_util.h",
102 "lib/string_serialization.h", 102 "lib/string_serialization.h",
103 "lib/string_traits_string16.cc", 103 "lib/string_traits_string16.cc",
104 "lib/sync_call_restrictions.cc", 104 "lib/sync_call_restrictions.cc",
105 "lib/sync_event_watcher.cc",
105 "lib/sync_handle_registry.cc", 106 "lib/sync_handle_registry.cc",
106 "lib/sync_handle_watcher.cc", 107 "lib/sync_handle_watcher.cc",
107 "lib/template_util.h", 108 "lib/template_util.h",
108 "lib/union_accessor.h", 109 "lib/union_accessor.h",
109 "lib/validate_params.h", 110 "lib/validate_params.h",
110 "lib/validation_context.cc", 111 "lib/validation_context.cc",
111 "lib/validation_context.h", 112 "lib/validation_context.h",
112 "lib/validation_errors.cc", 113 "lib/validation_errors.cc",
113 "lib/validation_errors.h", 114 "lib/validation_errors.h",
114 "lib/validation_util.cc", 115 "lib/validation_util.cc",
(...skipping 15 matching lines...) Expand all
130 "string_data_view.h", 131 "string_data_view.h",
131 "string_traits.h", 132 "string_traits.h",
132 "string_traits_stl.h", 133 "string_traits_stl.h",
133 "string_traits_string16.h", 134 "string_traits_string16.h",
134 "string_traits_string_piece.h", 135 "string_traits_string_piece.h",
135 "strong_associated_binding.h", 136 "strong_associated_binding.h",
136 "strong_binding.h", 137 "strong_binding.h",
137 "strong_binding_set.h", 138 "strong_binding_set.h",
138 "struct_ptr.h", 139 "struct_ptr.h",
139 "sync_call_restrictions.h", 140 "sync_call_restrictions.h",
141 "sync_event_watcher.h",
140 "sync_handle_registry.h", 142 "sync_handle_registry.h",
141 "sync_handle_watcher.h", 143 "sync_handle_watcher.h",
142 "thread_safe_interface_ptr.h", 144 "thread_safe_interface_ptr.h",
143 "type_converter.h", 145 "type_converter.h",
144 "union_traits.h", 146 "union_traits.h",
145 "unique_ptr_impl_ref_traits.h", 147 "unique_ptr_impl_ref_traits.h",
146 ] 148 ]
147 149
148 public_deps = [ 150 public_deps = [
149 ":struct_traits", 151 ":struct_traits",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ] 184 ]
183 185
184 public_deps = [ 186 public_deps = [
185 ":bindings", 187 ":bindings",
186 "//third_party/WebKit/Source/wtf", 188 "//third_party/WebKit/Source/wtf",
187 ] 189 ]
188 190
189 public_configs = [ "//third_party/WebKit/Source:config" ] 191 public_configs = [ "//third_party/WebKit/Source:config" ]
190 } 192 }
191 } 193 }
OLDNEW
« no previous file with comments | « ipc/mojo_event.cc ('k') | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698