# Copyright 2026 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("public") {
  sources = [
    "constants.h",
    "drive_disclaimer_controller.cc",
    "drive_disclaimer_controller.h",
    "fpop_service.h",
  ]

  public_deps = [ "//components/contextual_search/footprints/public/proto:footprints_oneplatform_proto" ]

  deps = [ "//base" ]
}
