| Index: mojo/examples/http_server/BUILD.gn
|
| diff --git a/mojo/examples/http_server/BUILD.gn b/mojo/examples/http_server/BUILD.gn
|
| index d4013c4b905cfff7de7f8c90a7cc0b6bdfeb4bf8..8388a84d252c525d832fd5baaae16e708d887788 100644
|
| --- a/mojo/examples/http_server/BUILD.gn
|
| +++ b/mojo/examples/http_server/BUILD.gn
|
| @@ -11,6 +11,7 @@ shared_library("http_server") {
|
|
|
| deps = [
|
| "//base",
|
| + "//mojo/common",
|
| "//mojo/public/c/system:for_shared_library",
|
| "//mojo/public/cpp/application:standalone",
|
| "//mojo/public/cpp/bindings",
|
|
|