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

Unified Diff: gyp/ports.gyp

Issue 1718273004: Add an SkImageGeneratorCG (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 80 chars Created 4 years, 9 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 | « dm/DMSrcSink.cpp ('k') | src/ports/SkImageGeneratorCG.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 2c41ecfbf1ff3379625272825ae62c33adc0c7b4..db72625b9406a866a2426a00b1b8bd4780062b91 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -150,6 +150,8 @@
'sources': [
'../src/ports/SkFontHost_mac.cpp',
'../src/utils/mac/SkStream_mac.cpp',
+
+ '../src/ports/SkImageGeneratorCG.cpp',
],
}],
[ 'skia_os == "ios"', {
@@ -160,6 +162,8 @@
'sources': [
'../src/ports/SkFontHost_mac.cpp',
'../src/utils/mac/SkStream_mac.cpp',
+
+ '../src/ports/SkImageGeneratorCG.cpp',
],
}],
[ 'skia_os == "win"', {
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | src/ports/SkImageGeneratorCG.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698