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

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

Issue 1955123003: Mojo C++ bindings: switch the remaining callsites of the old serialization interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@24_union_and_others
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 | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/lib/array_serialization.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 "array_traits.h", 8 "array_traits.h",
9 "associated_binding.h", 9 "associated_binding.h",
10 "associated_group.h", 10 "associated_group.h",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "lib/pipe_control_message_handler.cc", 66 "lib/pipe_control_message_handler.cc",
67 "lib/pipe_control_message_handler.h", 67 "lib/pipe_control_message_handler.h",
68 "lib/pipe_control_message_handler_delegate.h", 68 "lib/pipe_control_message_handler_delegate.h",
69 "lib/pipe_control_message_proxy.cc", 69 "lib/pipe_control_message_proxy.cc",
70 "lib/pipe_control_message_proxy.h", 70 "lib/pipe_control_message_proxy.h",
71 "lib/router.cc", 71 "lib/router.cc",
72 "lib/router.h", 72 "lib/router.h",
73 "lib/scoped_interface_endpoint_handle.cc", 73 "lib/scoped_interface_endpoint_handle.cc",
74 "lib/scoped_interface_endpoint_handle.h", 74 "lib/scoped_interface_endpoint_handle.h",
75 "lib/serialization.h", 75 "lib/serialization.h",
76 "lib/serialization_context.cc",
77 "lib/serialization_context.h",
76 "lib/serialization_forward.h", 78 "lib/serialization_forward.h",
77 "lib/serialization_util.cc", 79 "lib/serialization_util.cc",
78 "lib/serialization_util.h", 80 "lib/serialization_util.h",
79 "lib/string_serialization.cc",
80 "lib/string_serialization.h", 81 "lib/string_serialization.h",
81 "lib/sync_handle_registry.cc", 82 "lib/sync_handle_registry.cc",
82 "lib/sync_handle_registry.h", 83 "lib/sync_handle_registry.h",
83 "lib/sync_handle_watcher.cc", 84 "lib/sync_handle_watcher.cc",
84 "lib/sync_handle_watcher.h", 85 "lib/sync_handle_watcher.h",
85 "lib/union_accessor.h", 86 "lib/union_accessor.h",
86 "lib/validate_params.h", 87 "lib/validate_params.h",
87 "lib/validation_errors.cc", 88 "lib/validation_errors.cc",
88 "lib/validation_errors.h", 89 "lib/validation_errors.h",
89 "lib/validation_util.cc", 90 "lib/validation_util.cc",
90 "lib/validation_util.h", 91 "lib/validation_util.h",
91 "lib/value_traits.h", 92 "lib/value_traits.h",
92
93 # Include the .h but not the .cc file. The .h file is used by
94 # serialization_forward.h.
95 "lib/wtf_string_serialization.h",
96 "map.h", 93 "map.h",
97 "message.h", 94 "message.h",
98 "message_filter.h", 95 "message_filter.h",
99 "native_struct.h", 96 "native_struct.h",
100 "no_interface.h", 97 "no_interface.h",
101 "stl_converters.h", 98 "stl_converters.h",
102 "string.h", 99 "string.h",
103 "string_traits.h", 100 "string_traits.h",
104 "string_traits_standard.h", 101 "string_traits_standard.h",
105 "string_traits_string_piece.h", 102 "string_traits_string_piece.h",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 sources = [ 138 sources = [
142 "struct_traits.h", 139 "struct_traits.h",
143 ] 140 ]
144 } 141 }
145 142
146 source_set("wtf_support") { 143 source_set("wtf_support") {
147 sources = [ 144 sources = [
148 "lib/array_traits_wtf.h", 145 "lib/array_traits_wtf.h",
149 "lib/string_traits_wtf.cc", 146 "lib/string_traits_wtf.cc",
150 "lib/wtf_serialization.h", 147 "lib/wtf_serialization.h",
151 "lib/wtf_string_serialization.cc",
152 "lib/wtf_string_serialization.h",
153 "string_traits_wtf.h", 148 "string_traits_wtf.h",
154 "wtf_array.h", 149 "wtf_array.h",
155 ] 150 ]
156 151
157 public_deps = [ 152 public_deps = [
158 ":bindings", 153 ":bindings",
159 "//third_party/WebKit/Source/wtf", 154 "//third_party/WebKit/Source/wtf",
160 ] 155 ]
161 156
162 public_configs = [ "//third_party/WebKit/Source:config" ] 157 public_configs = [ "//third_party/WebKit/Source:config" ]
163 } 158 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/lib/array_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698