Chromium Code Reviews| Index: webrtc/build/common.gypi |
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
| index 2bdfbfed6ffd59d411fed89370ff5195c5fabb15..0ec953f00d1bf38b8ef055da450d71d0b0390cd4 100644 |
| --- a/webrtc/build/common.gypi |
| +++ b/webrtc/build/common.gypi |
| @@ -319,6 +319,10 @@ |
| '../..', |
| ], |
| }, { |
| + 'includes': [ |
| + # Rules for excluding e.g. foo_win.cc from the build on non-Windows. |
| + 'filename_rules.gypi', |
| + ], |
| # Include the top-level dir so the WebRTC code can use full paths. |
| 'include_dirs': [ |
| '../..', |