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

Unified Diff: gyp/core.gypi

Issue 1160623007: SkPDF: with opaque draws, treat SRC mode as SRC_OVER (cherrypick a681433 and 3098a75) (Closed) Base URL: https://skia.googlesource.com/skia.git@m44
Patch Set: Created 5 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 | « no previous file | src/core/SkBlitter.cpp » ('j') | src/core/SkXfermodeInterpretation.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index f6a2ce2ca777e1047593a65c2bf030dd072a493e..7ad2082fb929109da31747cc9aeccb51098aaf31 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -227,6 +227,8 @@
'<(skia_src_path)/core/SkWriteBuffer.cpp',
'<(skia_src_path)/core/SkWriter32.cpp',
'<(skia_src_path)/core/SkXfermode.cpp',
+ '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
+ '<(skia_src_path)/core/SkXfermodeInterpretation.h',
'<(skia_src_path)/core/SkYUVPlanesCache.cpp',
'<(skia_src_path)/core/SkYUVPlanesCache.h',
« no previous file with comments | « no previous file | src/core/SkBlitter.cpp » ('j') | src/core/SkXfermodeInterpretation.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698