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:
Mark Mentovai 2015-12-09 17:31:10 -05:00
parent a33736dd0d
commit 8f3b0af215

View File

@ -21,6 +21,7 @@
'target_name': 'crashpad_client', 'target_name': 'crashpad_client',
'type': 'static_library', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'../compat/compat.gyp:crashpad_compat',
'../third_party/mini_chromium/mini_chromium.gyp:base', '../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util', '../util/util.gyp:crashpad_util',
], ],