Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1617)

Unified Diff: dart/tools/create_editor.py

Issue 84963005: Add update.properties file to com.google.dart.tools.core_*.jar file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/editor/tools/plugins/com.google.dart.tools.core/update.properties ('k') | dart/tools/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « dart/editor/tools/plugins/com.google.dart.tools.core/update.properties ('k') | dart/tools/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698