Commit 82d42c55 authored by ethannicholas's avatar ethannicholas Committed by Commit bot

added sksl to Skia BUILD.gn

Review-Url: https://codereview.chromium.org/2322673003
Cr-Commit-Position: refs/heads/master@{#417384}
parent cad19901
......@@ -68,6 +68,7 @@ config("skia_config") {
include_dirs += [
"//third_party/skia/include/gpu",
"//third_party/skia/src/gpu",
"//third_party/skia/src/sksl",
]
defines += [ "SK_SUPPORT_GPU=1" ]
} else {
......@@ -283,6 +284,7 @@ component("skia") {
if (skia_support_gpu) {
sources += skia_gpu_sources
sources += skia_null_gpu_sources
sources += skia_sksl_sources
}
# Remove unused util files include in utils.gypi
......
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