| # Copyright 2016 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("ui_bundled") { |
| sources = [ |
| "chrome_broadcast_observer.h", |
| "chrome_broadcast_observer_bridge.h", |
| "chrome_broadcast_observer_bridge.mm", |
| "chrome_broadcaster.h", |
| "chrome_broadcaster.mm", |
| ] |
| deps = [ |
| "//base", |
| "//ios/chrome/browser/content_suggestions/ui_bundled:content_suggestions_constant", |
| "//ios/web/common:features", |
| ] |
| } |
| |
| source_set("unit_tests") { |
| testonly = true |
| sources = [ |
| "chrome_broadcast_observer_bridge_unittest.mm", |
| "chrome_broadcaster_unittest.mm", |
| ] |
| deps = [ |
| ":ui_bundled", |
| "//base", |
| "//base/test:test_support", |
| "//ios/web/common:features", |
| "//testing/gtest", |
| "//testing/perf", |
| ] |
| } |