blob: dba48383132a6781a42f07ef2e8fcf69ad749f63 [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") {
# Dependent targets should not include tf_native_inference.h directly.
public = [
"model.h",
"model_impl.h",
]
sources = [
"ml_service_client.cc",
"ml_service_client.h",
"model_impl.cc",
"tf_native_inference.cc",
"tf_native_inference.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:cpp",
"//chromeos/services/machine_learning/public/mojom:mojom",
"//components/assist_ranker",
"//components/assist_ranker/proto",
"//components/sessions",
"//ui/base",
]
}