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