| Index: services/http_server/BUILD.gn
|
| diff --git a/services/http_server/BUILD.gn b/services/http_server/BUILD.gn
|
| index 7ea310718ac72b0f6e1be0b24ae338da4054df72..788d728653616504c4150e3eb0351fba65944213 100644
|
| --- a/services/http_server/BUILD.gn
|
| +++ b/services/http_server/BUILD.gn
|
| @@ -17,6 +17,8 @@ mojo_native_application("http_server") {
|
| "//mojo/public/c/system:for_shared_library",
|
| "//mojo/public/cpp/application:standalone",
|
| "//mojo/public/cpp/bindings",
|
| + "//mojo/public/cpp/environment",
|
| + "//mojo/public/cpp/system",
|
| "//mojo/public/cpp/utility",
|
| "//mojo/services/public/interfaces/network",
|
| "//services/http_server/public",
|
|
|