Trying to fix Chrome FYI bots.
BUG=3831 TBR=perkj Review URL: https://webrtc-codereview.appspot.com/24629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7223 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e94f83a191
commit
611606297e
@ -84,7 +84,11 @@
|
||||
},
|
||||
},
|
||||
}], # mac
|
||||
['OS=="win"', {
|
||||
# Note that since winsdk_samples isn't pulled into chromium gyp will
|
||||
# fail to parse this rule and try to resolve the dependencies. This
|
||||
# is not a problem since the internal video capture implementation
|
||||
# should not be used in chrome - issue 3831.
|
||||
['OS=="win" and build_with_chromium==0', {
|
||||
'dependencies': [
|
||||
'<(DEPTH)/third_party/winsdk_samples/winsdk_samples.gyp:directshow_baseclasses',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user