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

Unified Diff: base/base.gypi

Issue 8228005: openbsd and freebsd fixes for base (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: update copyright year 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
« no previous file with comments | « no previous file | base/base_paths_linux.cc » ('j') | base/process_util_openbsd.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 0cfd03f2fc91737a547c76b4d482faef871bbaa1..0e4980bc043e5077ef82232ddc3e754863d24c43 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -218,6 +218,7 @@
'process_util.h',
'process_util_linux.cc',
'process_util_mac.mm',
+ 'process_util_openbsd.cc',
'process_util_posix.cc',
'process_util_win.cc',
'process_win.cc',
@@ -494,6 +495,12 @@
'files/file_path_watcher_stub.cc',
],
}],
+ [ 'OS == "openbsd"', {
+ 'sources/': [
+ ['include', '^base_paths_linux.cc'],
Mark Mentovai 2011/10/12 19:13:48 Since you’re using regular expressions here: 1. E
Robert Nagy 2011/10/12 19:33:39 Done.
+ ['include', '^sys_string_conversions_linux.cc'],
+ ],
+ }],
],
}],
],
@@ -590,6 +597,9 @@
],
}],
[ 'OS == "freebsd" or OS == "openbsd"', {
+ 'include_dirs': [
Mark Mentovai 2011/10/12 19:13:48 You didn’t answer my question about execinfo being
Robert Nagy 2011/10/12 19:33:39 Oh sorry about that, missed it. Yes libexecinfo is
+ '/usr/local/include',
+ ],
'link_settings': {
'libraries': [
'-L/usr/local/lib -lexecinfo',
« no previous file with comments | « no previous file | base/base_paths_linux.cc » ('j') | base/process_util_openbsd.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698