ports/www/chromium/files/patch-chrome__chrome_browser.gypi
Rene Ladan a89620b14e Update to 23.0.1271.64
Submitted by:	George Liaskos
Security:	http://www.vuxml.org/freebsd/209c068d-28be-11e2-9160-00262d5ed8ee.html
Feature safe:	yes
2012-11-08 00:10:16 +00:00

17 lines
733 B
Python

--- chrome/chrome_browser.gypi.orig 2012-10-31 21:02:48.000000000 +0200
+++ chrome/chrome_browser.gypi 2012-11-07 16:06:11.000000000 +0200
@@ -2531,6 +2531,14 @@
['exclude', '^browser/usb/'],
],
}],
+ ['os_bsd==1', {
+ 'sources!': [
+ 'browser/media_gallery/media_device_notifications_linux.cc',
+ 'browser/media_gallery/media_device_notifications_linux.h',
+ 'browser/system_monitor/removable_device_notifications_linux.cc',
+ 'browser/system_monitor/removable_device_notifications_linux.h'
+ ],
+ }],
['OS=="mac"', {
'sources!': [
'browser/automation/automation_provider_list_generic.cc',