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

Issue 2351743004: Added a target for a host version of the dart executable. (Closed)

Created:
4 years, 3 months ago by P.Y.L.
Modified:
4 years, 3 months ago
Reviewers:
jamesr, zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Added a target for a host version of the dart executable. BUG= R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/94c96ac42c52c41e2a0e8c6e2ef1110b69faf9ac

Patch Set 1 #

Patch Set 2 : Added a target for a host version of the dart executable. #

Total comments: 2

Patch Set 3 : Fixed third_party paths. #

Total comments: 2

Patch Set 4 : rebased #

Patch Set 5 : removed 3p dir arg #

Total comments: 6

Patch Set 6 : rebased and flipped new arg #

Patch Set 7 : removed extraneous dep #

Patch Set 8 : of course I had to leave a spurious character #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -29 lines) Patch
M runtime/bin/BUILD.gn View 1 2 3 4 5 6 7 5 chunks +51 lines, -29 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
P.Y.L.
Sorry, had to create a new issue as I could not find a way to ...
4 years, 3 months ago (2016-09-19 20:34:26 UTC) #3
zra
https://codereview.chromium.org/2351743004/diff/20001/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/2351743004/diff/20001/runtime/bin/BUILD.gn#newcode347 runtime/bin/BUILD.gn:347: rebase_path("//third_party/boringssl", "."), This will break the outside-of-Fuchsia Flutter engine ...
4 years, 3 months ago (2016-09-19 20:51:14 UTC) #4
P.Y.L.
https://codereview.chromium.org/2351743004/diff/20001/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/2351743004/diff/20001/runtime/bin/BUILD.gn#newcode347 runtime/bin/BUILD.gn:347: rebase_path("//third_party/boringssl", "."), On 2016/09/19 20:51:14, zra wrote: > This ...
4 years, 3 months ago (2016-09-19 20:58:34 UTC) #5
P.Y.L.
On 2016/09/19 20:58:34, P.Y.L. wrote: > https://codereview.chromium.org/2351743004/diff/20001/runtime/bin/BUILD.gn > File runtime/bin/BUILD.gn (right): > > https://codereview.chromium.org/2351743004/diff/20001/runtime/bin/BUILD.gn#newcode347 > ...
4 years, 3 months ago (2016-09-19 21:05:35 UTC) #6
zra
https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn#newcode271 runtime/bin/BUILD.gn:271: dart_third_party_base + "/zlib", As it turns out, in the ...
4 years, 3 months ago (2016-09-19 21:14:27 UTC) #7
P.Y.L.
https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn#newcode271 runtime/bin/BUILD.gn:271: dart_third_party_base + "/zlib", On 2016/09/19 21:14:27, zra wrote: > ...
4 years, 3 months ago (2016-09-19 21:16:47 UTC) #8
zra
On 2016/09/19 21:16:47, P.Y.L. wrote: > https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn > File runtime/bin/BUILD.gn (right): > > https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn#newcode271 > ...
4 years, 3 months ago (2016-09-19 21:20:32 UTC) #9
zra
On 2016/09/19 21:20:32, zra wrote: > On 2016/09/19 21:16:47, P.Y.L. wrote: > > https://codereview.chromium.org/2351743004/diff/40001/runtime/bin/BUILD.gn > ...
4 years, 3 months ago (2016-09-19 22:28:44 UTC) #10
zra
On 2016/09/19 22:28:44, zra wrote: > On 2016/09/19 21:20:32, zra wrote: > > On 2016/09/19 ...
4 years, 3 months ago (2016-09-20 16:14:44 UTC) #11
P.Y.L.
On 2016/09/20 16:14:44, zra wrote: > On 2016/09/19 22:28:44, zra wrote: > > On 2016/09/19 ...
4 years, 3 months ago (2016-09-21 17:39:27 UTC) #12
zra
On 2016/09/21 17:39:27, P.Y.L. wrote: > On 2016/09/20 16:14:44, zra wrote: > > On 2016/09/19 ...
4 years, 3 months ago (2016-09-21 17:43:25 UTC) #13
P.Y.L.
On 2016/09/21 17:43:25, zra wrote: > On 2016/09/21 17:39:27, P.Y.L. wrote: > > On 2016/09/20 ...
4 years, 3 months ago (2016-09-21 17:50:03 UTC) #14
zra
lgtm with small fixes. https://codereview.chromium.org/2351743004/diff/80001/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/2351743004/diff/80001/runtime/bin/BUILD.gn#newcode347 runtime/bin/BUILD.gn:347: rebase_path("//third_party/boringssl", "."), rebase_path no longer ...
4 years, 3 months ago (2016-09-21 17:55:31 UTC) #15
P.Y.L.
https://codereview.chromium.org/2351743004/diff/80001/runtime/bin/BUILD.gn File runtime/bin/BUILD.gn (right): https://codereview.chromium.org/2351743004/diff/80001/runtime/bin/BUILD.gn#newcode347 runtime/bin/BUILD.gn:347: rebase_path("//third_party/boringssl", "."), On 2016/09/21 17:55:31, zra wrote: > rebase_path ...
4 years, 3 months ago (2016-09-21 19:52:36 UTC) #16
zra
4 years, 3 months ago (2016-09-22 02:05:12 UTC) #18
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
94c96ac42c52c41e2a0e8c6e2ef1110b69faf9ac (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698