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

Unified Diff: tool/README.md

Issue 1162723007: remove generated_sdk from checked in code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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 | « test/generated_sdk/version ('k') | tool/build_sdk.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/README.md
diff --git a/tool/README.md b/tool/README.md
index 613bcdeb6f46038fc4f61f0601bb5c4bcfa3feb4..d0d4c2d091d798c4140415367fcafd868f275b7e 100644
--- a/tool/README.md
+++ b/tool/README.md
@@ -4,19 +4,20 @@
This script combines:
- tool/input_sdk_src/...
- tool/input_sdk_patch/...
+ tool/input_sdk/lib/...
+ tool/input_sdk/patch/...
+ tool/input_sdk/private/...
and produces the merged SDK sources in:
- test/generated_sdk/...
+ tool/generated_sdk/...
The result has all "external" keywords replaced with the @patch implementations.
-Generally local edits should be to `input_sdk_patch`, as it is specific to DDC.
-`input_sdk_src` should represent unmodified SDK sources to the maximum extent
-possible. Currently there are slight edits to the type annotations in some
-cases.
+Generally local edits should be to `input_sdk/patch` and `input_sdk/private`,
+as those two directories are specific to DDC. `input_sdk/lib` should represent
+unmodified SDK sources to the maximum extent possible. Currently there are
+slight edits to the type annotations in some cases.
See patch_sdk.dart for more information.
« no previous file with comments | « test/generated_sdk/version ('k') | tool/build_sdk.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698