Commit 31526343 authored by Austin Eng's avatar Austin Eng Committed by Commit Bot

Add dawn_jsoncpp_dir to build_overrides/dawn.gni

jsoncpp will be added as a DEP of Dawn to dump perf test output

Bug: dawn:208
Change-Id: I0cfc3d9caebbcffb6ff68ecd98f6bd1ad4cbf873
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863356Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706534}
parent 0a566613
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
dawn_glfw_dir = "//third_party/glfw/src" dawn_glfw_dir = "//third_party/glfw/src"
dawn_jinja2_dir = "//third_party/jinja2" dawn_jinja2_dir = "//third_party/jinja2"
dawn_googletest_dir = "//third_party/googletest/src" dawn_googletest_dir = "//third_party/googletest/src"
dawn_jsoncpp_dir = "//third_party/jsoncpp"
dawn_shaderc_dir = "//third_party/shaderc/src" dawn_shaderc_dir = "//third_party/shaderc/src"
dawn_spirv_cross_dir = "//third_party/spirv-cross/spirv-cross" dawn_spirv_cross_dir = "//third_party/spirv-cross/spirv-cross"
dawn_spirv_tools_dir = "//third_party/SPIRV-Tools/src" dawn_spirv_tools_dir = "//third_party/SPIRV-Tools/src"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment