diff options
author | robert.nagy <robert.nagy@gmail.com> | 2014-11-25 12:24:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-25 20:25:13 +0000 |
commit | ea1593d0862064d4ee3818abac68dc84579e346e (patch) | |
tree | cd69f7bd077eed7d550ba948c420cf46c885deea /breakpad/breakpad.gyp | |
parent | 5cd4f7a2be87749d96589486eb054c7da1e55bac (diff) | |
download | chromium_src-ea1593d0862064d4ee3818abac68dc84579e346e.zip chromium_src-ea1593d0862064d4ee3818abac68dc84579e346e.tar.gz chromium_src-ea1593d0862064d4ee3818abac68dc84579e346e.tar.bz2 |
match openbsd as well in landmine_utils and breakpad
BUG=
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/760643002
Cr-Commit-Position: refs/heads/master@{#305686}
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 038290f..75301ac 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -389,7 +389,7 @@ }, ], }], - [ 'OS=="linux" or OS=="android" or OS=="freebsd"', { + [ 'OS=="linux" or OS=="android" or os_bsd==1', { 'conditions': [ ['OS=="android"', { 'defines': [ |