blob: 813cdf8d2e4731de27426b2f2a24417eb2ae2efa [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("features") {
sources = [
"wallet_features.cc",
"wallet_features.h",
]
deps = [ "//base" ]
}