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

Issue 2998503002: Change defaults for build args to accommodate Flutter and Fuchsia. (Closed)

Created:
3 years, 4 months ago by aam
Modified:
3 years, 4 months ago
Reviewers:
zra, rmacnak
CC:
reviews_dartlang.org, bkonyi
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Flutter and Fuchsia build stripped down [platform] version of dart sdk, so make it default(while standalone builds full dart sdk) Both Flutter and Fuchsia expect stripped dart in standard out directory, so make that default too(while standalone build puts stripped into exe.stripped/). BUG= R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/1d50f112dcbf57aeb69739b855e5df93cfed168f

Patch Set 1 #

Total comments: 1

Patch Set 2 : Move is_flutter from BUILDCONFIG to it's own gni #

Total comments: 4

Patch Set 3 : Change defaults for platform_sdk, use argument override for stripped dart executable #

Total comments: 5

Patch Set 4 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -13 lines) Patch
M sdk/BUILD.gn View 1 2 3 2 chunks +3 lines, -12 lines 0 comments Download
M tools/gn.py View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 17 (4 generated)
aam
PTAL, thanks!
3 years, 4 months ago (2017-08-04 22:29:46 UTC) #2
zra
https://codereview.chromium.org/2998503002/diff/1/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/2998503002/diff/1/build/config/BUILDCONFIG.gn#newcode199 build/config/BUILDCONFIG.gn:199: is_flutter = false This is probably not the right ...
3 years, 4 months ago (2017-08-04 22:40:41 UTC) #3
aam
On 2017/08/04 22:40:41, zra wrote: > https://codereview.chromium.org/2998503002/diff/1/build/config/BUILDCONFIG.gn > File build/config/BUILDCONFIG.gn (right): > > https://codereview.chromium.org/2998503002/diff/1/build/config/BUILDCONFIG.gn#newcode199 > ...
3 years, 4 months ago (2017-08-04 22:51:50 UTC) #4
zra
https://codereview.chromium.org/2998503002/diff/20001/build/flutter_args.gni File build/flutter_args.gni (right): https://codereview.chromium.org/2998503002/diff/20001/build/flutter_args.gni#newcode6 build/flutter_args.gni:6: is_flutter = false A comment above this line will ...
3 years, 4 months ago (2017-08-07 22:11:14 UTC) #6
aam
https://codereview.chromium.org/2998503002/diff/20001/sdk/BUILD.gn File sdk/BUILD.gn (right): https://codereview.chromium.org/2998503002/diff/20001/sdk/BUILD.gn#newcode21 sdk/BUILD.gn:21: dart_platform_sdk = false On 2017/08/07 22:11:14, zra wrote: > ...
3 years, 4 months ago (2017-08-07 23:19:07 UTC) #7
zra
On 2017/08/07 23:19:07, aam wrote: > https://codereview.chromium.org/2998503002/diff/20001/sdk/BUILD.gn > File sdk/BUILD.gn (right): > > https://codereview.chromium.org/2998503002/diff/20001/sdk/BUILD.gn#newcode21 > ...
3 years, 4 months ago (2017-08-08 17:02:39 UTC) #8
aam
On 2017/08/08 17:02:39, zra wrote: > On 2017/08/07 23:19:07, aam wrote: > > https://codereview.chromium.org/2998503002/diff/20001/sdk/BUILD.gn > ...
3 years, 4 months ago (2017-08-08 19:01:47 UTC) #9
zra
On 2017/08/08 19:01:47, aam wrote: > On 2017/08/08 17:02:39, zra wrote: > > On 2017/08/07 ...
3 years, 4 months ago (2017-08-08 19:53:06 UTC) #10
aam
On 2017/08/08 19:53:06, zra wrote: > On 2017/08/08 19:01:47, aam wrote: > > On 2017/08/08 ...
3 years, 4 months ago (2017-08-08 20:03:16 UTC) #11
zra
lgtm w/ comment on GN arg https://codereview.chromium.org/2998503002/diff/40001/sdk/BUILD.gn File sdk/BUILD.gn (right): https://codereview.chromium.org/2998503002/diff/40001/sdk/BUILD.gn#newcode21 sdk/BUILD.gn:21: dart_stripped_binary = "dart" ...
3 years, 4 months ago (2017-08-08 21:10:24 UTC) #12
aam
https://codereview.chromium.org/2998503002/diff/40001/sdk/BUILD.gn File sdk/BUILD.gn (right): https://codereview.chromium.org/2998503002/diff/40001/sdk/BUILD.gn#newcode21 sdk/BUILD.gn:21: dart_stripped_binary = "dart" On 2017/08/08 21:10:24, zra wrote: > ...
3 years, 4 months ago (2017-08-08 21:18:24 UTC) #13
aam
Committed patchset #4 (id:60001) manually as 1d50f112dcbf57aeb69739b855e5df93cfed168f (presubmit successful).
3 years, 4 months ago (2017-08-08 21:42:18 UTC) #16
zra
3 years, 4 months ago (2017-08-08 21:42:42 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/2998503002/diff/40001/sdk/BUILD.gn
File sdk/BUILD.gn (right):

https://codereview.chromium.org/2998503002/diff/40001/sdk/BUILD.gn#newcode221
sdk/BUILD.gn:221: "$dart_out/dart.exe",
On 2017/08/08 21:18:24, aam wrote:
> On 2017/08/08 21:10:24, zra wrote:
> > May need to check in with bkonyi to see if this is where this will go in the
> > engine build on Windows.
> 
> Do you mean in Flutter engine build on Windows once it works on that platform?

Yes

Powered by Google App Engine
This is Rietveld 408576698