From 4c25bc4d870be25f0e4f306f1aa95c86634be34c Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Sun, 24 Aug 2008 15:38:23 +0000 Subject: Allow BINDINGSCOMSTR to show prettier output while generating WebKit bindings. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1290 0039d316-1c4b-4281-b951-d872f2087c98 --- build/SConscript.main | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/SConscript.main b/build/SConscript.main index 8de0647..18183b7 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -376,6 +376,7 @@ if ARGUMENTS.get('VERBOSE') in (None, '0'): env['CXXCOMSTR'] = 'Compiling $TARGET ...' env['ARCOMSTR'] = 'Archiving $TARGET ...' env['LINKCOMSTR'] = 'Linking $TARGET ...' + env['BINDINGSCOMSTR'] = 'Building bindings in $TARGET ...' # Place the .sconsign.dblite in the build directory. -- cgit v1.1