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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 '../base/base.gyp:base', | 408 '../base/base.gyp:base', |
409 '../testing/gtest.gyp:gtest', | 409 '../testing/gtest.gyp:gtest', |
410 'sync', | 410 'sync', |
411 'test_support_sync_internal_api', | 411 'test_support_sync_internal_api', |
412 ], | 412 ], |
413 'direct_dependent_settings': { | 413 'direct_dependent_settings': { |
414 'include_dirs': [ | 414 'include_dirs': [ |
415 '..', | 415 '..', |
416 ], | 416 ], |
417 'sources': [ | 417 'sources': [ |
| 418 'api/sync_attachment_unittest.cc', |
418 'api/sync_change_unittest.cc', | 419 'api/sync_change_unittest.cc', |
419 'api/sync_error_unittest.cc', | 420 'api/sync_error_unittest.cc', |
420 'api/sync_merge_result_unittest.cc', | 421 'api/sync_merge_result_unittest.cc', |
421 ], | 422 ], |
422 }, | 423 }, |
423 }, | 424 }, |
424 | 425 |
425 # The unit test executable for sync tests. | 426 # The unit test executable for sync tests. |
426 { | 427 { |
427 'target_name': 'sync_unit_tests', | 428 'target_name': 'sync_unit_tests', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 'variables': { | 620 'variables': { |
620 'test_suite_name': 'sync_unit_tests', | 621 'test_suite_name': 'sync_unit_tests', |
621 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 622 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
622 }, | 623 }, |
623 'includes': [ '../build/apk_test.gypi' ], | 624 'includes': [ '../build/apk_test.gypi' ], |
624 }, | 625 }, |
625 ], | 626 ], |
626 }], | 627 }], |
627 ], | 628 ], |
628 } | 629 } |
OLD | NEW |