| # Copyright 2020 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/chromeos/ui_mode.gni") |
| |
| assert(is_chromeos_ash, "Non-ChromeOS builds cannot depend on //chromeos/ash") |
| |
| static_library("test_support") { |
| testonly = true |
| sources = [ |
| "os_settings_browser_test_mixin.cc", |
| "os_settings_browser_test_mixin.h", |
| "os_settings_lock_screen_browser_test_base.cc", |
| "os_settings_lock_screen_browser_test_base.h", |
| ] |
| deps = [ |
| "//ash/constants", |
| "//chrome:browser_tests_pak", |
| "//chrome/browser/ash:test_support", |
| "//chrome/browser/ui", |
| "//chrome/test:test_support", |
| "//chrome/test/data/webui:resources_grit", |
| ] |
| public_deps = [ |
| "//chrome/test/data/webui/settings/chromeos:test_api_mojom", |
| "//mojo/public/cpp/bindings", |
| ] |
| } |