Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / components / password_manager / sync / browser / BUILD.gn
blob047ada717f90ed27d17b0405c87e1a108f843271
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") {
6   sources = [
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",
13   ]
15   deps = [
16     "//base",
17     "//google_apis",
18     "//components/autofill/core/common",
19     "//components/password_manager/core/browser",
20     "//components/signin/core/browser",
21     "//components/sync_driver",
22     "//net",
23     "//url",
24   ]
27 source_set("unit_tests") {
28   testonly = true
29   sources = [
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",
34   ]
35   deps = [
36     ":browser",
37     "//components/pref_registry",
38     "//components/signin/core/common",
39     "//sync",
40     "//testing/gmock",
41     "//testing/gtest",
42   ]