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

Unified Diff: tool/patch_sdk.sh

Issue 1944483002: Redo how Type objects are exposed from DDC. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: More tweaks. Created 4 years, 8 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 | « tool/input_sdk/private/js_rti.dart ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/patch_sdk.sh
diff --git a/tool/patch_sdk.sh b/tool/patch_sdk.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c404fdbfa9329b2ef64e8a142806e774964c5ac3
--- /dev/null
+++ b/tool/patch_sdk.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+dart -c tool/patch_sdk.dart tool/input_sdk tool/generated_sdk
« no previous file with comments | « tool/input_sdk/private/js_rti.dart ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698