Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: base/base.gypi

Issue 8382001: OpenBSD patches for base and build, part 2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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$'],
« no previous file with comments | « base/base.gyp ('k') | base/file_util_posix.cc » ('j') | base/file_util_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698