blob: 4a711810a5c4534112ed4cfc2a1d5227e2a5a335 [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("private_inference") {
sources = [
"features.cc",
"features.h",
]
deps = [ "//base" ]
}