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

Unified Diff: mojo/devtools/common/mojo_run

Issue 1264763003: Don't emulate Sky server when --sky is passed. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months 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 | « mojo/devtools/common/devtoolslib/shell_arguments.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/mojo_run
diff --git a/mojo/devtools/common/mojo_run b/mojo/devtools/common/mojo_run
index 778dd704d19f5811f3b3a25a5cd4f16e2ac99b7b..0adba393aba83c531b86b5ad0afcc17940d9e8b1 100755
--- a/mojo/devtools/common/mojo_run
+++ b/mojo/devtools/common/mojo_run
@@ -77,8 +77,6 @@ def main():
help='Window manager app to be mapped as '
'mojo:window_manager. By default it is ' +
_DEFAULT_WINDOW_MANAGER)
- parser.add_argument('--sky',
- help='Loads the given Sky file.')
script_args, shell_args = parser.parse_known_args()
@@ -121,15 +119,6 @@ def main():
'mojo:window_manager=%s' %
script_args.window_manager)
- if script_args.sky:
- if not mojo_paths:
- print 'Running with --sky is not supported outside of the Mojo checkout.'
- # See https://github.com/domokit/devtools/issues/27.
- return 1
- shell_args.extend(shell_arguments._configure_sky(shell, mojo_paths['root'],
- mojo_paths['sky_packages'],
- script_args.sky))
-
if script_args.verbose:
print "Shell arguments: " + str(shell_args)
« no previous file with comments | « mojo/devtools/common/devtoolslib/shell_arguments.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698