Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1342)

Unified Diff: public.bzl

Issue 2185393003: added initial GLSL support to skslc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixes! Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index 128f853673cdd0e5155240236b72710541700fa5..e2b3f3e3c181c16809da0a0f4010e389f4bcdf08 100644
--- a/public.bzl
+++ b/public.bzl
@@ -441,7 +441,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.
+ "tests/SkSL*.cpp", # Excluded along with Vulkan.
"tests/SVGDeviceTest.cpp",
"tools/gpu/gl/angle/*",
"tools/gpu/gl/command_buffer/*",
« no previous file with comments | « gyp/sksl.gypi ('k') | src/sksl/SkSLCodeGenerator.h » ('j') | src/sksl/SkSLGLSLCodeGenerator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698