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 3# found in the LICENSE file. 4 5source_set("bindings") { 6 sources = [ 7 "array.h", 8 "callback.h", 9 "error_handler.h", 10 "interface_ptr.h", 11 "message.h", 12 "message_filter.h", 13 "no_interface.h", 14 "string.h", 15 "struct_ptr.h", 16 "sync_dispatcher.h", 17 "type_converter.h", 18 "lib/array_internal.cc", 19 "lib/array_internal.h", 20 "lib/array_serialization.h", 21 "lib/bindings_internal.h", 22 "lib/bindings_serialization.cc", 23 "lib/bindings_serialization.h", 24 "lib/bounds_checker.cc", 25 "lib/bounds_checker.h", 26 "lib/buffer.h", 27 "lib/callback_internal.h", 28 "lib/connector.cc", 29 "lib/connector.h", 30 "lib/filter_chain.cc", 31 "lib/filter_chain.h", 32 "lib/fixed_buffer.cc", 33 "lib/fixed_buffer.h", 34 "lib/message.cc", 35 "lib/message_builder.cc", 36 "lib/message_builder.h", 37 "lib/message_filter.cc", 38 "lib/message_internal.h", 39 "lib/message_queue.cc", 40 "lib/message_queue.h", 41 "lib/no_interface.cc", 42 "lib/router.cc", 43 "lib/router.h", 44 "lib/shared_data.h", 45 "lib/shared_ptr.h", 46 "lib/string_serialization.cc", 47 "lib/string_serialization.h", 48 "lib/sync_dispatcher.cc", 49 "lib/template_util.h", 50 "lib/validation_errors.cc", 51 "lib/validation_errors.h", 52 ] 53} 54