aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-04-19 09:28:13 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-19 13:58:52 +0000
commit3a3bc42b7d5b9d996debab1d2a05d2137c875bd7 (patch)
treeddf9502e1b5aa217e6c1875dd1e5d44fb9d73ffb /gn/gn_to_bp.py
parentc86d377a4c595ef33a5d8f854bfdc72c81be91ca (diff)
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
This change is needed since once we start getting support for varrying of extensions and newer version support in general, we need a common vulkan header to compile off of. Otherwise we will run into problems if clients have older headers that don't include functions/symbols we are trying to use. Additionally it has the benefit of not needing to add if SK_VULKAN around code in include which wants to use vulkan symbols. This is a reupload of CL: https://skia-review.googlesource.com/13651 Bug: skia: Change-Id: I091f526b8c4a61774c34834cd7bfb7e2c822ff5c Reviewed-on: https://skia-review.googlesource.com/13804 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index c8c7079a89..0111bd2f9f 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -127,6 +127,7 @@ cc_library {
"libicuuc",
"libjpeg",
"liblog",
+ "libnativewindow",
"libpiex",
"libpng",
"libvulkan",