Chromium Code Reviews| 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("js") { | 5 source_set("js") { |
| 6 sources = [ | 6 sources = [ |
| 7 "constants.cc", | 7 "constants.cc", |
| 8 "constants.h", | 8 "constants.h", |
| 9 ] | 9 ] |
| 10 } | 10 } |
| 11 | |
| 12 group("bindings") { | |
| 13 data = [ | |
| 14 "bindings.js", | |
| 15 "buffer.js", | |
| 16 "codec.js", | |
| 17 "connection.js", | |
| 18 "connector.js", | |
| 19 "constants.cc", | |
| 20 "constants.h", | |
| 21 "core.js", | |
| 22 "router.js", | |
| 23 "support.js", | |
| 24 "threading.js", | |
| 25 "unicode.js", | |
| 26 "validator.js", | |
| 27 ] | |
| 28 } | |
| 29 | |
| 30 group("tests") { | |
| 31 testonly = true | |
| 32 | |
| 33 data = [ | |
| 34 "codec_unittests.js", | |
| 35 "core_unittests.js", | |
| 36 "struct_unittests.js", | |
| 37 "test/validation_test_input_parser.js", | |
| 38 "union_unittests.js", | |
| 39 "validation_unittests.js", | |
| 40 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd0_good.data", | |
|
jam
2016/04/28 15:59:29
just
//mojo/public/interfaces/bindings/tests/data/
Sam McNally
2016/04/29 00:21:23
Done.
| |
| 41 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd0_good.expected", | |
| 42 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd0_unexpected_invalid_associated_interface.data", | |
| 43 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd0_unexpected_invalid_associated_interface.expected", | |
| 44 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd1_good.data", | |
| 45 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd1_good.expected", | |
| 46 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd1_unexpected_invalid_associated_request.data", | |
| 47 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd1_unexpected_invalid_associated_request.expected", | |
| 48 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd2_master_interface_id.data", | |
| 49 "//mojo/public/interfaces/bindings/tests/data/validation/associated_conforma nce_mthd2_master_interface_id.expected", | |
| 50 "//mojo/public/interfaces/bindings/tests/data/validation/boundscheck_msghdr_ no_such_method.data", | |
| 51 "//mojo/public/interfaces/bindings/tests/data/validation/boundscheck_msghdr_ no_such_method.expected", | |
| 52 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_empty.d ata", | |
| 53 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_empty.e xpected", | |
| 54 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ incomplete_struct.data", | |
| 55 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ incomplete_struct.expected", | |
| 56 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ incomplete_struct_header.data", | |
| 57 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ incomplete_struct_header.expected", | |
| 58 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ invalid_flag_combo.data", | |
| 59 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ invalid_flag_combo.expected", | |
| 60 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ missing_request_id.data", | |
| 61 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ missing_request_id.expected", | |
| 62 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ no_such_method.data", | |
| 63 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ no_such_method.expected", | |
| 64 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_huge.data", | |
| 65 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_huge.expected", | |
| 66 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_less_than_min_requirement.data", | |
| 67 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_less_than_min_requirement.expected", | |
| 68 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_less_than_struct_header.data", | |
| 69 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_less_than_struct_header.expected", | |
| 70 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_version_mismatch_1.data", | |
| 71 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_version_mismatch_1.expected", | |
| 72 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_version_mismatch_2.data", | |
| 73 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_version_mismatch_2.expected", | |
| 74 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_version_mismatch_3.data", | |
| 75 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_msghdr_ num_bytes_version_mismatch_3.expected", | |
| 76 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_g ood.data", | |
| 77 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_g ood.expected", | |
| 78 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i ncomplete_struct.data", | |
| 79 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i ncomplete_struct.expected", | |
| 80 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i ncomplete_struct_header.data", | |
| 81 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i ncomplete_struct_header.expected", | |
| 82 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i nvalid_request_flags2.data", | |
| 83 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i nvalid_request_flags2.expected", | |
| 84 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i nvalid_request_flags.data", | |
| 85 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_i nvalid_request_flags.expected", | |
| 86 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_s truct_num_bytes_huge.data", | |
| 87 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_s truct_num_bytes_huge.expected", | |
| 88 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_s truct_num_bytes_less_than_min_requirement.data", | |
| 89 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_s truct_num_bytes_less_than_min_requirement.expected", | |
| 90 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_s truct_num_bytes_less_than_struct_header.data", | |
| 91 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd0_s truct_num_bytes_less_than_struct_header.expected", | |
| 92 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ good.data", | |
| 93 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ good.expected", | |
| 94 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ good_non_unique_keys.data", | |
| 95 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ good_non_unique_keys.expected", | |
| 96 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ null_keys.data", | |
| 97 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ null_keys.expected", | |
| 98 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ null_values.data", | |
| 99 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ null_values.expected", | |
| 100 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ one_null_key.data", | |
| 101 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ one_null_key.expected", | |
| 102 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ unequal_array_size.data", | |
| 103 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_ unequal_array_size.expected", | |
| 104 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version0.data", | |
| 105 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version0.expected", | |
| 106 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version1.data", | |
| 107 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version1.expected", | |
| 108 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version2.data", | |
| 109 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version2.expected", | |
| 110 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version3.data", | |
| 111 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version3.expected", | |
| 112 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version_newer_than_known_1.data", | |
| 113 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version_newer_than_known_1.expected", | |
| 114 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version_newer_than_known_2.data", | |
| 115 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ good_version_newer_than_known_2.expected", | |
| 116 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ num_bytes_version_mismatch_1.data", | |
| 117 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ num_bytes_version_mismatch_1.expected", | |
| 118 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ num_bytes_version_mismatch_2.data", | |
| 119 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd11_ num_bytes_version_mismatch_2.expected", | |
| 120 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd12_ invalid_request_flags.data", | |
| 121 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd12_ invalid_request_flags.expected", | |
| 122 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd13_ good_1.data", | |
| 123 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd13_ good_1.expected", | |
| 124 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd13_ good_2.data", | |
| 125 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd13_ good_2.expected", | |
| 126 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd14_ good_known_enum_values.data", | |
| 127 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd14_ good_known_enum_values.expected", | |
| 128 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd14_ good_uknown_extensible_enum_value.data", | |
| 129 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd14_ good_uknown_extensible_enum_value.expected", | |
| 130 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd14_ uknown_non_extensible_enum_value.data", | |
| 131 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd14_ uknown_non_extensible_enum_value.expected", | |
| 132 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd15_ good_known_enum_array_values.data", | |
| 133 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd15_ good_known_enum_array_values.expected", | |
| 134 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd15_ good_uknown_extensible_enum_array_value.data", | |
| 135 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd15_ good_uknown_extensible_enum_array_value.expected", | |
| 136 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd15_ uknown_non_extensible_enum_array_value.data", | |
| 137 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd15_ uknown_non_extensible_enum_array_value.expected", | |
| 138 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_g ood.data", | |
| 139 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_g ood.expected", | |
| 140 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_m isaligned_struct.data", | |
| 141 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_m isaligned_struct.expected", | |
| 142 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_s truct_pointer_overflow.data", | |
| 143 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_s truct_pointer_overflow.expected", | |
| 144 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_u nexpected_null_struct.data", | |
| 145 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd1_u nexpected_null_struct.expected", | |
| 146 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_g ood.data", | |
| 147 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_g ood.expected", | |
| 148 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_m ultiple_pointers_to_same_struct.data", | |
| 149 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_m ultiple_pointers_to_same_struct.expected", | |
| 150 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_o verlapped_objects.data", | |
| 151 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_o verlapped_objects.expected", | |
| 152 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_w rong_layout_order.data", | |
| 153 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_w rong_layout_order.expected", | |
| 154 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_num_bytes_huge.data", | |
| 155 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_num_bytes_huge.expected", | |
| 156 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_num_bytes_less_than_array_header.data", | |
| 157 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_num_bytes_less_than_array_header.expected", | |
| 158 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_num_bytes_less_than_necessary_size.data", | |
| 159 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_num_bytes_less_than_necessary_size.expected", | |
| 160 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_pointer_overflow.data", | |
| 161 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_a rray_pointer_overflow.expected", | |
| 162 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_g ood.data", | |
| 163 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_g ood.expected", | |
| 164 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_i ncomplete_array.data", | |
| 165 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_i ncomplete_array.expected", | |
| 166 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_i ncomplete_array_header.data", | |
| 167 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_i ncomplete_array_header.expected", | |
| 168 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_m isaligned_array.data", | |
| 169 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_m isaligned_array.expected", | |
| 170 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_u nexpected_null_array.data", | |
| 171 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd3_u nexpected_null_array.expected", | |
| 172 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_g ood.data", | |
| 173 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_g ood.expected", | |
| 174 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_m ultiple_pointers_to_same_array.data", | |
| 175 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_m ultiple_pointers_to_same_array.expected", | |
| 176 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_o verlapped_objects.data", | |
| 177 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_o verlapped_objects.expected", | |
| 178 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_w rong_layout_order.data", | |
| 179 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd4_w rong_layout_order.expected", | |
| 180 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_g ood.data", | |
| 181 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_g ood.expected", | |
| 182 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_h andle_out_of_range.data", | |
| 183 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_h andle_out_of_range.expected", | |
| 184 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_m ultiple_handles_with_same_value_1.data", | |
| 185 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_m ultiple_handles_with_same_value_1.expected", | |
| 186 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_m ultiple_handles_with_same_value_2.data", | |
| 187 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_m ultiple_handles_with_same_value_2.expected", | |
| 188 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_u nexpected_invalid_handle.data", | |
| 189 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_u nexpected_invalid_handle.expected", | |
| 190 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_w rong_handle_order.data", | |
| 191 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_w rong_handle_order.expected", | |
| 192 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd6_g ood.data", | |
| 193 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd6_g ood.expected", | |
| 194 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd6_n ested_array_num_bytes_less_than_necessary_size.data", | |
| 195 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd6_n ested_array_num_bytes_less_than_necessary_size.expected", | |
| 196 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_g ood.data", | |
| 197 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_g ood.expected", | |
| 198 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_u nexpected_null_fixed_array.data", | |
| 199 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_u nexpected_null_fixed_array.expected", | |
| 200 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_u nmatched_array_elements.data", | |
| 201 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_u nmatched_array_elements.expected", | |
| 202 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_u nmatched_array_elements_nested.data", | |
| 203 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_u nmatched_array_elements_nested.expected", | |
| 204 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_a rray_num_bytes_overflow.data", | |
| 205 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_a rray_num_bytes_overflow.expected", | |
| 206 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_g ood.data", | |
| 207 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_g ood.expected", | |
| 208 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_u nexpected_null_array.data", | |
| 209 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_u nexpected_null_array.expected", | |
| 210 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_u nexpected_null_string.data", | |
| 211 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd8_u nexpected_null_string.expected", | |
| 212 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd9_g ood.data", | |
| 213 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd9_g ood.expected", | |
| 214 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd9_g ood_null_array.data", | |
| 215 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd9_g ood_null_array.expected", | |
| 216 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd9_u nexpected_null_array.data", | |
| 217 "//mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd9_u nexpected_null_array.expected", | |
| 218 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_re sp_mthd0_good.data", | |
| 219 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_re sp_mthd0_good.expected", | |
| 220 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_re sp_mthd0_unexpected_array_header.data", | |
| 221 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_re sp_mthd0_unexpected_array_header.expected", | |
| 222 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rq st_mthd0_good.data", | |
| 223 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rq st_mthd0_good.expected", | |
| 224 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rq st_mthd0_unexpected_struct_header.data", | |
| 225 "//mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rq st_mthd0_unexpected_struct_header.expected", | |
| 226 "//mojo/public/interfaces/bindings/tests/data/validation/integration_msghdr_ invalid_flags.data", | |
| 227 "//mojo/public/interfaces/bindings/tests/data/validation/integration_msghdr_ invalid_flags.expected", | |
| 228 "//mojo/public/interfaces/bindings/tests/data/validation/resp_boundscheck_ms ghdr_no_such_method.data", | |
| 229 "//mojo/public/interfaces/bindings/tests/data/validation/resp_boundscheck_ms ghdr_no_such_method.expected", | |
| 230 "//mojo/public/interfaces/bindings/tests/data/validation/resp_conformance_ms ghdr_invalid_response_flags1.data", | |
| 231 "//mojo/public/interfaces/bindings/tests/data/validation/resp_conformance_ms ghdr_invalid_response_flags1.expected", | |
| 232 "//mojo/public/interfaces/bindings/tests/data/validation/resp_conformance_ms ghdr_invalid_response_flags2.data", | |
| 233 "//mojo/public/interfaces/bindings/tests/data/validation/resp_conformance_ms ghdr_invalid_response_flags2.expected", | |
| 234 "//mojo/public/interfaces/bindings/tests/data/validation/resp_conformance_ms ghdr_no_such_method.data", | |
| 235 "//mojo/public/interfaces/bindings/tests/data/validation/resp_conformance_ms ghdr_no_such_method.expected", | |
| 236 ] | |
| 237 public_deps = [ | |
| 238 ":bindings", | |
| 239 ] | |
| 240 } | |
| OLD | NEW |