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

Unified Diff: gyp/gpu.gypi

Issue 1919993002: Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel buffer on Windows. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Plumb gamma to shader, fix window title Created 4 years, 8 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.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index d0e78431ec26c5b18e9d7f90c7097977bd956998..fd3ffbe0c2f995aa9cf7ea2c80936bfbfe459699 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -254,6 +254,8 @@
'<(skia_src_path)/gpu/batches/GrVertexBatch.h',
'<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
+ '<(skia_src_path)/gpu/effects/GrColorSpaceEffect.cpp',
+ '<(skia_src_path)/gpu/effects/GrColorSpaceEffect.h',
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
'<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',

Powered by Google App Engine
This is Rietveld 408576698