| Index: content/child/BUILD.gn
|
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
|
| index e47d003692c70a269d59f150772a438b2909475e..fe69e2d8bf696b5ca173bc22eab855490290be64 100644
|
| --- a/content/child/BUILD.gn
|
| +++ b/content/child/BUILD.gn
|
| @@ -32,7 +32,6 @@ source_set("child") {
|
|
|
| public_deps = [
|
| "//gpu/ipc/client:client",
|
| - "//mojo/edk/system",
|
| ]
|
|
|
| deps = [
|
| @@ -51,6 +50,7 @@ source_set("child") {
|
| "//ipc/mojo",
|
| "//media",
|
| "//mojo/common",
|
| + "//mojo/edk/system",
|
| "//net",
|
| "//services/shell/public/interfaces",
|
| "//services/shell/runner/common",
|
|
|