Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: gyp/sksl.gypi

Issue 2185393003: added initial GLSL support to skslc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixed gn build Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | public.bzl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 Google Inc. 1 # Copyright 2016 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 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '../include', 7 '../include',
8 '../include/config', 8 '../include/config',
9 '../include/core', 9 '../include/core',
10 '../include/private', 10 '../include/private',
11 '../src/sksl', 11 '../src/sksl',
12 ], 12 ],
13 'sources': [ 13 'sources': [
14 '../src/sksl/SkSLCompiler.cpp', 14 '../src/sksl/SkSLCompiler.cpp',
15 '../src/sksl/SkSLIRGenerator.cpp', 15 '../src/sksl/SkSLIRGenerator.cpp',
16 '../src/sksl/SkSLParser.cpp', 16 '../src/sksl/SkSLParser.cpp',
17 '../src/sksl/SkSLGLSLCodeGenerator.cpp',
17 '../src/sksl/SkSLSPIRVCodeGenerator.cpp', 18 '../src/sksl/SkSLSPIRVCodeGenerator.cpp',
18 '../src/sksl/SkSLUtil.cpp', 19 '../src/sksl/SkSLUtil.cpp',
19 '../src/sksl/ir/SkSLSymbolTable.cpp', 20 '../src/sksl/ir/SkSLSymbolTable.cpp',
20 '../src/sksl/ir/SkSLType.cpp', 21 '../src/sksl/ir/SkSLType.cpp',
21 ], 22 ],
22 } 23 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | public.bzl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698