# 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("test_support") {
  testonly = true
  sources = [
    "test_clipboard_request_handler_ios.h",
    "test_clipboard_request_handler_ios.mm",
  ]

  deps = [
    "//base",
    "//base/test:test_support",
    "//components/enterprise/connectors/core:cloud_content_scanning",
    "//url",
  ]
}
