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

Issue 203963003: Turns on use_mojo=1 for linux. (Closed)

Created:
6 years, 9 months ago by sky
Modified:
6 years, 9 months ago
CC:
chromium-reviews, grt+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : link #

Total comments: 2

Patch Set 3 : lib #

Total comments: 4

Patch Set 4 : lib #

Total comments: 2

Patch Set 5 : indentation and merge 2 trunk #

Total comments: 1

Patch Set 6 : all reverts #

Patch Set 7 : fix expected dependencies #

Patch Set 8 : exclude chromeos #

Patch Set 9 : remove duplicate #

Total comments: 1

Patch Set 10 : chromeos==0 #

Total comments: 4

Patch Set 11 : optional #

Patch Set 12 : merge 2 trunk #

Patch Set 13 : fix isolates #

Patch Set 14 : remove setup change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -2 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/installer/linux/common/installer.include View 1 2 3 4 5 6 7 2 chunks +6 lines, -1 line 0 comments Download
M chrome/installer/linux/rpm/expected_deps_i386 View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_x86_64 View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/sync_integration_tests.isolate View 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/build/linux/FILES.cfg View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/unit_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browsertests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/content_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
sky
csharp: *isolate mmoss/thestiq: the rest mmoss/thestiq: if you can suggest a way to test this ...
6 years, 9 months ago (2014-03-19 16:01:07 UTC) #1
csharp
*isolate changes LGTM
6 years, 9 months ago (2014-03-19 16:14:12 UTC) #2
mmoss
https://codereview.chromium.org/203963003/diff/30001/chrome/tools/build/chromeos/FILES.cfg File chrome/tools/build/chromeos/FILES.cfg (right): https://codereview.chromium.org/203963003/diff/30001/chrome/tools/build/chromeos/FILES.cfg#newcode60 chrome/tools/build/chromeos/FILES.cfg:60: 'filename': 'libmojo_system.so', lib/libmojo_system.so? https://codereview.chromium.org/203963003/diff/30001/chrome/tools/build/linux/FILES.cfg File chrome/tools/build/linux/FILES.cfg (right): https://codereview.chromium.org/203963003/diff/30001/chrome/tools/build/linux/FILES.cfg#newcode67 chrome/tools/build/linux/FILES.cfg:67: ...
6 years, 9 months ago (2014-03-19 16:34:34 UTC) #3
sky
Updated https://codereview.chromium.org/203963003/diff/30001/chrome/tools/build/chromeos/FILES.cfg File chrome/tools/build/chromeos/FILES.cfg (right): https://codereview.chromium.org/203963003/diff/30001/chrome/tools/build/chromeos/FILES.cfg#newcode60 chrome/tools/build/chromeos/FILES.cfg:60: 'filename': 'libmojo_system.so', On 2014/03/19 16:34:35, mmoss wrote: > ...
6 years, 9 months ago (2014-03-19 16:58:06 UTC) #4
mmoss
lgtm
6 years, 9 months ago (2014-03-19 17:14:05 UTC) #5
Lei Zhang
lgtm https://codereview.chromium.org/203963003/diff/10001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/203963003/diff/10001/build/common.gypi#newcode841 build/common.gypi:841: 'use_mojo%': 1, You probably want to set use_mojo ...
6 years, 9 months ago (2014-03-19 19:19:26 UTC) #6
sky
https://codereview.chromium.org/203963003/diff/10001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/203963003/diff/10001/build/common.gypi#newcode841 build/common.gypi:841: 'use_mojo%': 1, On 2014/03/19 19:19:27, Lei Zhang wrote: > ...
6 years, 9 months ago (2014-03-19 19:38:45 UTC) #7
sky
Committed patchset #5 manually as r258062 (presubmit successful).
6 years, 9 months ago (2014-03-19 19:39:16 UTC) #8
Lei Zhang
https://codereview.chromium.org/203963003/diff/70001/chrome/installer/linux/common/installer.include File chrome/installer/linux/common/installer.include (right): https://codereview.chromium.org/203963003/diff/70001/chrome/installer/linux/common/installer.include#newcode177 chrome/installer/linux/common/installer.include:177: install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/lib/" Whoops, we forgot do ...
6 years, 9 months ago (2014-03-19 21:13:29 UTC) #9
mmoss
On 2014/03/19 21:13:29, Lei Zhang wrote: > https://codereview.chromium.org/203963003/diff/70001/chrome/installer/linux/common/installer.include > File chrome/installer/linux/common/installer.include (right): > > https://codereview.chromium.org/203963003/diff/70001/chrome/installer/linux/common/installer.include#newcode177 ...
6 years, 9 months ago (2014-03-19 21:14:12 UTC) #10
mmoss
On 2014/03/19 21:14:12, mmoss wrote: > On 2014/03/19 21:13:29, Lei Zhang wrote: > > > ...
6 years, 9 months ago (2014-03-19 21:14:45 UTC) #11
sky
thestiq/mmoss, could you guys take another look? After the second attempt at fixing on trunk ...
6 years, 9 months ago (2014-03-19 23:25:58 UTC) #12
Lei Zhang
On 2014/03/19 23:25:58, sky wrote: > thestiq/mmoss, could you guys take another look? After the ...
6 years, 9 months ago (2014-03-19 23:29:00 UTC) #13
sky
On 2014/03/19 23:29:00, Lei Zhang wrote: > On 2014/03/19 23:25:58, sky wrote: > > thestiq/mmoss, ...
6 years, 9 months ago (2014-03-20 00:07:16 UTC) #14
Lei Zhang
https://codereview.chromium.org/203963003/diff/140001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/203963003/diff/140001/build/common.gypi#newcode850 build/common.gypi:850: ['OS=="linux" and chromeos==1', { Did you mean to put ...
6 years, 9 months ago (2014-03-20 00:18:30 UTC) #15
sky
GAH! Updated.
6 years, 9 months ago (2014-03-20 01:49:16 UTC) #16
sky
Also, is there a try bot that does an official build so I don't have ...
6 years, 9 months ago (2014-03-20 01:58:06 UTC) #17
mmoss
I don't think there is :( On Wed, Mar 19, 2014 at 6:58 PM, Scott ...
6 years, 9 months ago (2014-03-20 02:17:00 UTC) #18
mmoss
https://codereview.chromium.org/203963003/diff/160001/chrome/installer/linux/common/installer.include File chrome/installer/linux/common/installer.include (right): https://codereview.chromium.org/203963003/diff/160001/chrome/installer/linux/common/installer.include#newcode155 chrome/installer/linux/common/installer.include:155: if [ -f "${BUILDDIR}/lib/libmojo_system.so" ]; then Does this need ...
6 years, 9 months ago (2014-03-20 02:24:09 UTC) #19
sky
https://codereview.chromium.org/203963003/diff/160001/chrome/installer/linux/common/installer.include File chrome/installer/linux/common/installer.include (right): https://codereview.chromium.org/203963003/diff/160001/chrome/installer/linux/common/installer.include#newcode155 chrome/installer/linux/common/installer.include:155: if [ -f "${BUILDDIR}/lib/libmojo_system.so" ]; then On 2014/03/20 02:24:09, ...
6 years, 9 months ago (2014-03-20 14:51:39 UTC) #20
mmoss
lgtm
6 years, 9 months ago (2014-03-20 16:48:00 UTC) #21
sky
6 years, 9 months ago (2014-03-20 21:17:00 UTC) #22
Message was sent while issue was closed.
Committed patchset #14 manually as r258411 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698