| Index: breakpad/breakpad.gyp
|
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
|
| index 9c503dfa660723065dd965741910c0fe1b9f7168..b869987e052d671ed81e647127ea16e8a31cdeb6 100644
|
| --- a/breakpad/breakpad.gyp
|
| +++ b/breakpad/breakpad.gyp
|
| @@ -445,11 +445,7 @@
|
| # GN version: //breakpad:dump_syms
|
| 'target_name': 'dump_syms',
|
| 'type': 'executable',
|
| - 'conditions': [
|
| - ['OS=="android"', {
|
| - 'toolsets': [ 'host' ],
|
| - }],
|
| - ],
|
| + 'toolsets': ['host'],
|
|
|
| # dwarf2reader.cc uses dynamic_cast. Because we don't typically
|
| # don't support RTTI, we enable it for this single target. Since
|
|
|