OLD | NEW |
(Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 { |
| 5 'type': '<(gtest_target_type)', |
| 6 'sources': [ |
| 7 '<@(libaddressinput_test_files)', |
| 8 'chromium/addressinput_util_unittest.cc', |
| 9 'chromium/chrome_address_validator_unittest.cc', |
| 10 'chromium/chrome_metadata_source_unittest.cc', |
| 11 'chromium/chrome_storage_impl_unittest.cc', |
| 12 'chromium/fallback_data_store_unittest.cc', |
| 13 'chromium/storage_test_runner.cc', |
| 14 'chromium/string_compare_unittest.cc', |
| 15 'chromium/trie_unittest.cc', |
| 16 ], |
| 17 'include_dirs': [ |
| 18 '../../', |
| 19 'src/cpp/src/', |
| 20 ], |
| 21 'dependencies': [ |
| 22 '../../base/base.gyp:run_all_unittests', |
| 23 '../../components/prefs/prefs.gyp:prefs', |
| 24 '../../net/net.gyp:net_test_support', |
| 25 '../../testing/gtest.gyp:gtest', |
| 26 'libaddressinput', |
| 27 'libaddressinput_util', |
| 28 ], |
| 29 } |
OLD | NEW |