blob: 492a49ac31fd956eb9dd7e66c977ebfd365d7917 [file] [log] [blame]
# 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/http:unittest_sources",
"//chrome/chrome_cleaner/strings:unittest_sources",
# Dependencies of the test harness.
"//base",
"//base/test:test_support",
"//testing/gtest",
]
}