blob: ac36ed39e8034712d33b3fd9544c58ee4b590e2f [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(crbug.com/1298039): A buildflag macro should be used instead.
#[cfg(buildflag__build_rust_json_parser)]
#[path = "values_unittest.rs"]
mod values_unittest;
// TODO(crbug.com/1298039): A buildflag macro should be used instead.
#[cfg(buildflag__build_rust_json_parser)]
#[path = "json/json_parser_unittest.rs"]
mod json_parser_unittest;