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

Unified Diff: tool/patch_sdk.dart

Issue 1231643009: create another copy of libraries.dart for 1.12-dev SDK (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/patch_sdk.dart
diff --git a/tool/patch_sdk.dart b/tool/patch_sdk.dart
index 1324d41193b85bc8b4df04964ead7280b8f4e693..d50e6c252a298c6cde01eccfbd8a517341ff2031 100755
--- a/tool/patch_sdk.dart
+++ b/tool/patch_sdk.dart
@@ -46,6 +46,7 @@ void main(List<String> argv) {
var libContents = new File(path.join(sdkLibIn, '_internal', 'libraries.dart'))
.readAsStringSync();
_writeSync(path.join(sdkOut, '_internal', 'libraries.dart'), libContents);
+ _writeSync(path.join(sdkOut, '_internal', 'sdk_library_metadata', 'lib', 'libraries.dart'), libContents);
_writeSync(path.join(sdkOut, '..', 'version'),
new File(path.join(sdkLibIn, '..', 'version')).readAsStringSync());
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698