| # 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. | |
| source_set("test") { | |
| testonly = true | |
| sources = [ | |
| "fake_alert_consumer.h", | |
| "fake_alert_consumer.mm", | |
| ] | |
| deps = [ | |
| "//base", | |
| "//ios/chrome/browser/alert_view/ui_bundled", | |
| "//testing/gtest", | |
| ] | |
| } |