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

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

Issue 2205193002: WIP: Reduce code size of InterfacePtrState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@before-sharing
Patch Set: Add missing, new .cc file 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 | « no previous file | mojo/public/cpp/bindings/interface_ptr_info.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",
11 "array_traits_standard.h", 11 "array_traits_standard.h",
12 "array_traits_stl.h", 12 "array_traits_stl.h",
13 "associated_binding.h", 13 "associated_binding.h",
14 "associated_group.h", 14 "associated_group.h",
15 "associated_group_controller.h", 15 "associated_group_controller.h",
16 "associated_interface_ptr.h", 16 "associated_interface_ptr.h",
17 "associated_interface_ptr_info.h", 17 "associated_interface_ptr_info.h",
18 "associated_interface_request.h", 18 "associated_interface_request.h",
19 "binding.h", 19 "binding.h",
20 "binding_set.h", 20 "binding_set.h",
21 "connector.h", 21 "connector.h",
22 "enum_traits.h", 22 "enum_traits.h",
23 "interface_endpoint_client.h", 23 "interface_endpoint_client.h",
24 "interface_endpoint_controller.h", 24 "interface_endpoint_controller.h",
25 "interface_id.h", 25 "interface_id.h",
26 "interface_ptr.h", 26 "interface_ptr.h",
27 "interface_ptr_info.cc",
27 "interface_ptr_info.h", 28 "interface_ptr_info.h",
28 "interface_ptr_set.h", 29 "interface_ptr_set.h",
29 "interface_request.h", 30 "interface_request.h",
30 "lib/array_internal.cc", 31 "lib/array_internal.cc",
31 "lib/array_internal.h", 32 "lib/array_internal.h",
32 "lib/array_serialization.h", 33 "lib/array_serialization.h",
33 "lib/associated_group.cc", 34 "lib/associated_group.cc",
34 "lib/associated_group_controller.cc", 35 "lib/associated_group_controller.cc",
35 "lib/associated_interface_ptr_state.h", 36 "lib/associated_interface_ptr_state.h",
36 "lib/binding_state.cc", 37 "lib/binding_state.cc",
37 "lib/binding_state.h", 38 "lib/binding_state.h",
38 "lib/bindings_internal.h", 39 "lib/bindings_internal.h",
39 "lib/buffer.h", 40 "lib/buffer.h",
40 "lib/clone_equals_util.h", 41 "lib/clone_equals_util.h",
41 "lib/connector.cc", 42 "lib/connector.cc",
42 "lib/control_message_handler.cc", 43 "lib/control_message_handler.cc",
43 "lib/control_message_handler.h", 44 "lib/control_message_handler.h",
44 "lib/control_message_proxy.cc", 45 "lib/control_message_proxy.cc",
45 "lib/control_message_proxy.h", 46 "lib/control_message_proxy.h",
46 "lib/filter_chain.cc", 47 "lib/filter_chain.cc",
47 "lib/filter_chain.h", 48 "lib/filter_chain.h",
48 "lib/fixed_buffer.cc", 49 "lib/fixed_buffer.cc",
49 "lib/fixed_buffer.h", 50 "lib/fixed_buffer.h",
50 "lib/handle_interface_serialization.h", 51 "lib/handle_interface_serialization.h",
51 "lib/interface_endpoint_client.cc", 52 "lib/interface_endpoint_client.cc",
53 "lib/interface_ptr_state.cc",
52 "lib/interface_ptr_state.h", 54 "lib/interface_ptr_state.h",
53 "lib/map_data_internal.h", 55 "lib/map_data_internal.h",
54 "lib/map_serialization.h", 56 "lib/map_serialization.h",
55 "lib/message.cc", 57 "lib/message.cc",
56 "lib/message_buffer.cc", 58 "lib/message_buffer.cc",
57 "lib/message_buffer.h", 59 "lib/message_buffer.h",
58 "lib/message_builder.cc", 60 "lib/message_builder.cc",
59 "lib/message_builder.h", 61 "lib/message_builder.h",
60 "lib/message_filter.cc", 62 "lib/message_filter.cc",
61 "lib/message_header_validator.cc", 63 "lib/message_header_validator.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 164 ]
163 165
164 public_deps = [ 166 public_deps = [
165 ":bindings", 167 ":bindings",
166 "//third_party/WebKit/Source/wtf", 168 "//third_party/WebKit/Source/wtf",
167 ] 169 ]
168 170
169 public_configs = [ "//third_party/WebKit/Source:config" ] 171 public_configs = [ "//third_party/WebKit/Source:config" ]
170 } 172 }
171 } 173 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/interface_ptr_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698