Chromium Code Reviews| Index: tools/create_sdk.py |
| =================================================================== |
| --- tools/create_sdk.py (revision 11737) |
| +++ tools/create_sdk.py (working copy) |
| @@ -229,7 +229,7 @@ |
| # TODO(dgrove): fix this really ugly hack |
| ReplaceInFiles( |
| [join(LIB, 'compiler', 'implementation', 'lib', 'io.dart')], |
| - [('../../../runtime/bin', '../io/runtime')]) |
| + [('../../runtime/bin', '../io/runtime')]) |
| # Create and copy pkg. |
| PKG = join(SDK_tmp, 'pkg') |