Sign in
chromium
/
chromium
/
src
/
30c63206dcf9fb263aa1330a75d76a5ce06a7bcc
/
.
/
components
/
private_inference
/
BUILD.gn
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"
]
}