diff options
Diffstat (limited to 'gyp/sksl.gypi')
-rw-r--r-- | gyp/sksl.gypi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gyp/sksl.gypi b/gyp/sksl.gypi new file mode 100644 index 0000000000..07e3800829 --- /dev/null +++ b/gyp/sksl.gypi @@ -0,0 +1,22 @@ +# Copyright 2016 Google Inc. +# +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +{ + 'include_dirs': [ + '<(skia_include_path)/config', + '<(skia_include_path)/core', + '<(skia_include_path)/private', + '<(skia_src_path)/sksl', + ], + 'sources': [ + '<(skia_src_path)/sksl/SkSLCompiler.cpp', + '<(skia_src_path)/sksl/SkSLIRGenerator.cpp', + '<(skia_src_path)/sksl/SkSLParser.cpp', + '<(skia_src_path)/sksl/SkSLGLSLCodeGenerator.cpp', + '<(skia_src_path)/sksl/SkSLSPIRVCodeGenerator.cpp', + '<(skia_src_path)/sksl/SkSLUtil.cpp', + '<(skia_src_path)/sksl/ir/SkSLSymbolTable.cpp', + '<(skia_src_path)/sksl/ir/SkSLType.cpp', + ], +} |