mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
perf_tests: Manually serialize JSON and remove dependency on jsoncpp
jsoncpp causes some flaky failures because of inconsistencies in nested DEPS. We barely use it for JSON serialization so the simplest solution is to just manually write the serialization for perf test tracing data. Bug: dawn:208 Change-Id: Ie5e4b5436e2c9e32e6817d64c6e95c774cb8751f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14720 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
e9b15ab829
commit
2cb76ab598
@@ -41,10 +41,6 @@ if (!defined(dawn_googletest_dir)) {
|
||||
dawn_googletest_dir = "//third_party/googletest"
|
||||
}
|
||||
|
||||
if (!defined(dawn_jsoncpp_dir)) {
|
||||
dawn_jsoncpp_dir = "//third_party/jsoncpp"
|
||||
}
|
||||
|
||||
if (!defined(dawn_shaderc_dir)) {
|
||||
dawn_shaderc_dir = "//third_party/shaderc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user