danakj | 9b08f2b | 2022-03-09 16:36:29 +0000 | [diff] [blame] | 1 | // 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"] |
| 8 | mod 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"] |
| 13 | mod json_parser_unittest; |