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

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

Issue 2649573004: Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint close… (Closed)
Patch Set: Created 3 years, 11 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 19 matching lines...) Expand all
30 "associated_group.h", 30 "associated_group.h",
31 "associated_group_controller.h", 31 "associated_group_controller.h",
32 "associated_interface_ptr.h", 32 "associated_interface_ptr.h",
33 "associated_interface_ptr_info.h", 33 "associated_interface_ptr_info.h",
34 "associated_interface_request.h", 34 "associated_interface_request.h",
35 "binding.h", 35 "binding.h",
36 "binding_set.h", 36 "binding_set.h",
37 "bindings_export.h", 37 "bindings_export.h",
38 "connection_error_callback.h", 38 "connection_error_callback.h",
39 "connector.h", 39 "connector.h",
40 "disconnect_reason.h",
40 "filter_chain.h", 41 "filter_chain.h",
41 "interface_data_view.h", 42 "interface_data_view.h",
42 "interface_endpoint_client.h", 43 "interface_endpoint_client.h",
43 "interface_endpoint_controller.h", 44 "interface_endpoint_controller.h",
44 "interface_id.h", 45 "interface_id.h",
45 "interface_ptr.h", 46 "interface_ptr.h",
46 "interface_ptr_info.h", 47 "interface_ptr_info.h",
47 "interface_ptr_set.h", 48 "interface_ptr_set.h",
48 "interface_request.h", 49 "interface_request.h",
49 "lib/array_internal.cc", 50 "lib/array_internal.cc",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 ] 179 ]
179 180
180 public_deps = [ 181 public_deps = [
181 ":bindings", 182 ":bindings",
182 "//third_party/WebKit/Source/wtf", 183 "//third_party/WebKit/Source/wtf",
183 ] 184 ]
184 185
185 public_configs = [ "//third_party/WebKit/Source:config" ] 186 public_configs = [ "//third_party/WebKit/Source:config" ]
186 } 187 }
187 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698