OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': ['src/cpp/libaddressinput.gypi'], | 5 'includes': ['src/cpp/libaddressinput.gypi'], |
6 'variables': { | 6 'variables': { |
| 7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd
ata', |
7 'libaddressinput_util_files': [ | 8 'libaddressinput_util_files': [ |
8 'src/cpp/src/address_data.cc', | 9 'src/cpp/src/address_data.cc', |
9 'src/cpp/src/address_field.cc', | 10 'src/cpp/src/address_field.cc', |
10 'src/cpp/src/address_field_util.cc', | 11 'src/cpp/src/address_field_util.cc', |
11 'src/cpp/src/address_formatter.cc', | 12 'src/cpp/src/address_formatter.cc', |
12 'src/cpp/src/address_metadata.cc', | 13 'src/cpp/src/address_metadata.cc', |
13 'src/cpp/src/address_ui.cc', | 14 'src/cpp/src/address_ui.cc', |
14 'src/cpp/src/format_element.cc', | 15 'src/cpp/src/format_element.cc', |
15 'src/cpp/src/language.cc', | 16 'src/cpp/src/language.cc', |
16 'src/cpp/src/localization.cc', | 17 'src/cpp/src/localization.cc', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'chromium/addressinput_util_unittest.cc', | 138 'chromium/addressinput_util_unittest.cc', |
138 'chromium/chrome_address_validator_unittest.cc', | 139 'chromium/chrome_address_validator_unittest.cc', |
139 'chromium/chrome_downloader_impl_unittest.cc', | 140 'chromium/chrome_downloader_impl_unittest.cc', |
140 'chromium/chrome_storage_impl_unittest.cc', | 141 'chromium/chrome_storage_impl_unittest.cc', |
141 'chromium/fallback_data_store_unittest.cc', | 142 'chromium/fallback_data_store_unittest.cc', |
142 'chromium/storage_test_runner.cc', | 143 'chromium/storage_test_runner.cc', |
143 'chromium/string_compare_unittest.cc', | 144 'chromium/string_compare_unittest.cc', |
144 'chromium/trie_unittest.cc', | 145 'chromium/trie_unittest.cc', |
145 ], | 146 ], |
146 'defines': [ | 147 'defines': [ |
147 'TEST_DATA_DIR="third_party/libaddressinput/src/testdata"', | 148 'TEST_DATA_DIR="<(libaddressinput_test_data_dir)"', |
148 ], | 149 ], |
149 'include_dirs': [ | 150 'include_dirs': [ |
150 '../../', | 151 '../../', |
151 'src/cpp/src/', | 152 'src/cpp/src/', |
152 ], | 153 ], |
153 'dependencies': [ | 154 'dependencies': [ |
154 '../../base/base.gyp:base_prefs', | 155 '../../base/base.gyp:base_prefs', |
155 '../../base/base.gyp:run_all_unittests', | 156 '../../base/base.gyp:run_all_unittests', |
156 '../../net/net.gyp:net_test_support', | 157 '../../net/net.gyp:net_test_support', |
157 '../../testing/gtest.gyp:gtest', | 158 '../../testing/gtest.gyp:gtest', |
158 'libaddressinput', | 159 'libaddressinput', |
159 'libaddressinput_util', | 160 'libaddressinput_util', |
160 ], | 161 ], |
161 }, | 162 }, |
162 ], | 163 ], |
163 } | 164 } |
OLD | NEW |