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

Unified Diff: tools/create_sdk.py

Issue 1165473002: Start pulling pub from its own repo. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Code review changes 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 | « sdk/lib/_internal/pub/test/version_solver_test.dart ('k') | tools/make_links.py » ('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 ca5e772e1fcd6fae50ee248b0a5d9280f4ad8a81..9ec93713f8e4dce3fb140abd01873503580878a8 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -229,7 +229,8 @@ def Main():
RESOURCE = join(SDK_tmp, 'lib', '_internal', 'pub', 'asset')
os.makedirs(os.path.dirname(RESOURCE))
- copytree(join(HOME, 'sdk', 'lib', '_internal', 'pub', 'asset'),
+ copytree(join(HOME, 'third_party', 'pkg_tested', 'pub', 'lib', 'src',
+ 'asset'),
join(RESOURCE),
ignore=ignore_patterns('.svn'))
« no previous file with comments | « sdk/lib/_internal/pub/test/version_solver_test.dart ('k') | tools/make_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698