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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'protocol/proto_value_conversions_unittest.cc', | 680 'protocol/proto_value_conversions_unittest.cc', |
681 'sessions/ordered_commit_set_unittest.cc', | 681 'sessions/ordered_commit_set_unittest.cc', |
682 'sessions/status_controller_unittest.cc', | 682 'sessions/status_controller_unittest.cc', |
683 'sessions/sync_session_unittest.cc', | 683 'sessions/sync_session_unittest.cc', |
684 'syncable/directory_backing_store_unittest.cc', | 684 'syncable/directory_backing_store_unittest.cc', |
685 'syncable/model_type_unittest.cc', | 685 'syncable/model_type_unittest.cc', |
686 'syncable/nigori_util_unittest.cc', | 686 'syncable/nigori_util_unittest.cc', |
687 'syncable/syncable_enum_conversions_unittest.cc', | 687 'syncable/syncable_enum_conversions_unittest.cc', |
688 'syncable/syncable_id_unittest.cc', | 688 'syncable/syncable_id_unittest.cc', |
689 'syncable/syncable_unittest.cc', | 689 'syncable/syncable_unittest.cc', |
| 690 'syncable/syncable_util_unittest.cc', |
690 'util/cryptographer_unittest.cc', | 691 'util/cryptographer_unittest.cc', |
691 'util/data_encryption_win_unittest.cc', | 692 'util/data_encryption_win_unittest.cc', |
692 'util/data_type_histogram_unittest.cc', | 693 'util/data_type_histogram_unittest.cc', |
693 'util/get_session_name_unittest.cc', | 694 'util/get_session_name_unittest.cc', |
694 'util/nigori_unittest.cc', | 695 'util/nigori_unittest.cc', |
695 'util/protobuf_unittest.cc', | 696 'util/protobuf_unittest.cc', |
696 ], | 697 ], |
697 'conditions': [ | 698 'conditions': [ |
698 ['OS == "ios" and coverage != 0', { | 699 ['OS == "ios" and coverage != 0', { |
699 'sources!': [ | 700 'sources!': [ |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
994 'variables': { | 995 'variables': { |
995 'test_suite_name': 'sync_unit_tests', | 996 'test_suite_name': 'sync_unit_tests', |
996 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
997 }, | 998 }, |
998 'includes': [ '../build/apk_test.gypi' ], | 999 'includes': [ '../build/apk_test.gypi' ], |
999 }, | 1000 }, |
1000 ], | 1001 ], |
1001 }], | 1002 }], |
1002 ], | 1003 ], |
1003 } | 1004 } |
OLD | NEW |