mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
client: Depend on compat
The upcoming https://codereview.chromium.org/1513573005/ requires that std::move() in compat be available to callers in client. crashpad_client_mac.cc uses macros not available in all SDK versions. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1510243002 .
This commit is contained in:
parent
a33736dd0d
commit
8f3b0af215
@ -21,6 +21,7 @@
|
||||
'target_name': 'crashpad_client',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'../compat/compat.gyp:crashpad_compat',
|
||||
'../third_party/mini_chromium/mini_chromium.gyp:base',
|
||||
'../util/util.gyp:crashpad_util',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user