Fix broken build because gyp doesn't filter out platform specific file with suffixes of .c

BUG=
TEST=test on all trybots, failed only on win_rel for weird error.
Review URL: https://webrtc-codereview.appspot.com/563009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2200 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@webrtc.org 2012-05-08 21:33:04 +00:00
parent 5f3b1cf99d
commit d63cf71413

View File

@ -57,7 +57,6 @@
'condition_variable_win.cc',
'condition_variable_win.h',
'cpu.cc',
'cpu_features_android.c',
'cpu_no_op.cc',
'cpu_info.cc',
'cpu_linux.cc',
@ -166,6 +165,9 @@
'sources': [
'android/cpu-features.c',
'android/cpu-features.h',
# TODO(leozwang): Ideally we want to audomatically exclude .c files
# as with .cc files, gyp currently only excludes .cc files.
'cpu_features_android.c',
],
},
],