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

Unified Diff: skia/skia.gyp

Issue 10928093: Adds an iOS implementation of gfx::Image. (Closed) Base URL: http://git.chromium.org/chromium/src.git@skia
Patch Set: Nits. Created 8 years, 3 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: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 618ac91f9952287c69fcf7794369149bd95f4462..ed9b265f048a4834a7d73be18e1e0d6458c49eb1 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -449,6 +449,8 @@
'../third_party/sfntly/sfntly.gyp:sfntly',
],
'sources': [
+ 'ext/skia_utils_ios.mm',
+ 'ext/skia_utils_ios.h',
Nico 2012/09/14 00:53:54 Can't you add that to the global source list? The
rohitrao (ping after 24h) 2012/09/14 01:07:18 The mac trybots failed trying to compile these fil
Nico 2012/09/14 01:13:37 Hm, looks like it doesn't set chromium_code at the
rohitrao (ping after 24h) 2012/09/14 01:30:29 Aha, I didn't know the file pattern rules were gat
# This file is used on both iOS and Mac, so it should be removed
# from the ios and mac conditions and moved into the main sources
# list.
@@ -593,6 +595,7 @@
'sources/': [
['include', 'SkFontHost_mac\\.cpp$',],
['include', 'SkStream_mac\\.cpp$',],
+ ['include', 'SkCreateCGImageRef\\.cpp$',],
],
}],
],
« no previous file with comments | « skia/ext/skia_utils_ios.mm ('k') | ui/base/layout.cc » ('j') | ui/base/layout.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698