Have snapshot_test_lib depend on compat

Needed on Windows for sys/time.h.

d:\src\crashpad\crashpad\snapshot\test\test_process_snapshot.h(19) : fatal error C1083: Cannot open include file:
'sys/time.h': No such file or directory

R=mark@chromium.org
BUG=crashpad:1

Review URL: https://codereview.chromium.org/897973003
This commit is contained in:
Scott Graham 2015-02-05 08:42:15 -08:00
parent 3162f1259c
commit db99fdb462

View File

@ -79,6 +79,7 @@
'type': 'static_library',
'dependencies': [
'snapshot',
'../compat/compat.gyp:compat',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
'../util/util.gyp:util',
],