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

Side by Side Diff: gyp/sksl.gypi

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: more cleanups Created 4 years, 6 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
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
dogben 2016/06/23 17:43:11 This has a different copyright header than other g
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'include_dirs': [
6 '../include',
7 '../include/config',
8 '../include/core',
9 '../include/private',
10 '../src/sksl',
11 ],
12 'sources': [
13 '../src/sksl/SkSLCompiler.cpp',
14 '../src/sksl/SkSLIRGenerator.cpp',
15 '../src/sksl/SkSLParser.cpp',
16 '../src/sksl/SkSLSPIRVCodeGenerator.cpp',
17 '../src/sksl/SkSLUtil.cpp',
18 '../src/sksl/ir/SkSLSymbolTable.cpp',
19 '../src/sksl/ir/SkSLType.cpp',
20 ],
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698