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

Unified Diff: base/base.gypi

Issue 8329023: OpenBSD patches for base / split from CR #8275005 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: for the buildbot 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/debug/debugger_posix.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 c7475ba88fe40f8fe9c77d0711e84be21cff10da..b3a97affcd839b5baf262eb478b09c87419a83ca 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -501,6 +501,7 @@
[ 'OS == "openbsd"', {
'sources/': [
['include', '^base_paths_linux\\.cc$'],
+ ['include', '^native_library_linux\\.cc$'],
['include', '^sys_string_conversions_linux\\.cc$'],
],
}],
@@ -784,6 +785,9 @@
'third_party/symbolize/symbolize.cc',
'third_party/symbolize/demangle.cc',
],
+ 'include_dirs': [
+ '..',
+ ],
},
{
'target_name': 'xdg_mime',
« no previous file with comments | « no previous file | base/debug/debugger_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698