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

Unified Diff: tools/create_sdk.py

Issue 10857029: Revert "Sharing of sources for corelib date implementation between VM and" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « runtime/lib/lib_impl_sources.gypi ('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 0b3fced45097d4595b777d9a6ae8fd88a1858775..312e3b33b5d9a84e5bf592929f33289d8229de87 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -134,6 +134,9 @@ def CopyDart2Js(build_dir, sdk_root):
copytree(os.path.join('corelib', 'src'),
os.path.join(sdk_root, 'lib', 'dart2js', 'corelib', 'src'),
ignore=ignore_patterns('.svn'))
+ copytree(os.path.join('corelib', 'unified'),
+ os.path.join(sdk_root, 'lib', 'dart2js', 'corelib', 'unified'),
+ ignore=ignore_patterns('.svn'))
copytree(os.path.join('runtime', 'lib'),
os.path.join(sdk_root, 'lib', 'dart2js', 'runtime', 'lib'),
ignore=ignore_patterns('.svn'))
« no previous file with comments | « runtime/lib/lib_impl_sources.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698