| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Include this gypi to include all 'utils' files | 5 # Include this gypi to include all 'utils' files |
| 6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
| 7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
| 8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
| 9 # | 9 # |
| 10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 '../src/fonts/SkTestScalerContext.cpp', | 117 '../src/fonts/SkTestScalerContext.cpp', |
| 118 '../src/fonts/SkTestScalerContext.h', | 118 '../src/fonts/SkTestScalerContext.h', |
| 119 ], | 119 ], |
| 120 'sksl_include_dirs': [ | 120 'sksl_include_dirs': [ |
| 121 '../include/config', | 121 '../include/config', |
| 122 '../include/core', | 122 '../include/core', |
| 123 '../include/private', | 123 '../include/private', |
| 124 '../src/sksl', | 124 '../src/sksl', |
| 125 ], | 125 ], |
| 126 'sksl_sources': [ | 126 'sksl_sources': [ |
| 127 '../src/sksl/SkSLCFGGenerator.cpp', |
| 127 '../src/sksl/SkSLCompiler.cpp', | 128 '../src/sksl/SkSLCompiler.cpp', |
| 128 '../src/sksl/SkSLIRGenerator.cpp', | 129 '../src/sksl/SkSLIRGenerator.cpp', |
| 129 '../src/sksl/SkSLParser.cpp', | 130 '../src/sksl/SkSLParser.cpp', |
| 130 '../src/sksl/SkSLGLSLCodeGenerator.cpp', | 131 '../src/sksl/SkSLGLSLCodeGenerator.cpp', |
| 131 '../src/sksl/SkSLSPIRVCodeGenerator.cpp', | 132 '../src/sksl/SkSLSPIRVCodeGenerator.cpp', |
| 132 '../src/sksl/SkSLUtil.cpp', | 133 '../src/sksl/SkSLUtil.cpp', |
| 133 '../src/sksl/ir/SkSLSymbolTable.cpp', | 134 '../src/sksl/ir/SkSLSymbolTable.cpp', |
| 134 '../src/sksl/ir/SkSLType.cpp', | 135 '../src/sksl/ir/SkSLType.cpp', |
| 135 ], | 136 ], |
| 136 } | 137 } |
| OLD | NEW |