Don’t suppress_wildcard crashpad.gyp:All on platforms where it works

This matches Chromium 01e379fac955.

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/1566763002 .
This commit is contained in:
Mark Mentovai 2016-01-06 12:37:01 -05:00
parent b7e4564ff2
commit 54048cfd78

View File

@ -17,7 +17,6 @@
{
'target_name': 'All',
'type': 'none',
'suppress_wildcard': 1,
'dependencies': [
'client/client.gyp:*',
'client/client_test.gyp:*',
@ -37,6 +36,11 @@
'doc/support/crashpad.doxy.h',
'package.h',
],
'conditions': [
['OS!="mac" and OS!="win"', {
'suppress_wildcard': 1,
}],
],
},
],
}