| OLD | NEW |
| 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 "callback.h", | 8 "callback.h", |
| 9 "error_handler.h", | 9 "error_handler.h", |
| 10 "interface_ptr.h", | 10 "interface_ptr.h", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "lib/message_queue.h", | 40 "lib/message_queue.h", |
| 41 "lib/no_interface.cc", | 41 "lib/no_interface.cc", |
| 42 "lib/router.cc", | 42 "lib/router.cc", |
| 43 "lib/router.h", | 43 "lib/router.h", |
| 44 "lib/shared_data.h", | 44 "lib/shared_data.h", |
| 45 "lib/shared_ptr.h", | 45 "lib/shared_ptr.h", |
| 46 "lib/string_serialization.cc", | 46 "lib/string_serialization.cc", |
| 47 "lib/string_serialization.h", | 47 "lib/string_serialization.h", |
| 48 "lib/sync_dispatcher.cc", | 48 "lib/sync_dispatcher.cc", |
| 49 "lib/template_util.h", | 49 "lib/template_util.h", |
| 50 "lib/validation_errors.cc", |
| 51 "lib/validation_errors.h", |
| 50 ] | 52 ] |
| 51 } | 53 } |
| OLD | NEW |