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

Unified Diff: gyp/ports.gyp

Issue 1718273004: Add an SkImageGeneratorCG (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use CGCopyProperties to perform a deferred decode Created 4 years, 10 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/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 2c41ecfbf1ff3379625272825ae62c33adc0c7b4..63abb41091e9e41e563c2067a05aa6ba9e021b7c 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -71,6 +71,8 @@
'../include/ports/SkFontMgr_fontconfig.h',
'../include/ports/SkFontMgr_indirect.h',
'../include/ports/SkRemotableFontMgr.h',
+
+ '../src/ports/SkImageGeneratorCG.cpp',
scroggo 2016/03/02 13:08:14 This file seems to have gotten messy. Sometimes we
msarett 2016/03/04 23:48:33 Now we only build this file on Mac/iOS. Removed b
],
'sources/': [
['exclude', 'SkFontMgr_.+_factory\\.cpp$'],

Powered by Google App Engine
This is Rietveld 408576698