Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 4f3744df75e6994e4d813d5364ec170465ff02d4..0bca59f3fe2932c262f16c3468003d4952ec294a 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -767,6 +767,11 @@ |
| '../ui/gl/gl.gyp:gl', |
| ], |
| }], |
| + ['OS != "win"', { |
| + 'sources': [ |
| + 'browser/file_descriptor_info_impl_unittest.cc', |
| + ], |
| + }], |
| ['enable_plugins==0', { |
| 'sources/': [ |
| ['exclude', '^browser/renderer_host/pepper/'], |