| 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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 "//base", | 969 "//base", |
| 970 "//base/test:test_support", | 970 "//base/test:test_support", |
| 971 "//components/invalidation/impl", | 971 "//components/invalidation/impl", |
| 972 "//components/os_crypt:test_support", | 972 "//components/os_crypt:test_support", |
| 973 "//components/prefs:test_support", | 973 "//components/prefs:test_support", |
| 974 "//components/signin/core/browser:test_support", | 974 "//components/signin/core/browser:test_support", |
| 975 "//components/sync/engine_impl/attachments/proto", | 975 "//components/sync/engine_impl/attachments/proto", |
| 976 "//components/sync_preferences", | 976 "//components/sync_preferences", |
| 977 "//components/sync_preferences:test_support", | 977 "//components/sync_preferences:test_support", |
| 978 "//components/version_info", | 978 "//components/version_info", |
| 979 "//components/version_info:version_string", |
| 979 "//google_apis", | 980 "//google_apis", |
| 980 "//google_apis:test_support", | 981 "//google_apis:test_support", |
| 981 "//net", | 982 "//net", |
| 982 "//net:test_support", | 983 "//net:test_support", |
| 983 "//sql", | 984 "//sql", |
| 984 "//sql:test_support", | 985 "//sql:test_support", |
| 985 "//testing/gmock", | 986 "//testing/gmock", |
| 986 "//testing/gtest", | 987 "//testing/gtest", |
| 987 "//third_party/leveldatabase", | 988 "//third_party/leveldatabase", |
| 988 "//third_party/protobuf:protobuf_lite", | 989 "//third_party/protobuf:protobuf_lite", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1150 deps = [ | 1151 deps = [ |
| 1151 ":fake_server_jni", | 1152 ":fake_server_jni", |
| 1152 ":sync", | 1153 ":sync", |
| 1153 ":test_support_fake_server", | 1154 ":test_support_fake_server", |
| 1154 "//base", | 1155 "//base", |
| 1155 "//testing/gtest", | 1156 "//testing/gtest", |
| 1156 "//url:url", | 1157 "//url:url", |
| 1157 ] | 1158 ] |
| 1158 } | 1159 } |
| 1159 } | 1160 } |
| OLD | NEW |