summaryrefslogtreecommitdiff
path: root/chromium/chrome/chrome_cleaner/BUILD.gn
blob: 95a8c665ad4af642e52114adac4dddcf32d22dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (c) 2018 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.
import("//testing/test.gni")

test("chrome_cleaner_unittests") {
  sources = [
    "test/test_main.cc",
  ]

  deps = [
    # Tests from sub-directories.
    "//chrome/chrome_cleaner/strings:unittest_sources",

    # Dependencies of the test harness.
    "//base",
    "//base/test:test_support",
    "//testing/gtest",
  ]
}