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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 '../testing/gmock.gyp:gmock', | 417 '../testing/gmock.gyp:gmock', |
418 '../testing/gtest.gyp:gtest', | 418 '../testing/gtest.gyp:gtest', |
419 'sync', | 419 'sync', |
420 'test_support_sync_internal_api', | 420 'test_support_sync_internal_api', |
421 ], | 421 ], |
422 'direct_dependent_settings': { | 422 'direct_dependent_settings': { |
423 'include_dirs': [ | 423 'include_dirs': [ |
424 '..', | 424 '..', |
425 ], | 425 ], |
426 'sources': [ | 426 'sources': [ |
| 427 'internal_api/attachments/attachment_uploader_impl_unittest.cc', |
427 'internal_api/attachments/fake_attachment_store_unittest.cc', | 428 'internal_api/attachments/fake_attachment_store_unittest.cc', |
428 'internal_api/attachments/fake_attachment_uploader_unittest.cc', | 429 'internal_api/attachments/fake_attachment_uploader_unittest.cc', |
429 'internal_api/debug_info_event_listener_unittest.cc', | 430 'internal_api/debug_info_event_listener_unittest.cc', |
430 'internal_api/http_bridge_unittest.cc', | 431 'internal_api/http_bridge_unittest.cc', |
431 'internal_api/js_mutation_event_observer_unittest.cc', | 432 'internal_api/js_mutation_event_observer_unittest.cc', |
432 'internal_api/js_sync_encryption_handler_observer_unittest.cc', | 433 'internal_api/js_sync_encryption_handler_observer_unittest.cc', |
433 'internal_api/js_sync_manager_observer_unittest.cc', | 434 'internal_api/js_sync_manager_observer_unittest.cc', |
434 'internal_api/protocol_event_buffer_unittest.cc', | 435 'internal_api/protocol_event_buffer_unittest.cc', |
435 'internal_api/public/change_record_unittest.cc', | 436 'internal_api/public/change_record_unittest.cc', |
436 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', | 437 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 ], | 688 ], |
688 'variables': { | 689 'variables': { |
689 'test_suite_name': 'sync_unit_tests', | 690 'test_suite_name': 'sync_unit_tests', |
690 }, | 691 }, |
691 'includes': [ '../build/apk_test.gypi' ], | 692 'includes': [ '../build/apk_test.gypi' ], |
692 }, | 693 }, |
693 ], | 694 ], |
694 }], | 695 }], |
695 ], | 696 ], |
696 } | 697 } |
OLD | NEW |