Skip to content

Commit

Permalink
Trying to fix Chrome FYI bots.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andresusanopinto committed Sep 18, 2014
1 parent e94f83a commit 6116062
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webrtc/modules/video_capture/video_capture.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 6116062

Please sign in to comment.