| Index: examples/content_handler_demo/BUILD.gn
|
| diff --git a/examples/content_handler_demo/BUILD.gn b/examples/content_handler_demo/BUILD.gn
|
| index b8b8700fe3e96d094e22e73b754a33b512414a98..e668ff4d8c491daded9708742f380b26a15fe47b 100644
|
| --- a/examples/content_handler_demo/BUILD.gn
|
| +++ b/examples/content_handler_demo/BUILD.gn
|
| @@ -8,8 +8,8 @@ shared_library("content_handler_demo") {
|
| ]
|
|
|
| deps = [
|
| - "//mojo/application",
|
| "//mojo/public/c/system:for_shared_library",
|
| + "//mojo/public/cpp/application:standalone",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/utility",
|
| "//mojo/services/public/interfaces/content_handler",
|
|
|