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

Unified Diff: gyp/sksl.gypi

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: IR 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/sksl.gyp ('k') | gyp/skslc.gyp » ('j') | src/sksl/SkSLCompiler.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sksl.gypi
diff --git a/gyp/sksl.gypi b/gyp/sksl.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..282cb9a35c21a0ec3ce0f089c7ade58e38991f11
--- /dev/null
+++ b/gyp/sksl.gypi
@@ -0,0 +1,21 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# 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',
+ ],
+}
« no previous file with comments | « gyp/sksl.gyp ('k') | gyp/skslc.gyp » ('j') | src/sksl/SkSLCompiler.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698