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

Unified Diff: site_scons/site_tools/component_setup.py

Issue 12594036: Add a scons pnacl finalize step for pnacl_generate_pexe tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use StripSuffix Created 7 years, 9 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 | « buildbot/buildbot_pnacl_toolchain_tests.sh ('k') | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/component_setup.py
diff --git a/site_scons/site_tools/component_setup.py b/site_scons/site_tools/component_setup.py
index f24a66745918d9356084e0fc85194553cc74d838..4995bacb6ba7a1267a67cc840c23392ca9883f49 100755
--- a/site_scons/site_tools/component_setup.py
+++ b/site_scons/site_tools/component_setup.py
@@ -207,6 +207,7 @@ def generate(env):
# so we have to add these *COM, *COMSTR manually.
STRIPCOMSTR='________Stripping to create $TARGET',
TRANSLATECOMSTR='________Translating $TARGET',
+ PNACLFINALIZECOMSTR='________Finalizing pexe $TARGET',
)
# Add other default tools from our toolkit
« no previous file with comments | « buildbot/buildbot_pnacl_toolchain_tests.sh ('k') | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698