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

Unified Diff: public.bzl

Issue 2185393003: added initial GLSL support to skslc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixed gn build 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
« no previous file with comments | « gyp/sksl.gypi ('k') | src/sksl/SkSLCodeGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index 573488814e1b0a2a84c2673feb6121a976dab3e6..36896f7db6c35e6de357a9b6cdcb6eb5bc31dfd8 100644
--- a/public.bzl
+++ b/public.bzl
@@ -435,7 +435,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698