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

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

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 years, 9 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "lib/associated_interface_ptr_state.h", 57 "lib/associated_interface_ptr_state.h",
58 "lib/binding_state.cc", 58 "lib/binding_state.cc",
59 "lib/binding_state.h", 59 "lib/binding_state.h",
60 "lib/bindings_internal.h", 60 "lib/bindings_internal.h",
61 "lib/buffer.h", 61 "lib/buffer.h",
62 "lib/connector.cc", 62 "lib/connector.cc",
63 "lib/control_message_handler.cc", 63 "lib/control_message_handler.cc",
64 "lib/control_message_handler.h", 64 "lib/control_message_handler.h",
65 "lib/control_message_proxy.cc", 65 "lib/control_message_proxy.cc",
66 "lib/control_message_proxy.h", 66 "lib/control_message_proxy.h",
67 "lib/destruction_tracker.cc",
68 "lib/destruction_tracker.h",
67 "lib/equals_traits.h", 69 "lib/equals_traits.h",
68 "lib/filter_chain.cc", 70 "lib/filter_chain.cc",
69 "lib/fixed_buffer.cc", 71 "lib/fixed_buffer.cc",
70 "lib/fixed_buffer.h", 72 "lib/fixed_buffer.h",
71 "lib/handle_interface_serialization.h", 73 "lib/handle_interface_serialization.h",
72 "lib/hash_util.h", 74 "lib/hash_util.h",
73 "lib/interface_endpoint_client.cc", 75 "lib/interface_endpoint_client.cc",
74 "lib/interface_ptr_state.h", 76 "lib/interface_ptr_state.h",
75 "lib/map_data_internal.h", 77 "lib/map_data_internal.h",
76 "lib/map_serialization.h", 78 "lib/map_serialization.h",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ] 184 ]
183 185
184 public_deps = [ 186 public_deps = [
185 ":bindings", 187 ":bindings",
186 "//third_party/WebKit/Source/wtf", 188 "//third_party/WebKit/Source/wtf",
187 ] 189 ]
188 190
189 public_configs = [ "//third_party/WebKit/Source:config" ] 191 public_configs = [ "//third_party/WebKit/Source:config" ]
190 } 192 }
191 } 193 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698