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

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

Issue 2686763002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer( (Closed)
Patch Set: rebase Created 3 years, 10 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/common/values_struct_traits.cc ('k') | mojo/public/cpp/bindings/clone_traits.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 17 matching lines...) Expand all
28 "associated_binding.h", 28 "associated_binding.h",
29 "associated_binding_set.h", 29 "associated_binding_set.h",
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 "clone_traits.h",
38 "connection_error_callback.h", 39 "connection_error_callback.h",
39 "connector.h", 40 "connector.h",
40 "disconnect_reason.h", 41 "disconnect_reason.h",
41 "filter_chain.h", 42 "filter_chain.h",
42 "interface_data_view.h", 43 "interface_data_view.h",
43 "interface_endpoint_client.h", 44 "interface_endpoint_client.h",
44 "interface_endpoint_controller.h", 45 "interface_endpoint_controller.h",
45 "interface_id.h", 46 "interface_id.h",
46 "interface_ptr.h", 47 "interface_ptr.h",
47 "interface_ptr_info.h", 48 "interface_ptr_info.h",
48 "interface_ptr_set.h", 49 "interface_ptr_set.h",
49 "interface_request.h", 50 "interface_request.h",
50 "lib/array_internal.cc", 51 "lib/array_internal.cc",
51 "lib/array_internal.h", 52 "lib/array_internal.h",
52 "lib/array_serialization.h", 53 "lib/array_serialization.h",
53 "lib/associated_binding.cc", 54 "lib/associated_binding.cc",
54 "lib/associated_group.cc", 55 "lib/associated_group.cc",
55 "lib/associated_group_controller.cc", 56 "lib/associated_group_controller.cc",
56 "lib/associated_interface_ptr_state.h", 57 "lib/associated_interface_ptr_state.h",
57 "lib/binding_state.cc", 58 "lib/binding_state.cc",
58 "lib/binding_state.h", 59 "lib/binding_state.h",
59 "lib/bindings_internal.h", 60 "lib/bindings_internal.h",
60 "lib/buffer.h", 61 "lib/buffer.h",
61 "lib/clone_equals_util.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/equals_traits.h",
67 "lib/filter_chain.cc", 68 "lib/filter_chain.cc",
68 "lib/fixed_buffer.cc", 69 "lib/fixed_buffer.cc",
69 "lib/fixed_buffer.h", 70 "lib/fixed_buffer.h",
70 "lib/handle_interface_serialization.h", 71 "lib/handle_interface_serialization.h",
71 "lib/hash_util.h", 72 "lib/hash_util.h",
72 "lib/interface_endpoint_client.cc", 73 "lib/interface_endpoint_client.cc",
73 "lib/interface_ptr_state.h", 74 "lib/interface_ptr_state.h",
74 "lib/map_data_internal.h", 75 "lib/map_data_internal.h",
75 "lib/map_serialization.h", 76 "lib/map_serialization.h",
76 "lib/may_auto_lock.h", 77 "lib/may_auto_lock.h",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 ] 182 ]
182 183
183 public_deps = [ 184 public_deps = [
184 ":bindings", 185 ":bindings",
185 "//third_party/WebKit/Source/wtf", 186 "//third_party/WebKit/Source/wtf",
186 ] 187 ]
187 188
188 public_configs = [ "//third_party/WebKit/Source:config" ] 189 public_configs = [ "//third_party/WebKit/Source:config" ]
189 } 190 }
190 } 191 }
OLDNEW
« no previous file with comments | « mojo/common/values_struct_traits.cc ('k') | mojo/public/cpp/bindings/clone_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698