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