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

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: Add myself to the AUTHORS 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 | « AUTHORS ('k') | base/base_paths_linux.cc » ('j') | no next file with comments »
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..522358386dc9472f384156d90c4c75e38e346ac1 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$'],
+ ['include', '^sys_string_conversions_linux\\.cc$'],
+ ],
+ }],
],
}],
],
@@ -590,6 +597,9 @@
],
}],
[ 'OS == "freebsd" or OS == "openbsd"', {
+ 'include_dirs': [
+ '/usr/local/include',
+ ],
'link_settings': {
'libraries': [
'-L/usr/local/lib -lexecinfo',
« no previous file with comments | « AUTHORS ('k') | base/base_paths_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698