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

Issue 2379803002: Linux create_sdk GN build for host (Closed)

Created:
4 years, 2 months ago by zra
Modified:
4 years, 2 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Linux create_sdk GN build for host This CL enables GN builds of all targets from dart.gyp on Linux for the host (i.e. ia32, x64). R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/7c784cea9f91a40d66350ed4b08e0422a25ba0ad

Patch Set 1 #

Patch Set 2 : Build all dart.gyp targets #

Patch Set 3 : Cleanup #

Patch Set 4 : Remove debug print #

Total comments: 4

Patch Set 5 : Address comments #

Total comments: 2

Patch Set 6 : Move create_timestamp.gni #

Unified diffs Side-by-side diffs Delta from patch set Stats (+571 lines, -17 lines) Patch
M BUILD.gn View 1 1 chunk +142 lines, -6 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 chunks +1 line, -1 line 0 comments Download
A pkg/BUILD.gn View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
M runtime/BUILD.gn View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/bin/BUILD.gn View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/BUILD.gn View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/dart_for_gn.py View 1 1 chunk +24 lines, -0 lines 0 comments Download
M tools/list_files.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + utils/analysis_server/BUILD.gn View 1 2 3 4 1 chunk +4 lines, -8 lines 0 comments Download
A utils/compiler/BUILD.gn View 1 2 3 4 5 1 chunk +50 lines, -0 lines 0 comments Download
A utils/create_timestamp.gni View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
A utils/dartanalyzer/BUILD.gn View 1 2 3 4 1 chunk +68 lines, -0 lines 0 comments Download
A utils/dartdevc/BUILD.gn View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A utils/dartdoc/BUILD.gn View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A utils/dartfmt/BUILD.gn View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A utils/invoke_dart.gni View 1 2 3 4 1 chunk +88 lines, -0 lines 0 comments Download
A utils/pub/BUILD.gn View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
zra
4 years, 2 months ago (2016-09-29 16:18:11 UTC) #3
Cutch
https://codereview.chromium.org/2379803002/diff/60001/pkg/BUILD.gn File pkg/BUILD.gn (right): https://codereview.chromium.org/2379803002/diff/60001/pkg/BUILD.gn#newcode5 pkg/BUILD.gn:5: template("make_third_party_pkg_files_stamp") { Could this be factored into a template ...
4 years, 2 months ago (2016-09-29 16:41:26 UTC) #4
zra
https://codereview.chromium.org/2379803002/diff/60001/pkg/BUILD.gn File pkg/BUILD.gn (right): https://codereview.chromium.org/2379803002/diff/60001/pkg/BUILD.gn#newcode5 pkg/BUILD.gn:5: template("make_third_party_pkg_files_stamp") { On 2016/09/29 16:41:26, Cutch wrote: > Could ...
4 years, 2 months ago (2016-09-29 17:46:41 UTC) #5
Cutch
LGTM with a suggestion to move a file https://codereview.chromium.org/2379803002/diff/80001/utils/compiler/BUILD.gn File utils/compiler/BUILD.gn (right): https://codereview.chromium.org/2379803002/diff/80001/utils/compiler/BUILD.gn#newcode6 utils/compiler/BUILD.gn:6: import("../../pkg/create_timestamp.gni") ...
4 years, 2 months ago (2016-09-29 20:04:08 UTC) #6
zra
https://codereview.chromium.org/2379803002/diff/80001/utils/compiler/BUILD.gn File utils/compiler/BUILD.gn (right): https://codereview.chromium.org/2379803002/diff/80001/utils/compiler/BUILD.gn#newcode6 utils/compiler/BUILD.gn:6: import("../../pkg/create_timestamp.gni") On 2016/09/29 20:04:08, Cutch wrote: > maybe create_timestamp.gni ...
4 years, 2 months ago (2016-09-29 20:22:48 UTC) #7
zra
4 years, 2 months ago (2016-09-29 20:23:04 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 (id:90001) manually as
7c784cea9f91a40d66350ed4b08e0422a25ba0ad (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698