| 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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 deps = [ | 949 deps = [ |
| 950 ":sync", | 950 ":sync", |
| 951 ":test_support_base", | 951 ":test_support_base", |
| 952 ":test_support_driver", | 952 ":test_support_driver", |
| 953 ":test_support_engine", | 953 ":test_support_engine", |
| 954 ":test_support_model", | 954 ":test_support_model", |
| 955 "//base", | 955 "//base", |
| 956 "//base/test:test_support", | 956 "//base/test:test_support", |
| 957 "//components/invalidation/impl", | 957 "//components/invalidation/impl", |
| 958 "//components/os_crypt:test_support", | 958 "//components/os_crypt:test_support", |
| 959 "//components/pref_registry:test_support", | |
| 960 "//components/prefs:test_support", | 959 "//components/prefs:test_support", |
| 961 "//components/signin/core/browser:test_support", | 960 "//components/signin/core/browser:test_support", |
| 962 "//components/sync/engine_impl/attachments/proto", | 961 "//components/sync/engine_impl/attachments/proto", |
| 963 "//components/sync_preferences", | 962 "//components/sync_preferences", |
| 964 "//components/sync_preferences:test_support", | 963 "//components/sync_preferences:test_support", |
| 965 "//components/version_info", | 964 "//components/version_info", |
| 966 "//google_apis", | 965 "//google_apis", |
| 967 "//google_apis:test_support", | 966 "//google_apis:test_support", |
| 968 "//net", | 967 "//net", |
| 969 "//net:test_support", | 968 "//net:test_support", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1137 deps = [ | 1136 deps = [ |
| 1138 ":fake_server_jni", | 1137 ":fake_server_jni", |
| 1139 ":sync", | 1138 ":sync", |
| 1140 ":test_support_fake_server", | 1139 ":test_support_fake_server", |
| 1141 "//base", | 1140 "//base", |
| 1142 "//testing/gtest", | 1141 "//testing/gtest", |
| 1143 "//url:url", | 1142 "//url:url", |
| 1144 ] | 1143 ] |
| 1145 } | 1144 } |
| 1146 } | 1145 } |
| OLD | NEW |