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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
8 { | 8 { |
9 'target_name': 'test_support_sync_core', | 9 'target_name': 'test_support_sync_core', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 '../testing/gmock.gyp:gmock', | 219 '../testing/gmock.gyp:gmock', |
220 '../testing/gtest.gyp:gtest', | 220 '../testing/gtest.gyp:gtest', |
221 'sync', | 221 'sync', |
222 'test_support_sync_core', | 222 'test_support_sync_core', |
223 ], | 223 ], |
224 'direct_dependent_settings': { | 224 'direct_dependent_settings': { |
225 'include_dirs': [ | 225 'include_dirs': [ |
226 '..', | 226 '..', |
227 ], | 227 ], |
228 'sources': [ | 228 'sources': [ |
| 229 'internal_api/public/base/cancelation_signal_unittest.cc', |
229 'internal_api/public/base/enum_set_unittest.cc', | 230 'internal_api/public/base/enum_set_unittest.cc', |
230 'internal_api/public/base/node_ordinal_unittest.cc', | 231 'internal_api/public/base/node_ordinal_unittest.cc', |
231 'internal_api/public/base/ordinal_unittest.cc', | 232 'internal_api/public/base/ordinal_unittest.cc', |
232 'internal_api/public/base/unique_position_unittest.cc', | 233 'internal_api/public/base/unique_position_unittest.cc', |
233 'internal_api/public/engine/model_safe_worker_unittest.cc', | 234 'internal_api/public/engine/model_safe_worker_unittest.cc', |
234 'internal_api/public/util/immutable_unittest.cc', | 235 'internal_api/public/util/immutable_unittest.cc', |
235 'internal_api/public/util/weak_handle_unittest.cc', | 236 'internal_api/public/util/weak_handle_unittest.cc', |
236 'engine/apply_control_data_updates_unittest.cc', | 237 'engine/apply_control_data_updates_unittest.cc', |
237 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc', | 238 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc', |
238 'engine/backoff_delay_provider_unittest.cc', | 239 'engine/backoff_delay_provider_unittest.cc', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'variables': { | 629 'variables': { |
629 'test_suite_name': 'sync_unit_tests', | 630 'test_suite_name': 'sync_unit_tests', |
630 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 631 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
631 }, | 632 }, |
632 'includes': [ '../build/apk_test.gypi' ], | 633 'includes': [ '../build/apk_test.gypi' ], |
633 }, | 634 }, |
634 ], | 635 ], |
635 }], | 636 }], |
636 ], | 637 ], |
637 } | 638 } |
OLD | NEW |