Chromium Code Reviews| Index: SConstruct |
| =================================================================== |
| --- SConstruct (revision 6419) |
| +++ SConstruct (working copy) |
| @@ -1023,6 +1023,8 @@ |
| # Print a warning that liveobjectlist will implicitly enable the debugger |
| print "Warning: forcing debuggersupport on for liveobjectlist" |
| options['debuggersupport'] = 'on' |
| + options['inspector'] = 'on' |
| + options['objectprint'] = 'on' |
| def ParseEnvOverrides(arg, imports): |