OLD | NEW |
(Empty) | |
| 1 # Copyright 2016 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 5 { |
| 6 'include_dirs': [ |
| 7 '<(skia_include_path)/config', |
| 8 '<(skia_include_path)/core', |
| 9 '<(skia_include_path)/private', |
| 10 '<(skia_src_path)/sksl', |
| 11 ], |
| 12 'sources': [ |
| 13 '<(skia_src_path)/sksl/SkSLCompiler.cpp', |
| 14 '<(skia_src_path)/sksl/SkSLIRGenerator.cpp', |
| 15 '<(skia_src_path)/sksl/SkSLParser.cpp', |
| 16 '<(skia_src_path)/sksl/SkSLGLSLCodeGenerator.cpp', |
| 17 '<(skia_src_path)/sksl/SkSLSPIRVCodeGenerator.cpp', |
| 18 '<(skia_src_path)/sksl/SkSLUtil.cpp', |
| 19 '<(skia_src_path)/sksl/ir/SkSLSymbolTable.cpp', |
| 20 '<(skia_src_path)/sksl/ir/SkSLType.cpp', |
| 21 ], |
| 22 } |
OLD | NEW |