Chromium Code Reviews| Index: blimp/engine/BUILD.gn |
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn |
| index 313d0b431121b8545ee6795ddc2a495e6435fded..75fca41c07ce18ef928fdf98fd15274c5fc1905d 100644 |
| --- a/blimp/engine/BUILD.gn |
| +++ b/blimp/engine/BUILD.gn |
| @@ -251,7 +251,8 @@ if (is_linux) { |
| # Detail the target & "source"-file dependencies, and output, for GN. |
| deps = [ |
| - "//blimp/engine:blimp_engine", |
| + "//blimp/engine:blimp_engine_app", |
| + "//sandbox/linux:chrome_sandbox", |
| ] |
| sources = [ |
| _rebased_dockerfile, |