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

Issue 134003004: Make net_unittests_run work with component=shared_library. (Closed)

Created:
6 years, 11 months ago by M-A Ruel
Modified:
6 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright+watch_chromium.org
Visibility:
Public.

Description

Make net_unittests_run work with component=shared_library. Specifically, this adds support to run net_unittests isolated via 'isolate.py run' when built with component build. R=vadimsh@chromium.org,brettw@chromium.org,rsleevi@chromium.org BUG=336439 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249150

Patch Set 1 #

Total comments: 1

Patch Set 2 : Probably works now, needs testing #

Patch Set 3 : Split v8.isolate, it'll be easier to move into the correct place #

Patch Set 4 : use less similarity #

Patch Set 5 : base_prefs.isolate, tested to work #

Total comments: 9

Patch Set 6 : typo #

Patch Set 7 : Clarified Note into TODO #

Total comments: 2

Patch Set 8 : Using crypto doesn't necessarily mean importing libopenssl.so on component build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -8 lines) Patch
M base/base.isolate View 1 2 3 4 3 chunks +19 lines, -3 lines 0 comments Download
A base/base_prefs.isolate View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M base/base_unittests.isolate View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M build/linux/system.isolate View 1 1 chunk +4 lines, -0 lines 0 comments Download
A crypto/crypto.isolate View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
A net/net.isolate View 1 2 3 4 1 chunk +39 lines, -0 lines 0 comments Download
M net/net_unittests.isolate View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M net/third_party/nss/ssl.isolate View 1 2 3 4 5 1 chunk +12 lines, -2 lines 0 comments Download
A + net/third_party/nss/ssl_base.isolate View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A net/v8.isolate View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/nss.isolate View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A url/url.isolate View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
M-A Ruel
abarth: url/url.isolate rsleevi: crypto/ and net/ vadimsh: base/ and build/ Because of the hand picking ...
6 years, 11 months ago (2014-01-22 15:06:11 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/134003004/diff/1/net/third_party/nss/ssl_base.isolate File net/third_party/nss/ssl_base.isolate (right): https://codereview.chromium.org/134003004/diff/1/net/third_party/nss/ssl_base.isolate#newcode10 net/third_party/nss/ssl_base.isolate:10: '<(PRODUCT_DIR)/lib/libcrssl.so', base's dependency is on everything *but* libcrssl. Yeah, ...
6 years, 11 months ago (2014-01-22 18:56:21 UTC) #2
M-A Ruel
On 2014/01/22 18:56:21, Ryan Sleevi wrote: > https://codereview.chromium.org/134003004/diff/1/net/third_party/nss/ssl_base.isolate > File net/third_party/nss/ssl_base.isolate (right): > > https://codereview.chromium.org/134003004/diff/1/net/third_party/nss/ssl_base.isolate#newcode10 ...
6 years, 11 months ago (2014-01-27 20:12:00 UTC) #3
M-A Ruel
https://codereview.chromium.org/134003004/diff/120001/base/base_prefs.isolate File base/base_prefs.isolate (right): https://codereview.chromium.org/134003004/diff/120001/base/base_prefs.isolate#newcode3 base/base_prefs.isolate:3: # found in the LICENSE file. net_unittests doesn't depend ...
6 years, 11 months ago (2014-01-27 20:12:25 UTC) #4
Ryan Sleevi
https://codereview.chromium.org/134003004/diff/120001/net/third_party/nss/ssl.isolate File net/third_party/nss/ssl.isolate (right): https://codereview.chromium.org/134003004/diff/120001/net/third_party/nss/ssl.isolate#newcode16 net/third_party/nss/ssl.isolate:16: '<(PRODUCT_DIR)/crssl.ddl', typo: ddl -> dll https://codereview.chromium.org/134003004/diff/120001/net/third_party/nss/ssl_base.isolate File net/third_party/nss/ssl_base.isolate (right): ...
6 years, 11 months ago (2014-01-27 21:27:37 UTC) #5
M-A Ruel
https://codereview.chromium.org/134003004/diff/120001/net/third_party/nss/ssl.isolate File net/third_party/nss/ssl.isolate (right): https://codereview.chromium.org/134003004/diff/120001/net/third_party/nss/ssl.isolate#newcode16 net/third_party/nss/ssl.isolate:16: '<(PRODUCT_DIR)/crssl.ddl', On 2014/01/27 21:27:38, Ryan Sleevi wrote: > typo: ...
6 years, 11 months ago (2014-01-27 21:34:47 UTC) #6
Ryan Sleevi
https://codereview.chromium.org/134003004/diff/120001/third_party/nss.isolate File third_party/nss.isolate (right): https://codereview.chromium.org/134003004/diff/120001/third_party/nss.isolate#newcode11 third_party/nss.isolate:11: # linux. On 2014/01/27 21:34:48, M-A Ruel wrote: > ...
6 years, 11 months ago (2014-01-27 21:45:29 UTC) #7
M-A Ruel
https://codereview.chromium.org/134003004/diff/120001/third_party/nss.isolate File third_party/nss.isolate (right): https://codereview.chromium.org/134003004/diff/120001/third_party/nss.isolate#newcode11 third_party/nss.isolate:11: # linux. On 2014/01/27 21:45:30, Ryan Sleevi wrote: > ...
6 years, 10 months ago (2014-01-28 21:41:26 UTC) #8
Ryan Sleevi
LGTM, given that I think the burden of "grossness" is outweighed by the significant benefit ...
6 years, 10 months ago (2014-01-28 21:55:44 UTC) #9
Vadim Sh.
lgtm with question https://codereview.chromium.org/134003004/diff/140001/build/linux/system.isolate File build/linux/system.isolate (right): https://codereview.chromium.org/134003004/diff/140001/build/linux/system.isolate#newcode5 build/linux/system.isolate:5: # This file is only used ...
6 years, 10 months ago (2014-01-29 19:26:45 UTC) #10
M-A Ruel
https://codereview.chromium.org/134003004/diff/140001/build/linux/system.isolate File build/linux/system.isolate (right): https://codereview.chromium.org/134003004/diff/140001/build/linux/system.isolate#newcode5 build/linux/system.isolate:5: # This file is only used with the condition ...
6 years, 10 months ago (2014-01-29 21:48:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/134003004/140001
6 years, 10 months ago (2014-01-29 21:51:23 UTC) #12
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=47084
6 years, 10 months ago (2014-01-29 22:35:04 UTC) #13
M-A Ruel
Brett happens to be the only owner in both third_party/ and url/, both are needed ...
6 years, 10 months ago (2014-01-30 02:04:06 UTC) #14
brettw
lgtm
6 years, 10 months ago (2014-02-04 04:27:21 UTC) #15
M-A Ruel
The CQ bit was checked by maruel@chromium.org
6 years, 10 months ago (2014-02-05 17:46:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/134003004/160001
6 years, 10 months ago (2014-02-05 17:51:23 UTC) #17
commit-bot: I haz the power
6 years, 10 months ago (2014-02-05 23:33:55 UTC) #18
Message was sent while issue was closed.
Change committed as 249150

Powered by Google App Engine
This is Rietveld 408576698