Mike Klein | a5fb615 | 2016-10-26 14:17:04 -0400 | [diff] [blame] | 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 | # Things are easiest for everyone if these source paths are absolute. |
| 7 | _src = get_path_info("../src", "abspath") |
| 8 | |
| 9 | skia_sksl_sources = [ |
| 10 | "$_src/sksl/SkSLCFGGenerator.cpp", |
| 11 | "$_src/sksl/SkSLCompiler.cpp", |
| 12 | "$_src/sksl/SkSLIRGenerator.cpp", |
| 13 | "$_src/sksl/SkSLParser.cpp", |
| 14 | "$_src/sksl/SkSLGLSLCodeGenerator.cpp", |
| 15 | "$_src/sksl/SkSLSPIRVCodeGenerator.cpp", |
| 16 | "$_src/sksl/SkSLUtil.cpp", |
| 17 | "$_src/sksl/ir/SkSLSymbolTable.cpp", |
| 18 | "$_src/sksl/ir/SkSLType.cpp", |
| 19 | ] |