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

Unified Diff: gyp/sksl.gypi

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: fixed CMake build 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') | no next file with comments »
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..be2e715e8c3013deec8ef95d667848c62868b05a
--- /dev/null
+++ b/gyp/sksl.gypi
@@ -0,0 +1,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',
+ ],
+}
« no previous file with comments | « gyp/sksl.gyp ('k') | gyp/skslc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698