Chromium Code Reviews| Index: dart/tools/create_editor.py |
| diff --git a/dart/tools/create_editor.py b/dart/tools/create_editor.py |
| index 59fb6c83fb8453c3696c816edac2030e17fe61c6..086c119ccb1ed0dbd14feb568771f53b9aaf30f6 100644 |
| --- a/dart/tools/create_editor.py |
| +++ b/dart/tools/create_editor.py |
| @@ -194,6 +194,7 @@ def Main(): |
| '-Dbuild.source=' + os.path.abspath('editor'), |
| '-Dbuild.dart.sdk=' + GetSdkPath(), |
| '-Dbuild.no.properties=true', |
| + '-Dbuild.channel=' + utils.GetChannel(), |
| '-buildfile', |
| buildScript] |
| print build_cmd |