blob: 8f612309409106fc31d8c0c0b9d8d10606cdc16d [file] [log] [blame]
# Copyright (c) 2019 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("base_util_unittests") {
deps = [
"type_safety:tests",
"values:unittests",
"//base/test:run_all_base_unittests",
]
}