Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 0e44b2cc836702fbb20f93f35dad6a500f44dc6e..02efe32b1767100280d005ee3771393953420393 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -48,6 +48,7 @@ source_set("common") { |
deps += [ |
"//cc", |
"//ipc", |
+ "//ipc/mojo", |
"//mojo/environment:chromium", |
"//mojo/system", |
# TODO: the dependency on gl_in_process_context should be decoupled from |