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

Unified Diff: tools/create_sdk.py

Issue 392073002: Build core library stubs as part of building the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « create_sdk.gyp ('k') | utils/pub/pub.gyp » ('j') | 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 4ac8679dfc8428f5fef2f02bbce2d9f86b106a4b..620e572c6bab26ead83f08b1e95a43bd82ce6c13 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -226,6 +226,9 @@ def Main(argv):
join(RESOURCE),
ignore=ignore_patterns('.svn'))
+ copytree(join(SNAPSHOT, 'core_stubs'),
+ join(RESOURCE, 'dart', 'core_stubs'))
+
# Copy in 7zip for Windows.
if HOST_OS == 'win32':
copytree(join(HOME, 'third_party', '7zip'),
« no previous file with comments | « create_sdk.gyp ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698