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

Unified Diff: tools/create_sdk.py

Issue 10444027: Copy nativewrappers to dart-sdk directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « lib/dom/templates/html/dartium/html_dartium.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 02a804a98cdb269dc4f737d517784e863d3ca2dc..0c579a76d95f359eab911f877c5ba082d0359866 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -341,6 +341,8 @@ def Main(argv):
join(html_dest_dir, 'html_frog.dart'))
copyfile(join(html_src_dir, 'dartium', 'html_dartium.dart'),
join(html_dest_dir, 'html_dartium.dart'))
+ copyfile(join(html_src_dir, 'dartium', 'nativewrappers.dart'),
+ join(html_dest_dir, 'nativewrappers.dart'))
#
# Create and populate lib/dom.
« no previous file with comments | « lib/dom/templates/html/dartium/html_dartium.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698