OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 'js/js_test_util.h', | 487 'js/js_test_util.h', |
488 'sessions/test_util.cc', | 488 'sessions/test_util.cc', |
489 'sessions/test_util.h', | 489 'sessions/test_util.h', |
490 'syncable/syncable_mock.cc', | 490 'syncable/syncable_mock.cc', |
491 'syncable/syncable_mock.h', | 491 'syncable/syncable_mock.h', |
492 'test/callback_counter.h', | 492 'test/callback_counter.h', |
493 'test/engine/fake_model_worker.cc', | 493 'test/engine/fake_model_worker.cc', |
494 'test/engine/fake_model_worker.h', | 494 'test/engine/fake_model_worker.h', |
495 'test/engine/fake_sync_scheduler.cc', | 495 'test/engine/fake_sync_scheduler.cc', |
496 'test/engine/fake_sync_scheduler.h', | 496 'test/engine/fake_sync_scheduler.h', |
| 497 'test/engine/fake_traffic_recorder.cc', |
| 498 'test/engine/fake_traffic_recorder.h', |
497 'test/engine/mock_connection_manager.cc', | 499 'test/engine/mock_connection_manager.cc', |
498 'test/engine/mock_connection_manager.h', | 500 'test/engine/mock_connection_manager.h', |
499 'test/engine/syncer_command_test.cc', | 501 'test/engine/syncer_command_test.cc', |
500 'test/engine/syncer_command_test.h', | 502 'test/engine/syncer_command_test.h', |
501 'test/engine/test_directory_setter_upper.cc', | 503 'test/engine/test_directory_setter_upper.cc', |
502 'test/engine/test_directory_setter_upper.h', | 504 'test/engine/test_directory_setter_upper.h', |
503 'test/engine/test_id_factory.h', | 505 'test/engine/test_id_factory.h', |
504 'test/engine/test_syncable_utils.cc', | 506 'test/engine/test_syncable_utils.cc', |
505 'test/engine/test_syncable_utils.h', | 507 'test/engine/test_syncable_utils.h', |
506 'test/fake_encryptor.cc', | 508 'test/fake_encryptor.cc', |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1031 'variables': { | 1033 'variables': { |
1032 'test_suite_name': 'sync_unit_tests', | 1034 'test_suite_name': 'sync_unit_tests', |
1033 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 1035 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
1034 }, | 1036 }, |
1035 'includes': [ '../build/apk_test.gypi' ], | 1037 'includes': [ '../build/apk_test.gypi' ], |
1036 }, | 1038 }, |
1037 ], | 1039 ], |
1038 }], | 1040 }], |
1039 ], | 1041 ], |
1040 } | 1042 } |
OLD | NEW |