1 # Copyright (C) 2014 Google Inc. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 { 15 'variables': { 16 'libaddressinput_files': [ 17 'src/address_data.cc', 18 'src/address_field.cc', 19 'src/address_field_util.cc', 20 'src/address_formatter.cc', 21 'src/address_input_helper.cc', 22 'src/address_metadata.cc', 23 'src/address_normalizer.cc', 24 'src/address_problem.cc', 25 'src/address_ui.cc', 26 'src/address_validator.cc', 27 'src/format_element.cc', 28 'src/language.cc', 29 'src/localization.cc', 30 'src/lookup_key.cc', 31 'src/lookup_key_util.cc', 32 'src/null_storage.cc', 33 'src/ondemand_supplier.cc', 34 'src/ondemand_supply_task.cc', 35 'src/post_box_matchers.cc', 36 'src/preload_supplier.cc', 37 'src/region_data.cc', 38 'src/region_data_builder.cc', 39 'src/region_data_constants.cc', 40 'src/retriever.cc', 41 'src/rule.cc', 42 'src/rule_retriever.cc', 43 'src/util/json.cc', 44 'src/util/md5.cc', 45 'src/util/string_compare.cc', 46 'src/util/string_split.cc', 47 'src/util/string_util.cc', 48 'src/validating_storage.cc', 49 'src/validating_util.cc', 50 'src/validation_task.cc', 51 ], 52 'libaddressinput_test_files': [ 53 'test/address_data_test.cc', 54 'test/address_field_test.cc', 55 'test/address_field_util_test.cc', 56 'test/address_formatter_test.cc', 57 'test/address_input_helper_test.cc', 58 'test/address_metadata_test.cc', 59 'test/address_normalizer_test.cc', 60 'test/address_problem_test.cc', 61 'test/address_ui_test.cc', 62 'test/address_validator_test.cc', 63 'test/fake_downloader.cc', 64 'test/fake_downloader_test.cc', 65 'test/fake_storage.cc', 66 'test/fake_storage_test.cc', 67 'test/format_element_test.cc', 68 'test/language_test.cc', 69 'test/localization_test.cc', 70 'test/lookup_key_test.cc', 71 'test/lookup_key_util_test.cc', 72 'test/mock_downloader.cc', 73 'test/null_storage_test.cc', 74 'test/ondemand_supply_task_test.cc', 75 'test/post_box_matchers_test.cc', 76 'test/preload_supplier_test.cc', 77 'test/region_data_builder_test.cc', 78 'test/region_data_constants_test.cc', 79 'test/region_data_test.cc', 80 'test/retriever_test.cc', 81 'test/rule_retriever_test.cc', 82 'test/rule_test.cc', 83 'test/supplier_test.cc', 84 'test/util/json_test.cc', 85 'test/util/md5_unittest.cc', 86 'test/util/scoped_ptr_unittest.cc', 87 'test/util/string_compare_test.cc', 88 'test/util/string_split_unittest.cc', 89 'test/util/string_util_test.cc', 90 'test/validating_storage_test.cc', 91 'test/validating_util_test.cc', 92 'test/validation_task_test.cc', 93 ], 94 }, 95 } 96