| 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 deps = [ | 561 deps = [ |
| 562 "//base", | 562 "//base", |
| 563 "//base:i18n", | 563 "//base:i18n", |
| 564 "//base/third_party/dynamic_annotations", | 564 "//base/third_party/dynamic_annotations", |
| 565 "//components/data_use_measurement/core", | 565 "//components/data_use_measurement/core", |
| 566 "//components/invalidation/public", | 566 "//components/invalidation/public", |
| 567 "//components/metrics", | 567 "//components/metrics", |
| 568 "//components/os_crypt", | 568 "//components/os_crypt", |
| 569 "//components/pref_registry", | 569 "//components/pref_registry", |
| 570 "//components/prefs", | 570 "//components/prefs", |
| 571 "//components/reading_list/core:reading_list_enable_flags", |
| 571 "//components/signin/core/browser", | 572 "//components/signin/core/browser", |
| 572 "//components/sync/engine_impl/attachments/proto", | 573 "//components/sync/engine_impl/attachments/proto", |
| 573 "//components/version_info", | 574 "//components/version_info", |
| 574 "//crypto", | 575 "//crypto", |
| 575 "//google_apis", | 576 "//google_apis", |
| 576 "//net", | 577 "//net", |
| 577 "//sql", | 578 "//sql", |
| 578 "//third_party/cacheinvalidation", | 579 "//third_party/cacheinvalidation", |
| 579 "//third_party/leveldatabase", | 580 "//third_party/leveldatabase", |
| 580 "//third_party/zlib", | 581 "//third_party/zlib", |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 deps = [ | 1137 deps = [ |
| 1137 ":fake_server_jni", | 1138 ":fake_server_jni", |
| 1138 ":sync", | 1139 ":sync", |
| 1139 ":test_support_fake_server", | 1140 ":test_support_fake_server", |
| 1140 "//base", | 1141 "//base", |
| 1141 "//testing/gtest", | 1142 "//testing/gtest", |
| 1142 "//url:url", | 1143 "//url:url", |
| 1143 ] | 1144 ] |
| 1144 } | 1145 } |
| 1145 } | 1146 } |
| OLD | NEW |