| # Copyright 2017 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 = [ |
| "test_toolbar_ui_observer.h", |
| "test_toolbar_ui_observer.mm", |
| "toolbar_broadcast_test_util.h", |
| "toolbar_broadcast_test_util.mm", |
| "toolbar_test_navigation_manager.h", |
| "toolbar_test_navigation_manager.mm", |
| ] |
| |
| deps = [ |
| "//ios/chrome/browser/ui/broadcaster", |
| "//ios/chrome/browser/ui/toolbar/fullscreen", |
| "//ios/chrome/common/ui/util", |
| "//ios/web/public/test/fakes", |
| "//testing/gtest", |
| ] |
| } |