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

Issue 132233030: Add support for component=shared_library for base_unittests_run. (Closed)

Created:
6 years, 11 months ago by M-A Ruel
Modified:
6 years, 11 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, cbentzel+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, erikwright+watch_chromium.org, frankf+watch_chromium.org, csharp, Vadim Sh.
Visibility:
Public.

Description

Add support for component=shared_library for base_unittests_run. Specifically, this adds support to run base_unittests isolated via 'isolate.py run' when built with component build. This requires rolling icu @ 246118 to get the new icu.isolate. R=thakis@chromium.org,jshin@chromium.org,frankf@chromium.org,rsleevi@chromium.org BUG=336439 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246247

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rolling icu46@246118 #

Patch Set 3 : Added system.isolate #

Total comments: 2

Patch Set 4 : Remove comments about use_system_ssl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -13 lines) Patch
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A base/base.isolate View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M base/base_unittests.isolate View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/gtest/setup.py View 1 chunk +5 lines, -1 line 0 comments Download
M build/isolate.gypi View 1 2 3 1 chunk +19 lines, -7 lines 0 comments Download
A build/linux/system.isolate View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A + net/third_party/nss/ssl.isolate View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
M-A Ruel
jshin for DEPS thakis for base/ and build/isolate.py frankf for build/android/gtest/setup.py rsleevi for net/third_party/nss/ssl.isolate https://codereview.chromium.org/132233030/diff/1/DEPS ...
6 years, 11 months ago (2014-01-21 17:53:55 UTC) #1
Nico
Please improve the cl description to say "isolate" somewhere. I was like "huh base_unittests already ...
6 years, 11 months ago (2014-01-21 17:57:46 UTC) #2
M-A Ruel
On 2014/01/21 17:57:46, Nico wrote: > Please improve the cl description to say "isolate" somewhere. ...
6 years, 11 months ago (2014-01-21 18:01:34 UTC) #3
Nico
…other than that, my files lgtm
6 years, 11 months ago (2014-01-21 18:02:03 UTC) #4
frankf
build/android lgtm
6 years, 11 months ago (2014-01-21 19:00:36 UTC) #5
Ryan Sleevi
https://codereview.chromium.org/132233030/diff/1/base/base.isolate File base/base.isolate (right): https://codereview.chromium.org/132233030/diff/1/base/base.isolate#newcode35 base/base.isolate:35: '../net/third_party/nss/ssl.isolate', Why are you including this isolate unconditionally. base.gyp ...
6 years, 11 months ago (2014-01-21 19:43:50 UTC) #6
M-A Ruel
https://codereview.chromium.org/132233030/diff/1/base/base.isolate File base/base.isolate (right): https://codereview.chromium.org/132233030/diff/1/base/base.isolate#newcode35 base/base.isolate:35: '../net/third_party/nss/ssl.isolate', On 2014/01/21 19:43:50, Ryan Sleevi wrote: > Why ...
6 years, 11 months ago (2014-01-21 19:54:44 UTC) #7
Ryan Sleevi
On 2014/01/21 19:54:44, M-A Ruel wrote: > https://codereview.chromium.org/132233030/diff/1/base/base.isolate > File base/base.isolate (right): > > https://codereview.chromium.org/132233030/diff/1/base/base.isolate#newcode35 ...
6 years, 11 months ago (2014-01-21 19:56:47 UTC) #8
M-A Ruel
https://codereview.chromium.org/132233030/diff/1/build/android/pylib/gtest/setup.py File build/android/pylib/gtest/setup.py (right): https://codereview.chromium.org/132233030/diff/1/build/android/pylib/gtest/setup.py#newcode125 build/android/pylib/gtest/setup.py:125: '--config-variable', 'use_openssl', '0', On 2014/01/21 19:43:50, Ryan Sleevi wrote: ...
6 years, 11 months ago (2014-01-21 20:00:28 UTC) #9
jungshik at Google
icu-related changes, LGTM
6 years, 11 months ago (2014-01-21 20:20:57 UTC) #10
Ryan Sleevi
https://codereview.chromium.org/132233030/diff/1/base/base.isolate File base/base.isolate (right): https://codereview.chromium.org/132233030/diff/1/base/base.isolate#newcode35 base/base.isolate:35: '../net/third_party/nss/ssl.isolate', On 2014/01/21 19:54:45, M-A Ruel wrote: > On ...
6 years, 11 months ago (2014-01-21 20:39:08 UTC) #11
M-A Ruel
https://codereview.chromium.org/132233030/diff/1/base/base.isolate File base/base.isolate (right): https://codereview.chromium.org/132233030/diff/1/base/base.isolate#newcode35 base/base.isolate:35: '../net/third_party/nss/ssl.isolate', On 2014/01/21 20:39:09, Ryan Sleevi wrote: > Can ...
6 years, 11 months ago (2014-01-21 21:01:54 UTC) #12
Ryan Sleevi
On 2014/01/21 21:01:54, M-A Ruel wrote: > https://codereview.chromium.org/132233030/diff/1/base/base.isolate > File base/base.isolate (right): > > https://codereview.chromium.org/132233030/diff/1/base/base.isolate#newcode35 ...
6 years, 11 months ago (2014-01-21 21:50:14 UTC) #13
M-A Ruel
On 2014/01/21 21:50:14, Ryan Sleevi wrote: > On 2014/01/21 21:01:54, M-A Ruel wrote: > > ...
6 years, 11 months ago (2014-01-22 01:42:02 UTC) #14
Ryan Sleevi
https://codereview.chromium.org/132233030/diff/210001/net/third_party/nss/ssl.isolate File net/third_party/nss/ssl.isolate (right): https://codereview.chromium.org/132233030/diff/210001/net/third_party/nss/ssl.isolate#newcode6 net/third_party/nss/ssl.isolate:6: # TODO(maruel): Add 'and use_system_ssl==0' once it is consistently ...
6 years, 11 months ago (2014-01-22 02:21:43 UTC) #15
Ryan Sleevi
LGTM
6 years, 11 months ago (2014-01-22 02:21:51 UTC) #16
M-A Ruel
https://codereview.chromium.org/132233030/diff/210001/net/third_party/nss/ssl.isolate File net/third_party/nss/ssl.isolate (right): https://codereview.chromium.org/132233030/diff/210001/net/third_party/nss/ssl.isolate#newcode6 net/third_party/nss/ssl.isolate:6: # TODO(maruel): Add 'and use_system_ssl==0' once it is consistently ...
6 years, 11 months ago (2014-01-22 02:23:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/132233030/290001
6 years, 11 months ago (2014-01-22 02:47:11 UTC) #18
commit-bot: I haz the power
6 years, 11 months ago (2014-01-22 09:06:09 UTC) #19
Message was sent while issue was closed.
Change committed as 246247

Powered by Google App Engine
This is Rietveld 408576698