Index: ipc/mojo/BUILD.gn |
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn |
index accc89d584124aab7a4d77e9ac9dfc02931c6bc9..d059b48bd1e89d25b6daef34e11577c87ab86c4c 100644 |
--- a/ipc/mojo/BUILD.gn |
+++ b/ipc/mojo/BUILD.gn |
@@ -10,13 +10,15 @@ component("mojo") { |
"ipc_message_pipe_reader.h", |
] |
+ defines = [ "IPC_MOJO_IMPLEMENTATION" ] |
+ |
deps = [ |
"//base", |
+ "//base/third_party/dynamic_annotations", |
"//ipc", |
+ "//mojo/environment:chromium", |
"//mojo/public/cpp/bindings", |
"//mojo/system", |
- # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect. |
- "//base/third_party/dynamic_annotations", |
] |
} |
@@ -28,7 +30,6 @@ test("ipc_mojo_unittests") { |
deps = [ |
"//base", |
- # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect. |
"//base/test:test_support", |
"//base/third_party/dynamic_annotations", |
"//ipc", |