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

Unified Diff: tools/create_sdk.py

Issue 1134583005: Remove the core library stubbing infrastructure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « pkg/stub_core_library/test/stub_test.dart ('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 c9dec1ba42068861204252a0fa8f8f7b1d19167f..b8747c8f82f54a7027786cfe6f05224b8fd2bea9 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -233,9 +233,6 @@ def Main():
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 | « pkg/stub_core_library/test/stub_test.dart ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698