Chromium Code Reviews| Index: examples/BUILD.gn |
| diff --git a/examples/BUILD.gn b/examples/BUILD.gn |
| index 03860cac6dc7e2210f3254ba526be185a17985da..455eb7a3ca0a3770322203178ba253292af1de11 100644 |
| --- a/examples/BUILD.gn |
| +++ b/examples/BUILD.gn |
| @@ -46,7 +46,11 @@ group("examples") { |
| } |
| if (is_linux || is_android) { |
| - deps += [ "//examples/surfaces_app" ] |
| + deps += [ |
| + "//examples/ui/spinning_cube", |
| + "//examples/ui/tile", |
| + "//examples/surfaces_app", |
| + ] |
| } |
| if (defined(go_build_tool) && go_build_tool != "") { |