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

Unified Diff: pkg/dev_compiler/update.sh

Issue 2811343002: Dev compiler debugger related tweaks. (Closed)
Patch Set: Dev compiler debugger related tweaks. Created 3 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
Index: pkg/dev_compiler/update.sh
diff --git a/pkg/dev_compiler/update.sh b/pkg/dev_compiler/update.sh
new file mode 100755
index 0000000000000000000000000000000000000000..4f09c13abc18618a5513291e04c0eafa6de77973
--- /dev/null
+++ b/pkg/dev_compiler/update.sh
@@ -0,0 +1,6 @@
+export DART_VERSION=v1_23_0_dev_9_2
+
+cp tool/input_sdk/private/ddc_runtime/*.dart /google/src/cloud/jacobr/land_debugger/google3/third_party/dart_lang/$DART_VERSION/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/
+cp web/*.dart /google/src/cloud/jacobr/land_debugger/google3/third_party/dart_lang/$DART_VERSION/pkg/dev_compiler/web/
+cp lib/js/legacy/* /google/src/cloud/jacobr/land_debugger/google3/third_party/dart_lang/$DART_VERSION/pkg/dev_compiler/lib/js/legacy/
+cp lib/sdk/* /google/src/cloud/jacobr/land_debugger/google3/third_party/dart_lang/$DART_VERSION/pkg/dev_compiler/lib/sdk/

Powered by Google App Engine
This is Rietveld 408576698