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

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: fixes for previous patchset 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..621466a729342b11f2f3ad0df173d0a735131023 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,9 +501,11 @@
}],
[ 'OS == "openbsd"', {
'sources/': [
- ['include', '^base_paths_linux\\.cc$'],
- ['include', '^native_library_linux\\.cc$'],
- ['include', '^sys_string_conversions_linux\\.cc$'],
+ ['exclude', '^files\\/file_path_watcher_linux\\.cc$'],
Mark Mentovai 2011/10/24 17:06:12 Don’t \\ the /.
Robert Nagy 2011/10/24 18:00:57 Done.
+ ['exclude', '^file_util_linux\\.cc$'],
+ ['exclude', '^process_linux\\.cc$'],
+ ['exclude', '^process_util_linux\\.cc$'],
+ ['exclude', '^sys_info_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