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

Issue 1118863002: Port Chromium's blink_tests target to GN. (Closed)

Created:
5 years, 7 months ago by tfarina
Modified:
5 years, 7 months ago
Reviewers:
Dirk Pranke, brettw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Port Chromium's blink_tests target to GN. Tested on Linux with the following command lines: $ gn gen out-gn/Debug $ ninja -C out-gn/Debug :blink_tests Tested on Android with the following command lines: $ gn gen out-gn-android/Debug --args='symbol_level=1 is_debug=true target_os="android" target_cpu="arm"' $ ninja -C out-gn-android/Debug :blink_tests BUG=483171 TEST=see above R=dpranke@chromium.org Committed: https://crrev.com/cb2638bc4343b8b4298e4878f3451ca410b02e47 Cr-Commit-Position: refs/heads/master@{#329340}

Patch Set 1 #

Total comments: 2

Patch Set 2 : host_toolchain #

Total comments: 4

Patch Set 3 : TODOs #

Patch Set 4 : blink test binaries #

Total comments: 2

Patch Set 5 : do not depend directly in third_party/WebKit/public:blink_tests #

Total comments: 2

Patch Set 6 : add comment #

Total comments: 2

Patch Set 7 : Dirk's wording #

Total comments: 2

Patch Set 8 : depend on all_blink #

Total comments: 2

Patch Set 9 : add comment #

Patch Set 10 : improve wording #

Total comments: 5

Patch Set 11 : Dirk's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -1 line) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 3 chunks +56 lines, -1 line 0 comments Download

Messages

Total messages: 47 (3 generated)
tfarina
Not sure why I couldn't use 'blink_tests'. It required me ':blink_tests'.
5 years, 7 months ago (2015-04-30 22:32:35 UTC) #1
Dirk Pranke
> Not sure why I couldn't use 'blink_tests'. It required me ':blink_tests'. You're getting this ...
5 years, 7 months ago (2015-04-30 22:42:27 UTC) #3
tfarina
https://codereview.chromium.org/1118863002/diff/1/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/1/BUILD.gn#newcode725 BUILD.gn:725: #'../breakpad/breakpad.gyp:dump_syms#host', On 2015/04/30 22:42:27, Dirk Pranke wrote: > why ...
5 years, 7 months ago (2015-04-30 22:54:25 UTC) #4
Dirk Pranke
On 2015/04/30 22:54:25, tfarina wrote: > Does GN handles the #host part transparently? If not, ...
5 years, 7 months ago (2015-04-30 22:59:30 UTC) #5
tfarina
On 2015/04/30 22:59:30, Dirk Pranke wrote: > On 2015/04/30 22:54:25, tfarina wrote: > > Does ...
5 years, 7 months ago (2015-05-01 19:34:04 UTC) #6
Dirk Pranke
mostly looks good, but I don't want to land this without fixing the underling 'blink_tests' ...
5 years, 7 months ago (2015-05-01 19:55:04 UTC) #7
tfarina
Dirk, do you want me to rename Blink's blink_tests target? If yes, to what name? ...
5 years, 7 months ago (2015-05-01 21:32:31 UTC) #8
Dirk Pranke
Maybe rename 'blink_tests' to 'blink_test_binaries'?
5 years, 7 months ago (2015-05-01 21:50:39 UTC) #9
tfarina
Done. https://codereview.chromium.org/1121753003.
5 years, 7 months ago (2015-05-01 22:41:09 UTC) #10
tfarina
Dirk, could you take a look at patch set 4? It depends on https://codereview.chromium.org/1131763003/.
5 years, 7 months ago (2015-05-06 23:58:11 UTC) #11
Dirk Pranke
lgtm
5 years, 7 months ago (2015-05-07 01:39:08 UTC) #12
tfarina
https://codereview.chromium.org/1118863002/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/60001/BUILD.gn#newcode135 BUILD.gn:135: "//third_party/WebKit/public:blink_tests", Dirk, is it fine to keep this here?
5 years, 7 months ago (2015-05-07 01:56:56 UTC) #13
Dirk Pranke
https://codereview.chromium.org/1118863002/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/60001/BUILD.gn#newcode135 BUILD.gn:135: "//third_party/WebKit/public:blink_tests", On 2015/05/07 01:56:56, tfarina wrote: > Dirk, is ...
5 years, 7 months ago (2015-05-07 01:58:38 UTC) #14
Dirk Pranke
On 2015/05/07 01:58:38, Dirk Pranke wrote: > https://codereview.chromium.org/1118863002/diff/60001/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/1118863002/diff/60001/BUILD.gn#newcode135 ...
5 years, 7 months ago (2015-05-07 02:58:02 UTC) #15
tfarina
Please, take another look at patch set 5.
5 years, 7 months ago (2015-05-07 03:32:06 UTC) #16
Dirk Pranke
lgtm
5 years, 7 months ago (2015-05-07 03:52:41 UTC) #17
brettw
https://codereview.chromium.org/1118863002/diff/80001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/80001/BUILD.gn#newcode743 BUILD.gn:743: "//breakpad:dump_syms($host_toolchain)", I wouldn't expect any of these targets to ...
5 years, 7 months ago (2015-05-07 16:56:24 UTC) #18
Dirk Pranke
lgtm https://codereview.chromium.org/1118863002/diff/80001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/80001/BUILD.gn#newcode743 BUILD.gn:743: "//breakpad:dump_syms($host_toolchain)", On 2015/05/07 16:56:23, brettw wrote: > I ...
5 years, 7 months ago (2015-05-07 17:07:11 UTC) #19
brettw
On 2015/05/07 17:07:11, Dirk Pranke wrote: > lgtm > > https://codereview.chromium.org/1118863002/diff/80001/BUILD.gn > File BUILD.gn (right): ...
5 years, 7 months ago (2015-05-07 17:40:39 UTC) #20
tfarina
Dirk, could you take another look and see if the comment I added is OK?
5 years, 7 months ago (2015-05-07 23:31:20 UTC) #21
Dirk Pranke
https://codereview.chromium.org/1118863002/diff/100001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/100001/BUILD.gn#newcode742 BUILD.gn:742: # Hence they are built here. The test stuff ...
5 years, 7 months ago (2015-05-07 23:38:11 UTC) #22
tfarina
https://codereview.chromium.org/1118863002/diff/100001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/100001/BUILD.gn#newcode742 BUILD.gn:742: # Hence they are built here. On 2015/05/07 23:38:10, ...
5 years, 7 months ago (2015-05-07 23:40:44 UTC) #23
Dirk Pranke
lgtm.
5 years, 7 months ago (2015-05-07 23:44:41 UTC) #24
brettw
https://codereview.chromium.org/1118863002/diff/120001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/120001/BUILD.gn#newcode741 BUILD.gn:741: # NOTE: The following deps are needed to run ...
5 years, 7 months ago (2015-05-08 16:57:05 UTC) #25
tfarina
https://codereview.chromium.org/1118863002/diff/120001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/120001/BUILD.gn#newcode741 BUILD.gn:741: # NOTE: The following deps are needed to run ...
5 years, 7 months ago (2015-05-08 17:03:51 UTC) #26
brettw
On 2015/05/08 17:03:51, tfarina wrote: > https://codereview.chromium.org/1118863002/diff/120001/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/1118863002/diff/120001/BUILD.gn#newcode741 > ...
5 years, 7 months ago (2015-05-08 17:19:02 UTC) #27
tfarina
Brett, I think there is some confusion/misunderstanding going on. blink_tests target is not a target ...
5 years, 7 months ago (2015-05-08 18:30:34 UTC) #28
Dirk Pranke
Actually, the point of "blink_tests" is to build all of the binaries needed to run ...
5 years, 7 months ago (2015-05-08 20:06:38 UTC) #29
brettw
In that case, we should have a comment above the target saying "This target is ...
5 years, 7 months ago (2015-05-08 20:29:21 UTC) #30
tfarina
Comment added. ptal
5 years, 7 months ago (2015-05-08 21:07:42 UTC) #31
brettw
lgtm
5 years, 7 months ago (2015-05-08 22:24:33 UTC) #32
Dirk Pranke
On 2015/05/08 22:24:33, brettw wrote: > lgtm No lgtm. We shouldn't add that comment, because ...
5 years, 7 months ago (2015-05-08 23:11:56 UTC) #33
brettw
On 2015/05/08 23:11:56, Dirk Pranke wrote: > On 2015/05/08 22:24:33, brettw wrote: > > lgtm ...
5 years, 7 months ago (2015-05-08 23:24:49 UTC) #34
Dirk Pranke
On 2015/05/08 23:24:49, brettw wrote: > I don't care what it says precisely, but it ...
5 years, 7 months ago (2015-05-09 00:45:14 UTC) #35
tfarina
Dirk, Brett, did you get a time to reach a consensus on what should go ...
5 years, 7 months ago (2015-05-11 19:46:16 UTC) #36
Dirk Pranke
https://codereview.chromium.org/1118863002/diff/140001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/140001/BUILD.gn#newcode738 BUILD.gn:738: # NOTE: The following deps are needed to run ...
5 years, 7 months ago (2015-05-11 21:15:11 UTC) #37
tfarina
https://codereview.chromium.org/1118863002/diff/140001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/140001/BUILD.gn#newcode738 BUILD.gn:738: # NOTE: The following deps are needed to run ...
5 years, 7 months ago (2015-05-11 22:37:05 UTC) #38
Dirk Pranke
https://codereview.chromium.org/1118863002/diff/180001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/180001/BUILD.gn#newcode731 BUILD.gn:731: # This target is the group of things needed ...
5 years, 7 months ago (2015-05-11 22:42:31 UTC) #39
brettw
LGTM with indicated change. https://codereview.chromium.org/1118863002/diff/180001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/180001/BUILD.gn#newcode731 BUILD.gn:731: # This target is the ...
5 years, 7 months ago (2015-05-12 00:17:50 UTC) #40
tfarina
https://codereview.chromium.org/1118863002/diff/180001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1118863002/diff/180001/BUILD.gn#newcode731 BUILD.gn:731: # This target is the group of things needed ...
5 years, 7 months ago (2015-05-12 00:32:14 UTC) #41
Dirk Pranke
lgtm
5 years, 7 months ago (2015-05-12 00:35:58 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1118863002/200001
5 years, 7 months ago (2015-05-12 03:20:31 UTC) #45
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 7 months ago (2015-05-12 03:24:27 UTC) #46
commit-bot: I haz the power
5 years, 7 months ago (2015-05-12 03:25:19 UTC) #47
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/cb2638bc4343b8b4298e4878f3451ca410b02e47
Cr-Commit-Position: refs/heads/master@{#329340}

Powered by Google App Engine
This is Rietveld 408576698