Chromium Code Reviews| Index: blimp/engine/BUILD.gn |
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn |
| index 7869e8298c636bdf865e6c9c77cdc58acf34e58c..2f52465bbb589c4d422ec6c911f29520f593bd11 100644 |
| --- a/blimp/engine/BUILD.gn |
| +++ b/blimp/engine/BUILD.gn |
| @@ -531,7 +531,7 @@ if (is_linux) { |
| # Builds and bundles the engine into a tarball that can be used to build a |
| # Docker image. |
| action("blimp_engine_bundle") { |
| - script = "//blimp/tools/bundle-engine.py" |
| + script = "//blimp/tools/bundle.py" |
|
Wez
2016/06/06 23:52:15
nit: This name makes it less obvious whether "bund
Jess
2016/06/07 00:28:37
Updated to use create-bundle.py
|
| # These form the arguments to the script. |
| _rebased_out_dir = rebase_path(root_out_dir) |