[M108 Migration][VD] Support set time and time zone offset
[platform/framework/web/chromium-efl.git] / base / base_unittests.rs
1 // Copyright 2022 The Chromium Authors
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;