summaryrefslogtreecommitdiff
path: root/chromium/base/util/BUILD.gn
blob: d7a680b87fef51d7ab754b96a995ae1986674340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 = [
    "memory_pressure:unittests",
    "timer:unittests",
    "type_safety:tests",
    "values:unittests",
    "//base/test:run_all_base_unittests",
  ]
}