Index: ipc/ipc.gyp |
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp |
index a11ffe3e0bd13fa2757cb47256aa423a2203bb13..51509e9adadadba1edd6f466b3f05e4f4d68897f 100644 |
--- a/ipc/ipc.gyp |
+++ b/ipc/ipc.gyp |
@@ -20,6 +20,9 @@ |
'../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', |
+ '../mojo/mojo_edk.gyp:mojo_system_impl', |
+ '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ '../mojo/mojo_public.gyp:mojo_cpp_system', |
], |
# TODO(gregoryd): direct_dependent_settings should be shared with the |
# 64-bit target, but it doesn't work due to a bug in gyp |