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

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

Issue 2202023005: Mojo C++ bindings: inline pointer encoding/decoding/validating functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@85_inline_data_view
Patch Set: . Created 4 years, 4 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 | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/bindings_internal.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 static_library("bindings") { 5 static_library("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "array_data_view.h", 8 "array_data_view.h",
9 "array_traits.h", 9 "array_traits.h",
10 "array_traits_carray.h", 10 "array_traits_carray.h",
(...skipping 16 matching lines...) Expand all
27 "interface_ptr_info.h", 27 "interface_ptr_info.h",
28 "interface_ptr_set.h", 28 "interface_ptr_set.h",
29 "interface_request.h", 29 "interface_request.h",
30 "lib/array_internal.cc", 30 "lib/array_internal.cc",
31 "lib/array_internal.h", 31 "lib/array_internal.h",
32 "lib/array_serialization.h", 32 "lib/array_serialization.h",
33 "lib/associated_group.cc", 33 "lib/associated_group.cc",
34 "lib/associated_group_controller.cc", 34 "lib/associated_group_controller.cc",
35 "lib/associated_interface_ptr_state.h", 35 "lib/associated_interface_ptr_state.h",
36 "lib/binding_state.h", 36 "lib/binding_state.h",
37 "lib/bindings_internal.cc",
38 "lib/bindings_internal.h", 37 "lib/bindings_internal.h",
39 "lib/buffer.h", 38 "lib/buffer.h",
40 "lib/clone_equals_util.h", 39 "lib/clone_equals_util.h",
41 "lib/connector.cc", 40 "lib/connector.cc",
42 "lib/control_message_handler.cc", 41 "lib/control_message_handler.cc",
43 "lib/control_message_handler.h", 42 "lib/control_message_handler.h",
44 "lib/control_message_proxy.cc", 43 "lib/control_message_proxy.cc",
45 "lib/control_message_proxy.h", 44 "lib/control_message_proxy.h",
46 "lib/filter_chain.cc", 45 "lib/filter_chain.cc",
47 "lib/filter_chain.h", 46 "lib/filter_chain.h",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 161 ]
163 162
164 public_deps = [ 163 public_deps = [
165 ":bindings", 164 ":bindings",
166 "//third_party/WebKit/Source/wtf", 165 "//third_party/WebKit/Source/wtf",
167 ] 166 ]
168 167
169 public_configs = [ "//third_party/WebKit/Source:config" ] 168 public_configs = [ "//third_party/WebKit/Source:config" ]
170 } 169 }
171 } 170 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/bindings_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698