Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3720)

Unified Diff: blimp/engine/BUILD.gn

Issue 2028353003: Support for bundling Chromium unittests into a tarball. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates based on review feedback. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/Dockerfile ('k') | blimp/tools/bundle-engine.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 7869e8298c636bdf865e6c9c77cdc58acf34e58c..62b23a5cc2eb5e8e8d82c46494ca0c31ba428795 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/create-bundle.py"
# These form the arguments to the script.
_rebased_out_dir = rebase_path(root_out_dir)
« no previous file with comments | « blimp/Dockerfile ('k') | blimp/tools/bundle-engine.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698