| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 685c5dcdc670d6e324b2ec24b23b1513cefd6a6a..f4240c8f2734e5fb307b5dd82af48b7dd5f3800b 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -211,6 +211,7 @@ static_library("content_shell_lib") {
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| "//content/public/utility",
|
| + "//ipc",
|
| ]
|
| deps = [
|
| ":mojo_bindings",
|
| @@ -240,7 +241,6 @@ static_library("content_shell_lib") {
|
| "//device/sensors/public/cpp:full",
|
| "//gin",
|
| "//gpu",
|
| - "//ipc",
|
| "//media",
|
| "//media/capture",
|
| "//mojo/edk/js",
|
|
|