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

Unified Diff: mojo/devtools/common/devtoolslib/paths.py

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/README.md ('k') | mojo/devtools/common/devtoolslib/shell_arguments.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/paths.py
diff --git a/mojo/devtools/common/devtoolslib/paths.py b/mojo/devtools/common/devtoolslib/paths.py
index 073783db8f796f04bbf7d81786c6ad63ee21131c..3347c754fd86a8f78da3ba75b1b053ca6fb6f069 100644
--- a/mojo/devtools/common/devtoolslib/paths.py
+++ b/mojo/devtools/common/devtoolslib/paths.py
@@ -53,9 +53,6 @@ def infer_mojo_paths(is_android, is_debug, target_cpu):
'sdk', 'platform-tools', 'adb')
else:
paths['shell'] = os.path.join(build_dir_path, 'mojo_shell')
-
- paths['sky_packages'] = os.path.join(build_dir_path, 'gen', 'dart-pkg',
- 'packages')
return paths, None
« no previous file with comments | « mojo/devtools/common/README.md ('k') | mojo/devtools/common/devtoolslib/shell_arguments.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698