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$',], |
], |
}], |
], |