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

Unified Diff: tools/create_sdk.py

Issue 11622011: Restructure YAML package suitable for pub lish (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add yaml exclude Created 7 years, 11 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/yaml/test/yaml_test.dart ('k') | utils/apidoc/apidoc.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 1cb8fa8c7bee4488e163411931f8224d0bd77f23..51b00b42cef861eb4f434d05ae76ede972825d38 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -221,8 +221,8 @@ def Main(argv):
# Create and populate pkg/{args, intl, logging, meta, unittest, ...}
#
- for library in ['args', 'http', 'intl', 'logging',
- 'meta', 'oauth2', 'path', 'serialization', 'unittest']:
+ for library in ['args', 'http', 'intl', 'logging', 'meta', 'oauth2', 'path',
+ 'serialization', 'unittest', 'yaml']:
copytree(join(HOME, 'pkg', library), join(PKG, library),
ignore=ignore_patterns('*.svn', 'doc', 'docs',
« no previous file with comments | « pkg/yaml/test/yaml_test.dart ('k') | utils/apidoc/apidoc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698