blob: db00b5b1d025fb4fcffc569037ad043500a1c3d4 [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 = [
"enum_set:unittests",
"memory_pressure:unittests",
"timer:unittests",
"values:unittests",
"//base/test:run_all_unittests",
]
}