Skip to content

Commit

Permalink
use SK_VULKAN_HEADER pattern
Browse files Browse the repository at this point in the history
I suspect the rebased path is tripping up GOMA?

Change-Id: If6984fdbd4f3ac1bf673bf810ea28bd16a860175
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582043
Commit-Queue: Mike Klein <mtklein@chromium.org>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@chromium.org>
Reviewed-by: Brian Osman <brianosman@google.com>
Cr-Commit-Position: refs/heads/master@{#653582}
  • Loading branch information
Mike Klein authored and Commit Bot committed Apr 24, 2019
1 parent 6656222 commit 5556cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ config("skia_config") {
defines = [
"SK_HAS_PNG_LIBRARY",
"SK_HAS_WEBP_LIBRARY",
"SK_USER_CONFIG_HEADER=\"" + rebase_path("config/SkUserConfig.h") + "\"",
"SK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"",
]

if (!is_ios) {
Expand Down

0 comments on commit 5556cc3

Please sign in to comment.