summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/metrics/perf/BUILD.gn
blob: c108668d80f107500d482e0e01eeeee589ecf111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/ui.gni")
import("//testing/test.gni")

test("profile_provider_unittest") {
  sources = [ "profile_provider_unittest_main.cc" ]
  deps = [
    "//base",
    "//base/test:test_support",
    "//chrome/browser",
    "//chrome/test:test_support",
    "//chromeos/ash/components/dbus",
    "//content/test:test_support",
    "//testing/gtest",
    "//ui/aura",
  ]
}