# Copyright 2026 The Chromium Authors. All rights resAerved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/apple/swift_source_set.gni")

if (enable_swift_cxx_interop) {
  swift_cxx_import("struct_import") {
    testonly = true
    sources = [ "struct.h" ]
  }

  swift_source_set("tests") {
    testonly = true
    sources = [ "struct_xctest.swift" ]
    cxx_import_deps = [ ":struct_import" ]
    deps = [ "//build/config/ios:xctest" ]
  }
}
