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

Unified Diff: gyp/gpu.gyp

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: 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
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index f09bcd0fc6e0fbcb172fbef96228ae6fa813e065..a9f6145244892f8c5f46790ff2cb614c88648a08 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 | « gyp/dm.gypi ('k') | gyp/most.gyp » ('j') | src/gpu/vk/GrVkPipelineStateBuilder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698