blob: 6c327a213c047777917a47f9d81000e9ab3e5a77 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("broadcaster") {
sources = [
"chrome_broadcast_observer.h",
"chrome_broadcaster.h",
"chrome_broadcaster.mm",
]
deps = [
"//base",
]
configs += [ "//build/config/compiler:enable_arc" ]
}
source_set("unit_tests") {
testonly = true
sources = [
"chrome_broadcaster_unittest.mm",
]
deps = [
":broadcaster",
"//base",
"//testing/gtest",
"//testing/perf",
]
configs += [ "//build/config/compiler:enable_arc" ]
}