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

Unified Diff: gyp/sksl.gypi

Issue 2185393003: added initial GLSL support to skslc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: added initial GLSL support to skslc Created 4 years, 5 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 | src/sksl/SkSLCompiler.h » ('j') | src/sksl/SkSLCompiler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sksl.gypi
diff --git a/gyp/sksl.gypi b/gyp/sksl.gypi
index be2e715e8c3013deec8ef95d667848c62868b05a..8718c8af53dd1bf423707b06b718eb0025faa6dc 100644
--- a/gyp/sksl.gypi
+++ b/gyp/sksl.gypi
@@ -14,6 +14,7 @@
'../src/sksl/SkSLCompiler.cpp',
'../src/sksl/SkSLIRGenerator.cpp',
'../src/sksl/SkSLParser.cpp',
+ '../src/sksl/SkSLGLSLCodeGenerator.cpp',
'../src/sksl/SkSLSPIRVCodeGenerator.cpp',
'../src/sksl/SkSLUtil.cpp',
'../src/sksl/ir/SkSLSymbolTable.cpp',
« no previous file with comments | « no previous file | src/sksl/SkSLCompiler.h » ('j') | src/sksl/SkSLCompiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698