Index: components/nacl/renderer/plugin/BUILD.gn |
diff --git a/components/nacl/renderer/plugin/BUILD.gn b/components/nacl/renderer/plugin/BUILD.gn |
index f4d2a82db985adecf5bf946d1f8fb7ceeb641743..5c3d22ec57caa40d81f323b6b535f91d20ccaa1c 100644 |
--- a/components/nacl/renderer/plugin/BUILD.gn |
+++ b/components/nacl/renderer/plugin/BUILD.gn |
@@ -21,6 +21,7 @@ source_set("nacl_trusted_plugin") { |
deps = [ |
"//base", |
+ "//content/public/common", |
"//media:shared_memory_support", |
"//native_client/src/shared/gio", |
"//native_client/src/shared/imc", |
@@ -33,6 +34,7 @@ source_set("nacl_trusted_plugin") { |
"//ppapi/c", |
"//ppapi/cpp:objects", |
"//ppapi/cpp/private:internal_module", |
+ "//ppapi/proxy:ipc", |
] |
if (is_linux) { |