blob: 5867458ff063bdf56c6cb2f34ed07e4c18c245ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/chrome_exe.gypi.orig 2016-05-11 19:02:17 UTC
+++ chrome/chrome_exe.gypi
@@ -182,7 +182,7 @@
'../build/linux/system.gyp:xext',
],
}],
- ['OS=="linux" and enable_plugins==1', {
+ ['(OS=="linux" or os_bsd==1) and enable_plugins==1', {
'dependencies': [
'../pdf/pdf.gyp:pdf',
],
|