| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//components/sync/protocol/protocol_sources.gni") | 7 import("//components/sync/protocol/protocol_sources.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 static_library("sync") { | 10 static_library("sync") { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "base/get_session_name.cc", | 28 "base/get_session_name.cc", |
| 29 "base/get_session_name.h", | 29 "base/get_session_name.h", |
| 30 "base/get_session_name_ios.h", | 30 "base/get_session_name_ios.h", |
| 31 "base/get_session_name_ios.mm", | 31 "base/get_session_name_ios.mm", |
| 32 "base/get_session_name_linux.cc", | 32 "base/get_session_name_linux.cc", |
| 33 "base/get_session_name_linux.h", | 33 "base/get_session_name_linux.h", |
| 34 "base/get_session_name_mac.h", | 34 "base/get_session_name_mac.h", |
| 35 "base/get_session_name_mac.mm", | 35 "base/get_session_name_mac.mm", |
| 36 "base/get_session_name_win.cc", | 36 "base/get_session_name_win.cc", |
| 37 "base/get_session_name_win.h", | 37 "base/get_session_name_win.h", |
| 38 "base/hash_util.cc", |
| 39 "base/hash_util.h", |
| 38 "base/immutable.h", | 40 "base/immutable.h", |
| 39 "base/invalidation_adapter.cc", | 41 "base/invalidation_adapter.cc", |
| 40 "base/invalidation_adapter.h", | 42 "base/invalidation_adapter.h", |
| 41 "base/invalidation_helper.cc", | 43 "base/invalidation_helper.cc", |
| 42 "base/invalidation_helper.h", | 44 "base/invalidation_helper.h", |
| 43 "base/invalidation_interface.cc", | 45 "base/invalidation_interface.cc", |
| 44 "base/invalidation_interface.h", | 46 "base/invalidation_interface.h", |
| 45 "base/logging.cc", | 47 "base/logging.cc", |
| 46 "base/logging.h", | 48 "base/logging.h", |
| 47 "base/model_type.h", | 49 "base/model_type.h", |
| (...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 source_set("unit_tests") { | 824 source_set("unit_tests") { |
| 823 testonly = true | 825 testonly = true |
| 824 sources = [ | 826 sources = [ |
| 825 "base/attachment_id_proto_unittest.cc", | 827 "base/attachment_id_proto_unittest.cc", |
| 826 "base/bind_to_task_runner_unittest.cc", | 828 "base/bind_to_task_runner_unittest.cc", |
| 827 "base/cancelation_signal_unittest.cc", | 829 "base/cancelation_signal_unittest.cc", |
| 828 "base/cryptographer_unittest.cc", | 830 "base/cryptographer_unittest.cc", |
| 829 "base/data_type_histogram_unittest.cc", | 831 "base/data_type_histogram_unittest.cc", |
| 830 "base/enum_set_unittest.cc", | 832 "base/enum_set_unittest.cc", |
| 831 "base/get_session_name_unittest.cc", | 833 "base/get_session_name_unittest.cc", |
| 834 "base/hash_util_unittest.cc", |
| 832 "base/immutable_unittest.cc", | 835 "base/immutable_unittest.cc", |
| 833 "base/nigori_unittest.cc", | 836 "base/nigori_unittest.cc", |
| 834 "base/node_ordinal_unittest.cc", | 837 "base/node_ordinal_unittest.cc", |
| 835 "base/ordinal_unittest.cc", | 838 "base/ordinal_unittest.cc", |
| 836 "base/proto_value_ptr_unittest.cc", | 839 "base/proto_value_ptr_unittest.cc", |
| 837 "base/protobuf_unittest.cc", | 840 "base/protobuf_unittest.cc", |
| 838 "base/scoped_event_signal_unittest.cc", | 841 "base/scoped_event_signal_unittest.cc", |
| 839 "base/sync_prefs_unittest.cc", | 842 "base/sync_prefs_unittest.cc", |
| 840 "base/system_encryptor_unittest.cc", | 843 "base/system_encryptor_unittest.cc", |
| 841 "base/unique_position_unittest.cc", | 844 "base/unique_position_unittest.cc", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 "syncable/directory_backing_store_unittest.cc", | 927 "syncable/directory_backing_store_unittest.cc", |
| 925 "syncable/directory_unittest.cc", | 928 "syncable/directory_unittest.cc", |
| 926 "syncable/directory_unittest.h", | 929 "syncable/directory_unittest.h", |
| 927 "syncable/entry_kernel_unittest.cc", | 930 "syncable/entry_kernel_unittest.cc", |
| 928 "syncable/model_type_unittest.cc", | 931 "syncable/model_type_unittest.cc", |
| 929 "syncable/nigori_util_unittest.cc", | 932 "syncable/nigori_util_unittest.cc", |
| 930 "syncable/parent_child_index_unittest.cc", | 933 "syncable/parent_child_index_unittest.cc", |
| 931 "syncable/syncable_enum_conversions_unittest.cc", | 934 "syncable/syncable_enum_conversions_unittest.cc", |
| 932 "syncable/syncable_id_unittest.cc", | 935 "syncable/syncable_id_unittest.cc", |
| 933 "syncable/syncable_unittest.cc", | 936 "syncable/syncable_unittest.cc", |
| 934 "syncable/syncable_util_unittest.cc", | |
| 935 ] | 937 ] |
| 936 | 938 |
| 937 configs += [ "//build/config:precompiled_headers" ] | 939 configs += [ "//build/config:precompiled_headers" ] |
| 938 | 940 |
| 939 data = [ | 941 data = [ |
| 940 "//chrome/test/data/sync/", | 942 "//chrome/test/data/sync/", |
| 941 "//net/tools/testserver/", | 943 "//net/tools/testserver/", |
| 942 "//third_party/pyftpdlib/", | 944 "//third_party/pyftpdlib/", |
| 943 "//third_party/pywebsocket/", | 945 "//third_party/pywebsocket/", |
| 944 "//third_party/tlslite/", | 946 "//third_party/tlslite/", |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 deps = [ | 1138 deps = [ |
| 1137 ":fake_server_jni", | 1139 ":fake_server_jni", |
| 1138 ":sync", | 1140 ":sync", |
| 1139 ":test_support_fake_server", | 1141 ":test_support_fake_server", |
| 1140 "//base", | 1142 "//base", |
| 1141 "//testing/gtest", | 1143 "//testing/gtest", |
| 1142 "//url:url", | 1144 "//url:url", |
| 1143 ] | 1145 ] |
| 1144 } | 1146 } |
| 1145 } | 1147 } |
| OLD | NEW |