Chromium Code Reviews| Index: tools/create_sdk.py |
| =================================================================== |
| --- tools/create_sdk.py (revision 13662) |
| +++ tools/create_sdk.py (working copy) |
| @@ -323,7 +323,7 @@ |
| # Copy dart2js. |
| CopyDart2Js(build_dir, SDK_tmp, version) |
| - revision = utils.GetRevision() |
| + revision = utils.GetSVNRevision() |
| # Write the 'revision' file |
| if revision is not None: |