| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 994aa3e14784dbf9beb85523174f0544df17fcec..c7a6d05032a5ab8adc8a25a8c3aa683ce7cf1844 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -681,6 +681,11 @@
|
| 'browser/renderer_host/gtk_key_bindings_handler.h',
|
| ],
|
| }],
|
| + ['OS=="openbsd"', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
|
| + ],
|
| + }],
|
| ['touchui==1', {
|
| 'sources/': [
|
| ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
|
|
|