| Index: components/nacl/renderer/plugin/BUILD.gn
|
| diff --git a/components/nacl/renderer/plugin/BUILD.gn b/components/nacl/renderer/plugin/BUILD.gn
|
| index 873422e002154e4d65e45a5c8e48587f5d46a0ec..a0025956c75e4a3c404ed4ecd1cf312c82dbf4fa 100644
|
| --- a/components/nacl/renderer/plugin/BUILD.gn
|
| +++ b/components/nacl/renderer/plugin/BUILD.gn
|
| @@ -16,6 +16,7 @@ static_library("nacl_trusted_plugin") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/nacl/common:nacl_error_code",
|
| "//content/public/common",
|
| "//media:shared_memory_support",
|
| "//ppapi/c",
|
|
|