aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/sksl.gypi
blob: be2e715e8c3013deec8ef95d667848c62868b05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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': [
    '../include',
    '../include/config',
    '../include/core',
    '../include/private',
    '../src/sksl',
  ],
  'sources': [
    '../src/sksl/SkSLCompiler.cpp',
    '../src/sksl/SkSLIRGenerator.cpp',
    '../src/sksl/SkSLParser.cpp',
    '../src/sksl/SkSLSPIRVCodeGenerator.cpp',
    '../src/sksl/SkSLUtil.cpp',
    '../src/sksl/ir/SkSLSymbolTable.cpp',
    '../src/sksl/ir/SkSLType.cpp',
  ],
}