| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'test_support_sync_internal_api', | 446 'test_support_sync_internal_api', |
| 447 ], | 447 ], |
| 448 'direct_dependent_settings': { | 448 'direct_dependent_settings': { |
| 449 'include_dirs': [ | 449 'include_dirs': [ |
| 450 '..', | 450 '..', |
| 451 ], | 451 ], |
| 452 'sources': [ | 452 'sources': [ |
| 453 'api/attachments/attachment_unittest.cc', | 453 'api/attachments/attachment_unittest.cc', |
| 454 'api/attachments/fake_attachment_store_unittest.cc', | 454 'api/attachments/fake_attachment_store_unittest.cc', |
| 455 'api/sync_change_unittest.cc', | 455 'api/sync_change_unittest.cc', |
| 456 'api/sync_data_unittest.cc', |
| 456 'api/sync_error_unittest.cc', | 457 'api/sync_error_unittest.cc', |
| 457 'api/sync_merge_result_unittest.cc', | 458 'api/sync_merge_result_unittest.cc', |
| 458 ], | 459 ], |
| 459 }, | 460 }, |
| 460 }, | 461 }, |
| 461 | 462 |
| 462 # The unit test executable for sync tests. | 463 # The unit test executable for sync tests. |
| 463 { | 464 { |
| 464 'target_name': 'sync_unit_tests', | 465 'target_name': 'sync_unit_tests', |
| 465 'type': '<(gtest_target_type)', | 466 'type': '<(gtest_target_type)', |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'variables': { | 657 'variables': { |
| 657 'test_suite_name': 'sync_unit_tests', | 658 'test_suite_name': 'sync_unit_tests', |
| 658 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 659 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 659 }, | 660 }, |
| 660 'includes': [ '../build/apk_test.gypi' ], | 661 'includes': [ '../build/apk_test.gypi' ], |
| 661 }, | 662 }, |
| 662 ], | 663 ], |
| 663 }], | 664 }], |
| 664 ], | 665 ], |
| 665 } | 666 } |
| OLD | NEW |