commit | 0a196c13c80443fc54a05bb4ccebf0fda111cb7a | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Fri Apr 17 13:18:20 2020 +0000 |
committer | David Neto <dneto@google.com> | Fri Apr 17 13:18:20 2020 +0000 |
tree | fedfe1a2276f2aed50b2717697e9b07850ae405d | |
parent | 366b74c36489a3817d87bfff13d45ff17919b1a5 [diff] [blame] |
Adding support for testing BUILD.gn BUG=tint:50 Change-Id: Ie19a1af6a97a49a67dcc7474991c960b986ddebe Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/19782 Reviewed-by: David Neto <dneto@google.com>
diff --git a/tint_overrides_with_defaults.gni b/tint_overrides_with_defaults.gni index 5732e2d..a8861ea 100644 --- a/tint_overrides_with_defaults.gni +++ b/tint_overrides_with_defaults.gni
@@ -22,6 +22,11 @@ tint_spirv_tools_dir = "//third_party/spirv-tools" } + # Path to googletest checkout + if (!defined(tint_googletest_dir)) { + tint_googletest_dir = "//third_party/googletest" + } + # Path to spirv-tools generated files, relative to |target_gen_dir| if (!defined(tint_spirv_tools_gen)) { tint_spirv_tools_gen = "third_party/spirv-tools"