// 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.
//
// DO NOT EDIT
//
// This file was generated from the template file
// //build/config/apple/cxx_imports.modulemap.jinja by the
// _swift_cxx_import_group GN template.

module CxxImports {
  {% for header in model.sources %}
  header "{{ header }}"
  {% endfor %}
  export *
  requires cplusplus
}
