Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index e2f0a7d8921c8d3415df5ab6903d6708ed819ed2..1832a78f62033b678cbeed7bfa15277ae6834d98 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -426,7 +426,7 @@ |
| 'sources!' : [ 'message_pump_gtk.cc', ], |
| 'sources/' : [ [ 'include', 'message_pump_x.cc', ] ], |
| }], |
| - [ 'OS != "linux"', { |
| + [ 'OS != "linux" and OS != "openbsd"', { |
| 'sources!': [ |
| # Not automatically excluded by the *linux.cc rules. |
| 'linux_util.cc', |
| @@ -501,6 +501,11 @@ |
| }], |
| [ 'OS == "openbsd"', { |
| 'sources/': [ |
| + ['exclude', '^files\\/file_path_watcher_linux\\.cc$'], |
| + ['exclude', '^file_util_linux\\.cc$'], |
| + ['exclude', '^process_linux\\.cc$'], |
| + ['exclude', '^process_util_linux\\.cc$'], |
| + ['exclude', '^sys_info_linux\\.cc$'], |
| ['include', '^base_paths_linux\\.cc$'], |
|
Mark Mentovai
2011/10/24 13:43:15
You can get rid of these includes now.
Robert Nagy
2011/10/24 16:26:56
Done.
|
| ['include', '^native_library_linux\\.cc$'], |
| ['include', '^sys_string_conversions_linux\\.cc$'], |