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