Chromium Code Reviews| Index: content/content_browser.gypi |
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
| index 994aa3e14784dbf9beb85523174f0544df17fcec..fbcdc2036b8a969afefb2563898e95bb0b229e05 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'], |
|
Mark Mentovai
2011/10/25 15:03:04
If you're anchoring with a ^ on one end, anchor wi
Robert Nagy
2011/10/25 15:16:37
I did not do this to follow what's been done in th
Mark Mentovai
2011/10/25 16:06:10
Robert Nagy wrote:
Robert Nagy
2011/10/25 16:19:47
So be it :)
|
| + ], |
| + }], |
| ['touchui==1', { |
| 'sources/': [ |
| ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |