mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
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:
parent
b7e4564ff2
commit
54048cfd78
@ -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,
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user