| # Copyright 2024 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| assert(is_chromeos) |
| |
| static_library("test_support") { |
| testonly = true |
| |
| sources = [ |
| "accelerator_helpers.cc", |
| "accelerator_helpers.h", |
| "fake_origin_test_server_mixin.cc", |
| "fake_origin_test_server_mixin.h", |
| ] |
| |
| deps = [ |
| "//base", |
| "//chrome/browser/ui", |
| "//chrome/test:test_support_ui", |
| "//content/test:test_support", |
| "//testing/gtest", |
| "//ui/base", |
| "//ui/events:event_constants", |
| "//url", |
| ] |
| } |