1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("browser") {
7 "password_model_worker.cc",
8 "password_model_worker.h",
9 "password_sync_util.cc",
10 "password_sync_util.h",
11 "sync_store_result_filter.cc",
12 "sync_store_result_filter.h",
18 "//components/autofill/core/common",
19 "//components/password_manager/core/browser",
20 "//components/signin/core/browser",
21 "//components/sync_driver",
27 source_set("unit_tests") {
30 "password_sync_util_unittest.cc",
31 "sync_store_result_filter_unittest.cc",
32 "sync_username_test_base.cc",
33 "sync_username_test_base.h",
37 "//components/pref_registry",
38 "//components/signin/core/common",