blob: 89aa915bdc5c215b6efaec6bfb4fd2d1176dc382 [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 = [
"features.h",
"features.mm",
]
public_deps = [ "//base" ]
# TODO(crbug.com/430198461): Remove this.
deps = [ "//ios/chrome/browser/shared/public/features" ]
}