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

Unified Diff: sky/tools/deploy_sdk.py

Issue 1026933002: Unbreak the deploy_sdk for --dev-environment (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/deploy_sdk.py
diff --git a/sky/tools/deploy_sdk.py b/sky/tools/deploy_sdk.py
index d6f6a82028ffea15af06432370e3fe92951f51de..fd8466bc1eb14c3bc1b528f0f658f8af82cc2963 100755
--- a/sky/tools/deploy_sdk.py
+++ b/sky/tools/deploy_sdk.py
@@ -172,7 +172,7 @@ def main():
sdk_path('packages/sky/sdk_additions/dart_sky_builtins.dart'))
bindings_path = os.path.join(build_dir, 'gen/sky/bindings')
# dart_sky.dart has many supporting files:
- copy_or_link(bindings_path, sdk_path('packages/sky/sdk_additions'),
+ copy(bindings_path, sdk_path('packages/sky/sdk_additions'),
dart_filter)
# Mojo package, lots of overlap with gen, must be copied:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698