| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ccf57ca34068d179d58730534eea011e14561e04..ab8ee75a200ffde62e13d6a5c677511f222cfefe 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -231,6 +231,7 @@ static_library("content_shell_lib") {
|
| "//content/app/resources",
|
| "//content/app/strings",
|
| "//content/gpu",
|
| + "//content/public/common:interfaces",
|
| "//content/public/common:service_names",
|
| "//content/shell/test_runner:test_runner",
|
| "//content/test:content_test_mojo_bindings",
|
| @@ -248,6 +249,7 @@ static_library("content_shell_lib") {
|
| "//mojo/edk/js",
|
| "//net",
|
| "//net:net_resources",
|
| + "//net:test_support",
|
| "//ppapi/features",
|
| "//sandbox",
|
| "//services/service_manager/public/cpp",
|
|
|