diff options
author | justincohen <justincohen@chromium.org> | 2015-02-11 06:39:00 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-11 14:39:34 +0000 |
commit | dc6674953c70c818a62c25e7b5e55dd19400aa7b (patch) | |
tree | aef9cf16a2b4e8011c836cee49c1897da0bc95d3 /breakpad | |
parent | a398f4b4d5836a37ded04049378860636b430291 (diff) | |
download | chromium_src-dc6674953c70c818a62c25e7b5e55dd19400aa7b.zip chromium_src-dc6674953c70c818a62c25e7b5e55dd19400aa7b.tar.gz chromium_src-dc6674953c70c818a62c25e7b5e55dd19400aa7b.tar.bz2 |
Enable minidump_stackwalk on iOS with ninja.
BUG=None
Review URL: https://codereview.chromium.org/908463002
Cr-Commit-Position: refs/heads/master@{#315757}
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 75301ac..1743c73 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -9,8 +9,8 @@ ], 'conditions': [ # minidump_stackwalk and minidump_dump are tool-type executables that do - # not build on iOS. - ['OS!="ios" and OS!="win"', { + # not build on iOS with Xcode (but do build on iOS with ninja.) + ['(OS!="ios" or "<(GENERATOR)"=="ninja") and OS!="win"', { 'targets': [ { # code shared by both {micro,mini}dump_stackwalk |