| Index: ipc/ipc.gyp
|
| diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
|
| index df9d75e7d112054c2f57bc2c9b278ca4231c83b8..420c891e481b5a0923b0aeff5edecec475b17d9b 100644
|
| --- a/ipc/ipc.gyp
|
| +++ b/ipc/ipc.gyp
|
| @@ -20,6 +20,7 @@
|
| '../base/base.gyp:base',
|
| # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../crypto/crypto.gyp:crypto',
|
| ],
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
| # 64-bit target, but it doesn't work due to a bug in gyp
|
| @@ -157,6 +158,7 @@
|
| # TODO(viettrungluu): Needed for base/lazy_instance.h, which is
|
| # suspect.
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
|
| + '../crypto/crypto.gyp:crypto_nacl_win64',
|
| ],
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
| # 32-bit target, but it doesn't work due to a bug in gyp
|
|
|