# 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("unit_tests") { testonly = true sources = [ "public/drive_disclaimer_controller_unittest.cc" ] deps = [ "internal:unit_tests", "public", "//base", "//base/test:test_support", "//components/contextual_search/footprints/public/proto:footprints_oneplatform_proto", "//testing/gmock", "//testing/gtest", ] }