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

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

Issue 2064903002: Mojo: Report bindings validation errors via MojoNotifyBadMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 source_set("bindings") { 5 source_set("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "array_traits.h", 8 "array_traits.h",
9 "array_traits_carray.h", 9 "array_traits_carray.h",
10 "array_traits_standard.h", 10 "array_traits_standard.h",
11 "array_traits_stl.h", 11 "array_traits_stl.h",
12 "associated_binding.h", 12 "associated_binding.h",
13 "associated_group.h", 13 "associated_group.h",
14 "associated_interface_ptr.h", 14 "associated_interface_ptr.h",
15 "associated_interface_ptr_info.h", 15 "associated_interface_ptr_info.h",
16 "associated_interface_request.h", 16 "associated_interface_request.h",
17 "binding.h", 17 "binding.h",
18 "binding_set.h", 18 "binding_set.h",
19 "enum_traits.h", 19 "enum_traits.h",
20 "error.h",
20 "interface_ptr.h", 21 "interface_ptr.h",
21 "interface_ptr_info.h", 22 "interface_ptr_info.h",
22 "interface_ptr_set.h", 23 "interface_ptr_set.h",
23 "interface_request.h", 24 "interface_request.h",
24 "lib/array_internal.cc", 25 "lib/array_internal.cc",
25 "lib/array_internal.h", 26 "lib/array_internal.h",
26 "lib/array_serialization.h", 27 "lib/array_serialization.h",
27 "lib/associated_group.cc", 28 "lib/associated_group.cc",
28 "lib/associated_interface_ptr_state.h", 29 "lib/associated_interface_ptr_state.h",
29 "lib/binding_state.h", 30 "lib/binding_state.h",
30 "lib/bindings_internal.h", 31 "lib/bindings_internal.h",
31 "lib/bounds_checker.cc", 32 "lib/bounds_checker.cc",
32 "lib/bounds_checker.h", 33 "lib/bounds_checker.h",
33 "lib/buffer.h", 34 "lib/buffer.h",
34 "lib/connector.cc", 35 "lib/connector.cc",
35 "lib/connector.h", 36 "lib/connector.h",
36 "lib/control_message_handler.cc", 37 "lib/control_message_handler.cc",
37 "lib/control_message_handler.h", 38 "lib/control_message_handler.h",
38 "lib/control_message_proxy.cc", 39 "lib/control_message_proxy.cc",
39 "lib/control_message_proxy.h", 40 "lib/control_message_proxy.h",
41 "lib/error.cc",
40 "lib/filter_chain.cc", 42 "lib/filter_chain.cc",
41 "lib/filter_chain.h", 43 "lib/filter_chain.h",
42 "lib/fixed_buffer.cc", 44 "lib/fixed_buffer.cc",
43 "lib/fixed_buffer.h", 45 "lib/fixed_buffer.h",
44 "lib/interface_endpoint_client.cc", 46 "lib/interface_endpoint_client.cc",
45 "lib/interface_endpoint_client.h", 47 "lib/interface_endpoint_client.h",
46 "lib/interface_endpoint_controller.h", 48 "lib/interface_endpoint_controller.h",
47 "lib/interface_id.h", 49 "lib/interface_id.h",
48 "lib/interface_ptr_state.h", 50 "lib/interface_ptr_state.h",
49 "lib/map_data_internal.h", 51 "lib/map_data_internal.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ] 162 ]
161 163
162 public_deps = [ 164 public_deps = [
163 ":bindings", 165 ":bindings",
164 "//third_party/WebKit/Source/wtf", 166 "//third_party/WebKit/Source/wtf",
165 ] 167 ]
166 168
167 public_configs = [ "//third_party/WebKit/Source:config" ] 169 public_configs = [ "//third_party/WebKit/Source:config" ]
168 } 170 }
169 } 171 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698