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

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

Issue 2772983002: Make sure channel-associated interface pointers are always safe to call. (Closed)
Patch Set: . Created 3 years, 8 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/ipc_sync_message_filter.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.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 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "interface_ptr.h", 47 "interface_ptr.h",
48 "interface_ptr_info.h", 48 "interface_ptr_info.h",
49 "interface_ptr_set.h", 49 "interface_ptr_set.h",
50 "interface_request.h", 50 "interface_request.h",
51 "lib/array_internal.cc", 51 "lib/array_internal.cc",
52 "lib/array_internal.h", 52 "lib/array_internal.h",
53 "lib/array_serialization.h", 53 "lib/array_serialization.h",
54 "lib/associated_binding.cc", 54 "lib/associated_binding.cc",
55 "lib/associated_group.cc", 55 "lib/associated_group.cc",
56 "lib/associated_group_controller.cc", 56 "lib/associated_group_controller.cc",
57 "lib/associated_interface_ptr.cc",
57 "lib/associated_interface_ptr_state.h", 58 "lib/associated_interface_ptr_state.h",
58 "lib/binding_state.cc", 59 "lib/binding_state.cc",
59 "lib/binding_state.h", 60 "lib/binding_state.h",
60 "lib/bindings_internal.h", 61 "lib/bindings_internal.h",
61 "lib/buffer.h", 62 "lib/buffer.h",
62 "lib/connector.cc", 63 "lib/connector.cc",
63 "lib/control_message_handler.cc", 64 "lib/control_message_handler.cc",
64 "lib/control_message_handler.h", 65 "lib/control_message_handler.h",
65 "lib/control_message_proxy.cc", 66 "lib/control_message_proxy.cc",
66 "lib/control_message_proxy.h", 67 "lib/control_message_proxy.h",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ] 183 ]
183 184
184 public_deps = [ 185 public_deps = [
185 ":bindings", 186 ":bindings",
186 "//third_party/WebKit/Source/wtf", 187 "//third_party/WebKit/Source/wtf",
187 ] 188 ]
188 189
189 public_configs = [ "//third_party/WebKit/Source:config" ] 190 public_configs = [ "//third_party/WebKit/Source:config" ]
190 } 191 }
191 } 192 }
OLDNEW
« no previous file with comments | « ipc/ipc_sync_message_filter.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698