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

Unified Diff: sdk/lib/_internal/js_runtime/lib/preambles/README

Issue 1212513002: sdk files reorganization to make dart2js a proper package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: renamed Created 5 years, 6 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: sdk/lib/_internal/js_runtime/lib/preambles/README
diff --git a/sdk/lib/_internal/compiler/js_lib/preambles/README b/sdk/lib/_internal/js_runtime/lib/preambles/README
similarity index 75%
rename from sdk/lib/_internal/compiler/js_lib/preambles/README
rename to sdk/lib/_internal/js_runtime/lib/preambles/README
index 7eb614ef625531612f80c408feaf74a730c95d4c..446501233c5ac6599745231b6be3460f606c31de 100644
--- a/sdk/lib/_internal/compiler/js_lib/preambles/README
+++ b/sdk/lib/_internal/js_runtime/lib/preambles/README
@@ -4,10 +4,10 @@ execute the preambles before executing the output of dart2js.
=Usage=
- d8:
- d8 <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js <output>.js
+ d8 <sdk>/lib/_internal/js_runtime/lib/preambles/d8.js <output>.js
- jsshell:
- jsshell -f <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js -f <output>.js
+ jsshell -f <sdk>/lib/_internal/js_runtime/lib/preambles/d8.js -f <output>.js
- node.js:
The d8 preamble file works for most programs.

Powered by Google App Engine
This is Rietveld 408576698