| Index: components/nacl/browser/BUILD.gn
|
| diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
|
| index 5307b79ceec6fb8aab9b45727a7adf77fc013d06..37315ab26a98ee6ffe2a329b3502506a78ec5ed6 100644
|
| --- a/components/nacl/browser/BUILD.gn
|
| +++ b/components/nacl/browser/BUILD.gn
|
| @@ -38,7 +38,6 @@ static_library("browser") {
|
| "//components/url_formatter",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| - "//ipc",
|
| "//mojo/edk/system",
|
| "//native_client/src/trusted/service_runtime:sel_main_chrome",
|
| "//net",
|
| @@ -47,6 +46,10 @@ static_library("browser") {
|
| "//ppapi/shared_impl",
|
| ]
|
|
|
| + public_deps = [
|
| + "//ipc",
|
| + ]
|
| +
|
| data_deps = []
|
|
|
| if (is_linux) {
|
|
|