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

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

Issue 2900543002: Mojo C++ bindings: introduce mojo::internal::deque and use it in MultiplexRouter. (Closed)
Patch Set: Created 3 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
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "lib/multiplex_router.h", 87 "lib/multiplex_router.h",
88 "lib/native_enum_data.h", 88 "lib/native_enum_data.h",
89 "lib/native_enum_serialization.h", 89 "lib/native_enum_serialization.h",
90 "lib/native_struct.cc", 90 "lib/native_struct.cc",
91 "lib/native_struct_data.cc", 91 "lib/native_struct_data.cc",
92 "lib/native_struct_data.h", 92 "lib/native_struct_data.h",
93 "lib/native_struct_serialization.cc", 93 "lib/native_struct_serialization.cc",
94 "lib/native_struct_serialization.h", 94 "lib/native_struct_serialization.h",
95 "lib/pipe_control_message_handler.cc", 95 "lib/pipe_control_message_handler.cc",
96 "lib/pipe_control_message_proxy.cc", 96 "lib/pipe_control_message_proxy.cc",
97 "lib/pointer_deque.h",
97 "lib/scoped_interface_endpoint_handle.cc", 98 "lib/scoped_interface_endpoint_handle.cc",
98 "lib/serialization.h", 99 "lib/serialization.h",
99 "lib/serialization_context.cc", 100 "lib/serialization_context.cc",
100 "lib/serialization_context.h", 101 "lib/serialization_context.h",
101 "lib/serialization_forward.h", 102 "lib/serialization_forward.h",
102 "lib/serialization_util.h", 103 "lib/serialization_util.h",
103 "lib/string_serialization.h", 104 "lib/string_serialization.h",
104 "lib/string_traits_string16.cc", 105 "lib/string_traits_string16.cc",
105 "lib/sync_call_restrictions.cc", 106 "lib/sync_call_restrictions.cc",
106 "lib/sync_event_watcher.cc", 107 "lib/sync_event_watcher.cc",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 ] 185 ]
185 186
186 public_deps = [ 187 public_deps = [
187 ":bindings", 188 ":bindings",
188 "//third_party/WebKit/Source/platform/wtf", 189 "//third_party/WebKit/Source/platform/wtf",
189 ] 190 ]
190 191
191 public_configs = [ "//third_party/WebKit/Source:config" ] 192 public_configs = [ "//third_party/WebKit/Source:config" ]
192 } 193 }
193 } 194 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/lib/multiplex_router.h » ('j') | mojo/public/cpp/bindings/lib/pointer_deque.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698