blob: 0a6e6ce3ad106d3bcf8e55a5996e849d6c9009e3 [file] [log] [blame]
# Copyright 2017 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.
assert(is_win)
source_set("lib") {
sources = [
"av_products.cc",
"av_products.h",
"util_win_impl.cc",
"util_win_impl.h",
]
deps = [
"//base",
"//chrome/browser/win/conflicts:module_info",
"//chrome/common",
"//components/variations",
"//components/version_info",
"//mojo/public/cpp/bindings",
]
public_deps = [
"//chrome/services/util_win/public/mojom",
"//third_party/metrics_proto",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"av_products_unittest.cc",
]
deps = [
":lib",
"//base",
"//components/variations",
"//testing/gtest",
]
}