| Index: ipc/ipc.gyp
|
| diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
|
| index 6e9bd9e4e14be5ca9b3f5cc63bdb8ca110576c34..678d166ee2bbf9497311177c3d3ade1ce4b353f3 100644
|
| --- a/ipc/ipc.gyp
|
| +++ b/ipc/ipc.gyp
|
| @@ -18,6 +18,7 @@
|
| },
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + # TODO(vtl): Needed for base/lazy_instance.h, which is suspect.
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| ],
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
| @@ -37,7 +38,6 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| '../base/base.gyp:test_support_base',
|
| - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'include_dirs': [
|
| @@ -106,6 +106,7 @@
|
| },
|
| 'dependencies': [
|
| '../base/base.gyp:base_nacl_win64',
|
| + # TODO(vtl): Needed for base/lazy_instance.h, which is suspect.
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
|
| ],
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
|
|