Chromium Code Reviews| Index: chrome/chrome_exe.gypi |
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
| index 2713e9b16ced671829fb8d65b753e758618a37fd..d027f37d9bed1c56cf0db7aac663569b7f9b2d2f 100644 |
| --- a/chrome/chrome_exe.gypi |
| +++ b/chrome/chrome_exe.gypi |
| @@ -190,7 +190,7 @@ |
| '../build/linux/system.gyp:xext', |
| ], |
| }], |
| - ['enable_plugins==1', { |
| + ['OS=="linux" and enable_plugins==1', { |
| 'dependencies': [ |
| '../pdf/pdf.gyp:pdf', |
| ], |