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

Unified Diff: sky/tools/deploy_sdk.py

Issue 1024243002: Copy all of dart_sky.dart's supporting files into package:sky (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 | « sky/sdk/packages/sky/pubspec.yaml ('k') | 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 81bd4296e6e0412a1172dc6a0a31c69566b943d1..d6f6a82028ffea15af06432370e3fe92951f51de 100755
--- a/sky/tools/deploy_sdk.py
+++ b/sky/tools/deploy_sdk.py
@@ -171,9 +171,9 @@ def main():
copy_or_link(src_path('sky/engine/bindings/builtin.dart'),
sdk_path('packages/sky/sdk_additions/dart_sky_builtins.dart'))
bindings_path = os.path.join(build_dir, 'gen/sky/bindings')
- copy_or_link(os.path.join(bindings_path, 'dart_sky.dart'),
- sdk_path('packages/sky/sdk_additions/dart_sky.dart'))
-
+ # dart_sky.dart has many supporting files:
+ copy_or_link(bindings_path, sdk_path('packages/sky/sdk_additions'),
+ dart_filter)
# Mojo package, lots of overlap with gen, must be copied:
copy(src_path('mojo/public'), sdk_path('packages/mojo/lib/public'),
« no previous file with comments | « sky/sdk/packages/sky/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698