// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file is used by json_to_struct.py to generate prepopulated_engines.h/cc.
// See prepopulated_engines.json for details.

{
  "type_name": "RegionalSettings",

  "headers": [
    "base/containers/fixed_flat_map.h",
    "base/containers/span.h",
    "base/memory/raw_ptr.h",
    "components/country_codes/country_codes.h",
    "third_party/search_engines_data/resources/definitions/prepopulated_engines.h"
  ],

  "schema": [
    {
      "field": "search_engines",
      "type": "array",
      "contents": {
        "type": "class",
        "ctype": "raw_ptr<const PrepopulatedEngine>"
      }
    }
  ]
}
