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

Unified Diff: sky/tools/deploy_sdk.py

Issue 1022613002: Remove custom elements examples, they are no longer maintained (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/framework/elements/sky-ink-splash.sky ('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 ffb38ac1417510d5a4eb5109db11cee0cd05a1f9..f729e9ddb02764894f0fa1036df9a88f5c7747b3 100755
--- a/sky/tools/deploy_sdk.py
+++ b/sky/tools/deploy_sdk.py
@@ -173,10 +173,6 @@ def main():
copy_or_link(os.path.join(bindings_path, 'dart_sky.dart'),
sdk_path('packages/sky/sdk_additions/dart_sky.dart'))
- # Not used in the dev environment.
- copy_or_link(src_path('sky/sdk/tools/sky'),
- sdk_path('packages/sky/bin/sky'))
abarth-chromium 2015/03/18 20:36:49 Did you mean to remove this?
-
# Mojo package, lots of overlap with gen, must be copied:
copy(src_path('mojo/public'), sdk_path('packages/mojo/lib/public'),
dart_filter)
« no previous file with comments | « sky/framework/elements/sky-ink-splash.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698