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

Unified Diff: site_scons/site_tools/component_setup.py

Issue 9703089: Emit brief command strings for pexe translation. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: working Created 8 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
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 845750e294d20f5f5412a524a74eee907e5d2af4..766d328acfee4c92bbb912d8d6e8dc616c6ee120 100755
--- a/site_scons/site_tools/component_setup.py
+++ b/site_scons/site_tools/component_setup.py
@@ -207,6 +207,7 @@ def generate(env):
# Strip doesn't seem to be a first-class citizen in SCons country,
# so we have to add these *COM, *COMSTR manually.
STRIPCOMSTR='________Stripping to create $TARGET',
+ TRANSLATECOMSTR='________Translating $TARGET',
)
# Add other default tools from our toolkit
« SConstruct ('K') | « SConstruct ('k') | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698