aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-08-31 14:21:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-31 14:21:08 -0700
commit46b42f5304e883f6337b4fd435b3dcd63ade3612 (patch)
tree5de78dd9f0f95fb4c3c65d096549f65fb6058a79 /gyp
parent9389b871c3b0f06bb34626cf9bdbfe0c93779327 (diff)
Add empty files to empty targets to appease XCode.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/opts.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index d5dab44a45..3401a80e85 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -52,10 +52,14 @@
'<(skia_src_path)/opts/SkBlitRow_opts_SSE4.cpp',
'<(skia_src_path)/opts/SkOpts_sse41.cpp',
],
+ # These targets are empty, but XCode doesn't like that, so add an empty file to each.
'sse42_sources': [
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx_sources': [
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx2_sources': [
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
}