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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 ], | 469 ], |
470 'direct_dependent_settings': { | 470 'direct_dependent_settings': { |
471 'include_dirs': [ | 471 'include_dirs': [ |
472 '..', | 472 '..', |
473 ], | 473 ], |
474 'sources': [ | 474 'sources': [ |
475 'api/attachments/attachment_unittest.cc', | 475 'api/attachments/attachment_unittest.cc', |
476 'api/attachments/attachment_id_unittest.cc', | 476 'api/attachments/attachment_id_unittest.cc', |
477 'api/attachments/attachment_service_proxy_unittest.cc', | 477 'api/attachments/attachment_service_proxy_unittest.cc', |
478 'api/attachments/fake_attachment_store_unittest.cc', | 478 'api/attachments/fake_attachment_store_unittest.cc', |
| 479 'api/attachments/fake_attachment_uploader_unittest.cc', |
479 'api/sync_change_unittest.cc', | 480 'api/sync_change_unittest.cc', |
480 'api/sync_data_unittest.cc', | 481 'api/sync_data_unittest.cc', |
481 'api/sync_error_unittest.cc', | 482 'api/sync_error_unittest.cc', |
482 'api/sync_merge_result_unittest.cc', | 483 'api/sync_merge_result_unittest.cc', |
483 ], | 484 ], |
484 }, | 485 }, |
485 }, | 486 }, |
486 | 487 |
487 # The unit test executable for sync tests. | 488 # The unit test executable for sync tests. |
488 { | 489 { |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 ], | 682 ], |
682 'variables': { | 683 'variables': { |
683 'test_suite_name': 'sync_unit_tests', | 684 'test_suite_name': 'sync_unit_tests', |
684 }, | 685 }, |
685 'includes': [ '../build/apk_test.gypi' ], | 686 'includes': [ '../build/apk_test.gypi' ], |
686 }, | 687 }, |
687 ], | 688 ], |
688 }], | 689 }], |
689 ], | 690 ], |
690 } | 691 } |
OLD | NEW |