OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 # The core sync library. | 10 # The core sync library. |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'js/sync_js_controller.h', | 147 'js/sync_js_controller.h', |
148 'protocol/proto_enum_conversions.cc', | 148 'protocol/proto_enum_conversions.cc', |
149 'protocol/proto_enum_conversions.h', | 149 'protocol/proto_enum_conversions.h', |
150 'protocol/proto_value_conversions.cc', | 150 'protocol/proto_value_conversions.cc', |
151 'protocol/proto_value_conversions.h', | 151 'protocol/proto_value_conversions.h', |
152 'protocol/sync_protocol_error.cc', | 152 'protocol/sync_protocol_error.cc', |
153 'protocol/sync_protocol_error.h', | 153 'protocol/sync_protocol_error.h', |
154 'sessions/debug_info_getter.h', | 154 'sessions/debug_info_getter.h', |
155 'sessions/ordered_commit_set.cc', | 155 'sessions/ordered_commit_set.cc', |
156 'sessions/ordered_commit_set.h', | 156 'sessions/ordered_commit_set.h', |
157 'sessions/session_state.cc', | |
158 'sessions/session_state.h', | |
159 'sessions/status_controller.cc', | 157 'sessions/status_controller.cc', |
160 'sessions/status_controller.h', | 158 'sessions/status_controller.h', |
161 'sessions/sync_session.cc', | 159 'sessions/sync_session.cc', |
162 'sessions/sync_session.h', | 160 'sessions/sync_session.h', |
163 'sessions/sync_session_context.cc', | 161 'sessions/sync_session_context.cc', |
164 'sessions/sync_session_context.h', | 162 'sessions/sync_session_context.h', |
165 'syncable/base_transaction.cc', | 163 'syncable/base_transaction.cc', |
166 'syncable/base_transaction.h', | 164 'syncable/base_transaction.h', |
167 'syncable/blob.h', | 165 'syncable/blob.h', |
168 'syncable/dir_open_result.h', | 166 'syncable/dir_open_result.h', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'protocol/sync_proto.gyp:sync_proto', | 426 'protocol/sync_proto.gyp:sync_proto', |
429 'sync', | 427 'sync', |
430 ], | 428 ], |
431 'sources': [ | 429 'sources': [ |
432 'internal_api/public/base/invalidation_test_util.cc', | 430 'internal_api/public/base/invalidation_test_util.cc', |
433 'internal_api/public/base/invalidation_test_util.h', | 431 'internal_api/public/base/invalidation_test_util.h', |
434 'internal_api/public/base/model_type_invalidation_map_test_util.cc', | 432 'internal_api/public/base/model_type_invalidation_map_test_util.cc', |
435 'internal_api/public/base/model_type_invalidation_map_test_util.h', | 433 'internal_api/public/base/model_type_invalidation_map_test_util.h', |
436 'internal_api/public/base/model_type_test_util.cc', | 434 'internal_api/public/base/model_type_test_util.cc', |
437 'internal_api/public/base/model_type_test_util.h', | 435 'internal_api/public/base/model_type_test_util.h', |
| 436 'internal_api/public/sessions/sync_source_info_unittest.cc', |
| 437 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', |
438 'js/js_test_util.cc', | 438 'js/js_test_util.cc', |
439 'js/js_test_util.h', | 439 'js/js_test_util.h', |
440 'sessions/test_util.cc', | 440 'sessions/test_util.cc', |
441 'sessions/test_util.h', | 441 'sessions/test_util.h', |
442 'syncable/syncable_mock.cc', | 442 'syncable/syncable_mock.cc', |
443 'syncable/syncable_mock.h', | 443 'syncable/syncable_mock.h', |
444 'test/callback_counter.h', | 444 'test/callback_counter.h', |
445 'test/engine/fake_model_worker.cc', | 445 'test/engine/fake_model_worker.cc', |
446 'test/engine/fake_model_worker.h', | 446 'test/engine/fake_model_worker.h', |
447 'test/engine/fake_sync_scheduler.cc', | 447 'test/engine/fake_sync_scheduler.cc', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'engine/syncer_proto_util_unittest.cc', | 611 'engine/syncer_proto_util_unittest.cc', |
612 'engine/syncer_unittest.cc', | 612 'engine/syncer_unittest.cc', |
613 'engine/throttled_data_type_tracker_unittest.cc', | 613 'engine/throttled_data_type_tracker_unittest.cc', |
614 'engine/traffic_recorder_unittest.cc', | 614 'engine/traffic_recorder_unittest.cc', |
615 'js/js_arg_list_unittest.cc', | 615 'js/js_arg_list_unittest.cc', |
616 'js/js_event_details_unittest.cc', | 616 'js/js_event_details_unittest.cc', |
617 'js/sync_js_controller_unittest.cc', | 617 'js/sync_js_controller_unittest.cc', |
618 'protocol/proto_enum_conversions_unittest.cc', | 618 'protocol/proto_enum_conversions_unittest.cc', |
619 'protocol/proto_value_conversions_unittest.cc', | 619 'protocol/proto_value_conversions_unittest.cc', |
620 'sessions/ordered_commit_set_unittest.cc', | 620 'sessions/ordered_commit_set_unittest.cc', |
621 'sessions/session_state_unittest.cc', | |
622 'sessions/status_controller_unittest.cc', | 621 'sessions/status_controller_unittest.cc', |
623 'sessions/sync_session_unittest.cc', | 622 'sessions/sync_session_unittest.cc', |
624 'syncable/directory_backing_store_unittest.cc', | 623 'syncable/directory_backing_store_unittest.cc', |
625 'syncable/model_type_unittest.cc', | 624 'syncable/model_type_unittest.cc', |
626 'syncable/nigori_util_unittest.cc', | 625 'syncable/nigori_util_unittest.cc', |
627 'syncable/syncable_enum_conversions_unittest.cc', | 626 'syncable/syncable_enum_conversions_unittest.cc', |
628 'syncable/syncable_id_unittest.cc', | 627 'syncable/syncable_id_unittest.cc', |
629 'syncable/syncable_unittest.cc', | 628 'syncable/syncable_unittest.cc', |
630 'util/cryptographer_unittest.cc', | 629 'util/cryptographer_unittest.cc', |
631 'util/data_encryption_win_unittest.cc', | 630 'util/data_encryption_win_unittest.cc', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 'variables': { | 897 'variables': { |
899 'test_suite_name': 'sync_unit_tests', | 898 'test_suite_name': 'sync_unit_tests', |
900 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 899 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
901 }, | 900 }, |
902 'includes': [ '../build/apk_test.gypi' ], | 901 'includes': [ '../build/apk_test.gypi' ], |
903 }, | 902 }, |
904 ], | 903 ], |
905 }], | 904 }], |
906 ], | 905 ], |
907 } | 906 } |
OLD | NEW |