naiveproxy/chrome/chrome_cleaner/BUILD.gn

21 lines
492 B
Plaintext
Raw Normal View History

2018-08-11 08:35:24 +03:00
# 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",
]
}