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

Issue 2931773003: Add flutter mode to patched_sdk (Closed)

Created:
3 years, 6 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 6 months ago
Reviewers:
ahe, aam
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add flutter mode to patched_sdk This is needed to create a platform.dill for flutter. R=aam@google.com Committed: https://github.com/dart-lang/sdk/commit/5a63b0e3392ad52da5bda3554490be8c3f5a837f

Patch Set 1 #

Total comments: 14

Patch Set 2 : address cl comments and merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -70 lines) Patch
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 1 2 chunks +4 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 3 chunks +14 lines, -5 lines 0 comments Download
M pkg/kernel/lib/target/flutter.dart View 1 3 chunks +0 lines, -8 lines 0 comments Download
A pkg/kernel/lib/target/flutter_fasta.dart View 1 chunk +44 lines, -0 lines 0 comments Download
M pkg/kernel/lib/target/targets.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tools/patch_sdk.dart View 1 7 chunks +114 lines, -57 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2931773003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_loader.dart File pkg/front_end/lib/src/fasta/dill/dill_loader.dart (right): https://codereview.chromium.org/2931773003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_loader.dart#newcode38 pkg/front_end/lib/src/fasta/dill/dill_loader.dart:38: assert(builder.library != null, (platched_sdk often fails here when files ...
3 years, 6 months ago (2017-06-08 22:18:53 UTC) #3
Siggi Cherem (dart-lang)
Alex - I tried this with your instructions on the flutter repos and I was ...
3 years, 6 months ago (2017-06-08 22:19:46 UTC) #4
aam
Awesome! One quick observation - it seems that this patch produces platform.dill with both dart:ui ...
3 years, 6 months ago (2017-06-08 23:30:40 UTC) #5
ahe
https://codereview.chromium.org/2931773003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_loader.dart File pkg/front_end/lib/src/fasta/dill/dill_loader.dart (right): https://codereview.chromium.org/2931773003/diff/20001/pkg/front_end/lib/src/fasta/dill/dill_loader.dart#newcode38 pkg/front_end/lib/src/fasta/dill/dill_loader.dart:38: assert(builder.library != null, On 2017/06/08 22:18:53, Siggi Cherem (dart-lang) ...
3 years, 6 months ago (2017-06-09 09:23:35 UTC) #6
Siggi Cherem (dart-lang)
PTAL @aam - good point, I went ahead and removed `dart:_builtin` in the flutter target. ...
3 years, 6 months ago (2017-06-14 17:55:37 UTC) #10
aam
LGTM, thanks!
3 years, 6 months ago (2017-06-14 20:55:38 UTC) #11
Siggi Cherem (dart-lang)
3 years, 6 months ago (2017-06-15 00:29:45 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:100001) manually as
5a63b0e3392ad52da5bda3554490be8c3f5a837f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698