| 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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'sync', | 481 'sync', |
| 482 'test_support_sync_internal_api', | 482 'test_support_sync_internal_api', |
| 483 ], | 483 ], |
| 484 'direct_dependent_settings': { | 484 'direct_dependent_settings': { |
| 485 'include_dirs': [ | 485 'include_dirs': [ |
| 486 '..', | 486 '..', |
| 487 ], | 487 ], |
| 488 'sources': [ | 488 'sources': [ |
| 489 'api/attachments/attachment_unittest.cc', | 489 'api/attachments/attachment_unittest.cc', |
| 490 'api/attachments/attachment_id_unittest.cc', | 490 'api/attachments/attachment_id_unittest.cc', |
| 491 'api/attachments/attachment_service_impl_unittest.cc', |
| 491 'api/attachments/attachment_service_proxy_unittest.cc', | 492 'api/attachments/attachment_service_proxy_unittest.cc', |
| 492 'api/sync_change_unittest.cc', | 493 'api/sync_change_unittest.cc', |
| 493 'api/sync_data_unittest.cc', | 494 'api/sync_data_unittest.cc', |
| 494 'api/sync_error_unittest.cc', | 495 'api/sync_error_unittest.cc', |
| 495 'api/sync_merge_result_unittest.cc', | 496 'api/sync_merge_result_unittest.cc', |
| 496 ], | 497 ], |
| 497 }, | 498 }, |
| 498 }, | 499 }, |
| 499 | 500 |
| 500 # The unit test executable for sync tests. | 501 # The unit test executable for sync tests. |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 ], | 692 ], |
| 692 'variables': { | 693 'variables': { |
| 693 'test_suite_name': 'sync_unit_tests', | 694 'test_suite_name': 'sync_unit_tests', |
| 694 }, | 695 }, |
| 695 'includes': [ '../build/apk_test.gypi' ], | 696 'includes': [ '../build/apk_test.gypi' ], |
| 696 }, | 697 }, |
| 697 ], | 698 ], |
| 698 }], | 699 }], |
| 699 ], | 700 ], |
| 700 } | 701 } |
| OLD | NEW |