Fix gyp for video_capture/ensure_initialized.cc.
This is a follow-up to https://webrtc-codereview.appspot.com/11359004 which introduced an invalid dependency in the chromium build when building without linker GC. BUG=2974,3152,chromium:354405 R=andrew@webrtc.org, fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11789005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5898 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f875f15afb
commit
5cf73962e6
@ -19,8 +19,6 @@
|
||||
'sources': [
|
||||
'device_info_impl.cc',
|
||||
'device_info_impl.h',
|
||||
'ensure_initialized.cc',
|
||||
'ensure_initialized.h',
|
||||
'include/video_capture.h',
|
||||
'include/video_capture_defines.h',
|
||||
'include/video_capture_factory.h',
|
||||
@ -147,6 +145,8 @@
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
],
|
||||
'sources': [
|
||||
'ensure_initialized.cc',
|
||||
'ensure_initialized.h',
|
||||
'test/video_capture_unittest.cc',
|
||||
'test/video_capture_main_mac.mm',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user