Chromium Code Reviews| Index: scripts/slave/compile.py |
| =================================================================== |
| --- scripts/slave/compile.py (revision 82082) |
| +++ scripts/slave/compile.py (working copy) |
| @@ -458,7 +458,7 @@ |
| command.extend([ |
| # Force scons to always check for dependency changes. |
| 'mode=' + options.target, |
| - 'sample=shell' |
| + 'sample=d8' |
|
Mads Ager (chromium)
2011/06/30 07:06:24
It should not be sample=d8 it should just be d8.
Rico
2011/06/30 07:07:08
Done.
|
| ]) |
| command.extend(options.build_args + args) |