blob: ac36ed39e8034712d33b3fd9544c58ee4b590e2f [file] [log] [blame]
danakj9b08f2b2022-03-09 16:36:29 +00001// Copyright 2022 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// TODO(crbug.com/1298039): A buildflag macro should be used instead.
6#[cfg(buildflag__build_rust_json_parser)]
7#[path = "values_unittest.rs"]
8mod values_unittest;
9
10// TODO(crbug.com/1298039): A buildflag macro should be used instead.
11#[cfg(buildflag__build_rust_json_parser)]
12#[path = "json/json_parser_unittest.rs"]
13mod json_parser_unittest;