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

Issue 25698002: (mostly) working wtf / wtf_unittests gn targets (Closed)

Created:
7 years, 2 months ago by jamesr
Modified:
7 years, 2 months ago
CC:
chromium-reviews, brettw, abarth-chromium
Visibility:
Public.

Description

(mostly) working wtf / wtf_unittests gn targets This adds BUILD.gn targets for Blink's 'wtf' library and the wtf_unittests executable. They appear to mostly work (at least on mac) with many things that I don't understand commented out, mostly for windows. R=thakis Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229538

Patch Set 1 #

Patch Set 2 : #

Total comments: 17

Patch Set 3 : #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -5 lines) Patch
M tools/gn/secondary/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/gn/secondary/base/BUILD.gn View 1 2 3 4 4 chunks +13 lines, -1 line 0 comments Download
M tools/gn/secondary/skia/BUILD.gn View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M tools/gn/secondary/testing/BUILD.gn View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
A tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn View 1 2 3 4 1 chunk +367 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
jamesr
This target semi-works. In a release+static build, wtf_unittests compiles and runs just fine on my ...
7 years, 2 months ago (2013-10-02 09:07:02 UTC) #1
(unused - use chromium)
On Wed, Oct 2, 2013 at 2:07 AM, <jamesr@chromium.org> wrote: > Reviewers: thakis, > > ...
7 years, 2 months ago (2013-10-02 15:38:16 UTC) #2
Nico
I looked at this, but I don't know gn well enough yet to answer some ...
7 years, 2 months ago (2013-10-02 15:56:30 UTC) #3
jamesr
PTAL. This has everything needed to build+run a wtf_unittests binary on mac. I'd expect it ...
7 years, 2 months ago (2013-10-17 21:51:01 UTC) #4
brettw
Sweet, thanks! https://codereview.chromium.org/25698002/diff/14001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn File tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn (right): https://codereview.chromium.org/25698002/diff/14001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn#newcode59 tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn:59: sources = [ I've been putting sources ...
7 years, 2 months ago (2013-10-18 17:22:57 UTC) #5
brettw
lgtm
7 years, 2 months ago (2013-10-18 17:23:03 UTC) #6
(unused - use chromium)
Brett, did you see my question to you on this 2 weeks ago? On Fri, ...
7 years, 2 months ago (2013-10-18 17:23:58 UTC) #7
brettw
Oh, about GCC version? If we need that we can easily write a .gni file ...
7 years, 2 months ago (2013-10-18 17:28:06 UTC) #8
jamesr
On 2013/10/02 15:56:30, Nico wrote: > https://codereview.chromium.org/25698002/diff/3001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn > File tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn (right): > > https://codereview.chromium.org/25698002/diff/3001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn#newcode15 > ...
7 years, 2 months ago (2013-10-18 17:31:33 UTC) #9
brettw
https://codereview.chromium.org/25698002/diff/3001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn File tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn (right): https://codereview.chromium.org/25698002/diff/3001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn#newcode15 tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn:15: # 'msvs_disabled_warnings': [4291], Remember that this is executed multiple ...
7 years, 2 months ago (2013-10-18 17:38:54 UTC) #10
(unused - use chromium)
On Fri, Oct 18, 2013 at 10:31 AM, <jamesr@chromium.org> wrote: > On 2013/10/02 15:56:30, Nico ...
7 years, 2 months ago (2013-10-18 17:39:21 UTC) #11
jamesr
On 2013/10/18 17:38:54, brettw wrote: > https://codereview.chromium.org/25698002/diff/3001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn > File tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn (right): > > https://codereview.chromium.org/25698002/diff/3001/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn#newcode15 > ...
7 years, 2 months ago (2013-10-18 17:41:26 UTC) #12
brettw
No, just do "if (is_win) ..." On Fri, Oct 18, 2013 at 10:41 AM, <jamesr@chromium.org> ...
7 years, 2 months ago (2013-10-18 17:43:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/25698002/77001
7 years, 2 months ago (2013-10-18 18:14:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/25698002/77001
7 years, 2 months ago (2013-10-18 21:07:23 UTC) #15
commit-bot: I haz the power
7 years, 2 months ago (2013-10-19 10:34:18 UTC) #16
Message was sent while issue was closed.
Change committed as 229538

Powered by Google App Engine
This is Rietveld 408576698