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

Unified Diff: public.bzl

Issue 2380563006: Unomit SkSL in public.bzl. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | 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 27c36129957248ebdeff6ffb7e03cbbda40f8dc7..a34f76e896969b090286487e1f5549fa9c27a156 100644
--- a/public.bzl
+++ b/public.bzl
@@ -134,7 +134,9 @@ BASE_SRCS_ALL = struct(
# Currently exclude all vulkan specific files
"src/gpu/vk/*",
- "src/sksl/**/*",
+
+ # Defines main.
+ "src/sksl/SkSLMain.cpp",
],
)
@@ -381,6 +383,7 @@ INCLUDES = [
"src/ports",
"src/pdf",
"src/sfnt",
+ "src/sksl",
"src/utils",
"third_party/etc1",
"third_party/ktx",
@@ -436,7 +439,6 @@ DM_SRCS_ALL = struct(
"tests/PathOpsSkpClipTest.cpp", # Alternate main.
"tests/skia_test.cpp", # Old main.
"tests/SkpSkGrTest.cpp", # Alternate main.
- "tests/SkSL*.cpp", # Excluded along with Vulkan.
"tests/SVGDeviceTest.cpp",
"tools/gpu/gl/angle/*",
"tools/gpu/gl/egl/*",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698