| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index 76ef3e4631a40b7b7287d91c081104282751210f..def1122c9a25dfb74502ddb654e2c81e06f69da2 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -550,9 +550,9 @@ mojo_native_application("apptests") {
|
| "//mojo/public/cpp/bindings:callback",
|
| "//mojo/public/cpp/environment",
|
| "//mojo/public/cpp/system:system",
|
| + "//mojo/services/http_server/public/cpp",
|
| + "//mojo/services/http_server/public/interfaces",
|
| "//mojo/services/network/public/interfaces",
|
| - "//services/http_server/public",
|
| - "//services/http_server/public:util",
|
| "//shell/test:bindings",
|
| ":embed_pingable",
|
| ]
|
|
|