blob: de7b3f321c92f1d5491636ac70275fb4c1253510 [file] [log] [blame]
# Copyright 2018 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.
static_library("browser") {
sources = [
"browser/ctr_aggregator.cc",
"browser/ctr_aggregator.h",
"browser/public.cc",
"browser/public.h",
"browser/weekly_activity_storage.cc",
"browser/weekly_activity_storage.h",
]
deps = [
"//base",
"//components/contextual_search:buildflags",
"//components/prefs:prefs",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"browser/ctr_aggregator_unittest.cc",
]
deps = [
":browser",
"//base",
"//testing/gtest",
]
}