Commit Graph

4 Commits

Author SHA1 Message Date
Peter von der Ahé 7e40ae990b compile_platform should work when there's no checked-in dart binary.
Change-Id: Ib3338e616b05b9b1a7462c9f484402faca0fc13b
Reviewed-on: https://dart-review.googlesource.com/13983
Commit-Queue: Peter von der Ahé <ahe@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
2017-10-17 11:29:50 +00:00
Zachary Anderson 86d73ad168 Add shebang to //tools/compile_platform.py
To fix Fuchsia build.

Change-Id: I8071ecd4c3029596eed7f547c813f2af9d26d137
Reviewed-on: https://dart-review.googlesource.com/12060
Reviewed-by: Zach Anderson <zra@google.com>
2017-10-06 17:39:32 +00:00
Zachary Anderson acde5b829a Mark //tools/compile_platform.py executable
Change-Id: I5b6e390a5543441ceff2b31e86dc92d957838453
Reviewed-on: https://dart-review.googlesource.com/11964
Reviewed-by: Zach Anderson <zra@google.com>
2017-10-06 17:26:01 +00:00
Peter von der Ahé 16aa720d27 Remove compiling platform.dill from patch_sdk.dart
This separates compiling platform.dill files from the patch_sdk.dart
script. The motivation for that is that I'm working on reading patch
files directly from Fasta, so we can completely remove the build step
for generating patched_sdk and dart2js_patched_sdk.

Short-term this should allow Paul to add a strong-mode version of
platform.dill without causing to many conflicts with my work on
patches.

Change-Id: I1150845b2986348d4fffe27092701d8a9b57ea54
Reviewed-on: https://dart-review.googlesource.com/11506
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2017-10-06 15:34:37 +00:00