Index: examples/go/BUILD.gn |
diff --git a/examples/go/BUILD.gn b/examples/go/BUILD.gn |
index 94d33d5cb69951c22aa5703416b339a0aa49f7a1..455f4c47a9ef5b436a8471eb870c593d6393fd5b 100644 |
--- a/examples/go/BUILD.gn |
+++ b/examples/go/BUILD.gn |
@@ -37,6 +37,7 @@ go_mojo_application("go_http_handler") { |
"http_handler.go", |
] |
deps = [ |
+ "//mojo/services/http_server/interfaces", |
"//mojo/services/network/public/interfaces", |
] |
} |