Add empty files to empty targets to appease XCode.

BUG=skia:4117

Review URL: https://codereview.chromium.org/1312703004
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index d5dab44..3401a80 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',
         ],
 }