summaryrefslogtreecommitdiff
path: root/chromium/components/safe_browsing/ios/BUILD.gn
blob: c27305065bcd411fd951593bab1a6825d1e57d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# As parts of components/safe_browsing become buildable on iOS, they will
# be added here.
source_set("unit_tests") {
  testonly = true
  deps = [
    "//components/safe_browsing/core:ping_manager_unittest",
    "//components/safe_browsing/core:verdict_cache_manager_unittest",
    "//components/safe_browsing/core/browser",
    "//components/safe_browsing/core/common",
    "//components/safe_browsing/core/common:unit_tests",
    "//components/safe_browsing/core/db:unit_tests_local_db",
    "//components/safe_browsing/core/realtime:unit_tests",
  ]
}