Chromium Code Reviews| Index: dart/tools/make_bundle.py |
| =================================================================== |
| --- dart/tools/make_bundle.py (revision 813) |
| +++ dart/tools/make_bundle.py (working copy) |
| @@ -31,7 +31,7 @@ |
| self._debug_build_root = utils.GetBuildRoot(self._os, mode='debug', |
| arch='ia32') |
| self._dartc_build_root = utils.GetBuildRoot(self._os, mode='release', |
| - arch='dartc') |
| + FOOBAR='dartc') |
| @staticmethod |
| def BuildOptions(): |