blob: 567781435cb6ea732aeb663bd4825bf526b637ac [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.
source_set("smart_dim") {
public = [
"model.h",
"model_impl.h",
]
sources = [
"ml_service_client.cc",
"ml_service_client.h",
"model.h",
"model_impl.cc",
"model_impl.h",
]
deps = [
"//base",
"//chrome/browser:resources",
"//chrome/browser/chromeos:user_activity_event_proto",
"//chrome/browser/chromeos/power/ml:user_activity_ukm_logger_helpers",
"//chrome/common:constants",
"//chromeos:chromeos",
"//chromeos/services/machine_learning/public/cpp",
"//chromeos/services/machine_learning/public/mojom",
"//components/assist_ranker",
"//components/assist_ranker/proto",
"//components/sessions",
"//ui/base",
]
}