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

Unified Diff: gyp/gpu.gyp

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 | « cmake/CMakeLists.txt ('k') | gyp/most.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 157cbed15fd1eb41fae9121de901e2fe9d619d4f..874db5cb67c05e431d7688f3726b780dc28584f6 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -88,6 +88,7 @@
'utils.gyp:utils',
'etc1.gyp:libetc1',
'ktx.gyp:libSkKTX',
+ 'sksl.gyp:sksl',
],
'includes': [
'gpu.gypi',
@@ -98,6 +99,7 @@
'../src/core',
'../src/gpu',
'../src/image/',
+ '../src/sksl',
],
'sources': [
'<@(skgpu_sources)',
« no previous file with comments | « cmake/CMakeLists.txt ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698