| Index: components/nacl/BUILD.gn
|
| diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
|
| index bff29a2f1f80e33c71feb45f9b5b0ee91bdda713..046890d94ddf4341233c2b25f4e0db3795238a0b 100644
|
| --- a/components/nacl/BUILD.gn
|
| +++ b/components/nacl/BUILD.gn
|
| @@ -143,7 +143,6 @@ if (enable_nacl) {
|
| deps = [
|
| ":nacl_common",
|
| ":nacl_switches",
|
| - "renderer/plugin:nacl_trusted_plugin",
|
| "//base",
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| @@ -153,6 +152,7 @@ if (enable_nacl) {
|
| "//ppapi/proxy:ipc",
|
| "//ppapi/shared_impl",
|
| "//third_party/WebKit/public:blink",
|
| + "renderer/plugin:nacl_trusted_plugin",
|
| ]
|
| }
|
|
|
| @@ -258,8 +258,8 @@ if (enable_nacl) {
|
| "loader/nonsfi/nonsfi_main.h",
|
| ]
|
| deps = [
|
| - ":nacl_switches",
|
| ":nacl_helper_nonsfi_sandbox",
|
| + ":nacl_switches",
|
| "//base",
|
| "//components/tracing",
|
| "//content",
|
|
|