Exclude SkSL in public.bzl.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2122463002
TBR=ethannicholas
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2122463002
This commit is contained in:
benjaminwagner 2016-07-02 05:12:46 -07:00 committed by Commit bot
parent 69a7e7c310
commit 2214de4ade

View File

@ -128,6 +128,7 @@ BASE_SRCS_ALL = struct(
# Currently exclude all vulkan specific files
"src/gpu/vk/*",
"src/sksl/**/*",
],
)
@ -423,6 +424,7 @@ DM_SRCS_ALL = struct(
"tests/PathOpsSkpClipTest.cpp", # Alternate main.
"tests/skia_test.cpp", # Old main.
"tests/SkpSkGrTest.cpp", # Alternate main.
"tests/SkSLErrorTest.cpp", # Excluded along with Vulkan.
"tools/gpu/gl/angle/*",
"tools/gpu/gl/command_buffer/*",
"tools/gpu/gl/egl/*",