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

Issue 1434823002: Build NaCl browser tests with GN (Closed)

Created:
5 years, 1 month ago by Petr Hosek
Modified:
5 years ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Build NaCl browser tests with GN Support for building NaCl browser tests under GN. BUG=462791 Committed: https://crrev.com/aceb9d08d689f31ef987bdc56c5630640807e09a Cr-Commit-Position: refs/heads/master@{#362075}

Patch Set 1 #

Total comments: 39

Patch Set 2 : Address code review feedback #

Patch Set 3 : Move the nacl group to the top of the file #

Total comments: 6

Patch Set 4 : Resolve code review feedback #

Total comments: 7

Patch Set 5 : Comments added #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+610 lines, -3 lines) Patch
M build/config/nacl/BUILD.gn View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/nacl/BUILD.gn View 1 2 3 4 5 1 chunk +597 lines, -0 lines 0 comments Download
M ppapi/BUILD.gn View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M ppapi/native_client/src/untrusted/irt_stub/BUILD.gn View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 34 (11 generated)
Petr Hosek
I plan to port non-SFI browser tests in a separate patch since those will add ...
5 years, 1 month ago (2015-11-10 22:49:21 UTC) #3
Roland McGrath
The "only" in the log message means, "everything but nonsfi", I take it? Perhaps say ...
5 years, 1 month ago (2015-11-11 06:22:45 UTC) #4
Dirk Pranke
I mostly defer to Roland here ... https://codereview.chromium.org/1434823002/diff/1/chrome/test/BUILD.gn File chrome/test/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/1/chrome/test/BUILD.gn#newcode958 chrome/test/BUILD.gn:958: "//chrome/test/data/nacl", On ...
5 years, 1 month ago (2015-11-11 22:19:06 UTC) #7
Petr Hosek
https://codereview.chromium.org/1434823002/diff/1/build/config/nacl/BUILD.gn File build/config/nacl/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/1/build/config/nacl/BUILD.gn#newcode21 build/config/nacl/BUILD.gn:21: defines += [ "NACL_BUILD_ARCH=pnacl" ] On 2015/11/11 06:22:44, Roland ...
5 years, 1 month ago (2015-11-13 22:18:33 UTC) #8
Dirk Pranke
https://codereview.chromium.org/1434823002/diff/1/chrome/test/BUILD.gn File chrome/test/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/1/chrome/test/BUILD.gn#newcode958 chrome/test/BUILD.gn:958: "//chrome/test/data/nacl", On 2015/11/13 22:18:32, Petr Hosek wrote: > On ...
5 years, 1 month ago (2015-11-13 23:00:57 UTC) #9
Petr Hosek
https://codereview.chromium.org/1434823002/diff/1/chrome/test/data/nacl/BUILD.gn File chrome/test/data/nacl/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/1/chrome/test/data/nacl/BUILD.gn#newcode8 chrome/test/data/nacl/BUILD.gn:8: if (enable_nacl) { On 2015/11/13 23:00:57, Dirk Pranke wrote: ...
5 years, 1 month ago (2015-11-17 01:31:58 UTC) #10
Petr Hosek
Would it be possible to get this re-reviwed so I can land it?
5 years, 1 month ago (2015-11-18 19:57:00 UTC) #11
Roland McGrath
Mostly LGTM, just some nits, and should have try runs for the latest patch version. ...
5 years, 1 month ago (2015-11-18 20:36:58 UTC) #12
Petr Hosek
https://codereview.chromium.org/1434823002/diff/40001/build/config/nacl/BUILD.gn File build/config/nacl/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/40001/build/config/nacl/BUILD.gn#newcode21 build/config/nacl/BUILD.gn:21: defines += [ "NACL_BUILD_ARCH=pnacl" ] On 2015/11/18 20:36:58, Roland ...
5 years, 1 month ago (2015-11-18 23:05:33 UTC) #13
Dirk Pranke
Brett, can you do an OWNERS review of this?
5 years, 1 month ago (2015-11-19 00:59:29 UTC) #14
brettw
lgtm https://codereview.chromium.org/1434823002/diff/60001/build/config/nacl/BUILD.gn File build/config/nacl/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/60001/build/config/nacl/BUILD.gn#newcode21 build/config/nacl/BUILD.gn:21: # TODO: This be taken care of by ...
5 years, 1 month ago (2015-11-19 19:08:16 UTC) #15
brettw
wait, not lgtm, pressed the wrong button.
5 years, 1 month ago (2015-11-19 19:08:32 UTC) #16
Roland McGrath
https://codereview.chromium.org/1434823002/diff/60001/ppapi/BUILD.gn File ppapi/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/60001/ppapi/BUILD.gn#newcode153 ppapi/BUILD.gn:153: static_library("ppapi_cpp_lib") { On 2015/11/19 19:08:16, brettw wrote: > Why ...
5 years, 1 month ago (2015-11-19 19:16:13 UTC) #17
Petr Hosek
https://codereview.chromium.org/1434823002/diff/60001/build/config/nacl/BUILD.gn File build/config/nacl/BUILD.gn (right): https://codereview.chromium.org/1434823002/diff/60001/build/config/nacl/BUILD.gn#newcode21 build/config/nacl/BUILD.gn:21: # TODO: This be taken care of by predefines. ...
5 years, 1 month ago (2015-11-19 20:17:56 UTC) #18
Petr Hosek
Is there anything else you want me to fix?
5 years, 1 month ago (2015-11-20 23:53:42 UTC) #19
brettw
lgtm
5 years ago (2015-11-25 21:01:09 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434823002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434823002/100001
5 years ago (2015-11-29 23:40:34 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/122992)
5 years ago (2015-11-29 23:47:13 UTC) #25
Petr Hosek
Mark or Brad, could you do OWNERS review for chrome/test/data/nacl/BUILD.gn?
5 years ago (2015-11-30 00:05:16 UTC) #27
bradnelson
lgtm
5 years ago (2015-11-30 00:07:49 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434823002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434823002/100001
5 years ago (2015-11-30 00:21:33 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-11-30 01:00:16 UTC) #32
commit-bot: I haz the power
5 years ago (2015-11-30 01:01:26 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/aceb9d08d689f31ef987bdc56c5630640807e09a
Cr-Commit-Position: refs/heads/master@{#362075}

Powered by Google App Engine
This is Rietveld 408576698