add dummy avx file so xcode will build

BUG=skia:

Review URL: https://codereview.chromium.org/916563002
This commit is contained in:
reed 2015-02-10 13:39:15 -08:00 committed by Commit bot
parent bf799cd228
commit a0921f2563
2 changed files with 3 additions and 0 deletions

View File

@ -84,5 +84,6 @@
'<(skia_src_path)/opts/SkBlitRow_opts_SSE4.cpp',
],
'avx_sources': [
'<(skia_src_path)/opts/SkDummy_opts_AVX.cpp',
],
}

View File

@ -0,0 +1,2 @@
// This file intentionally left blank