# 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", | |
] | |
} |