| 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 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "lib/serialization_context.h", | 100 "lib/serialization_context.h", |
| 101 "lib/serialization_forward.h", | 101 "lib/serialization_forward.h", |
| 102 "lib/serialization_util.h", | 102 "lib/serialization_util.h", |
| 103 "lib/string_serialization.h", | 103 "lib/string_serialization.h", |
| 104 "lib/string_traits_string16.cc", | 104 "lib/string_traits_string16.cc", |
| 105 "lib/sync_call_restrictions.cc", | 105 "lib/sync_call_restrictions.cc", |
| 106 "lib/sync_event_watcher.cc", | 106 "lib/sync_event_watcher.cc", |
| 107 "lib/sync_handle_registry.cc", | 107 "lib/sync_handle_registry.cc", |
| 108 "lib/sync_handle_watcher.cc", | 108 "lib/sync_handle_watcher.cc", |
| 109 "lib/template_util.h", | 109 "lib/template_util.h", |
| 110 "lib/union_accessor.h", | |
| 111 "lib/validate_params.h", | 110 "lib/validate_params.h", |
| 112 "lib/validation_context.cc", | 111 "lib/validation_context.cc", |
| 113 "lib/validation_context.h", | 112 "lib/validation_context.h", |
| 114 "lib/validation_errors.cc", | 113 "lib/validation_errors.cc", |
| 115 "lib/validation_errors.h", | 114 "lib/validation_errors.h", |
| 116 "lib/validation_util.cc", | 115 "lib/validation_util.cc", |
| 117 "lib/validation_util.h", | 116 "lib/validation_util.h", |
| 118 "map.h", | 117 "map.h", |
| 119 "map_data_view.h", | 118 "map_data_view.h", |
| 120 "map_traits.h", | 119 "map_traits.h", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 ] | 184 ] |
| 186 | 185 |
| 187 public_deps = [ | 186 public_deps = [ |
| 188 ":bindings", | 187 ":bindings", |
| 189 "//third_party/WebKit/Source/wtf", | 188 "//third_party/WebKit/Source/wtf", |
| 190 ] | 189 ] |
| 191 | 190 |
| 192 public_configs = [ "//third_party/WebKit/Source:config" ] | 191 public_configs = [ "//third_party/WebKit/Source:config" ] |
| 193 } | 192 } |
| 194 } | 193 } |
| OLD | NEW |