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

Issue 2163623003: Linux: Build with xcb (Reland) (Closed)

Created:
4 years, 5 months ago by Tom (Use chromium acct)
Modified:
4 years, 3 months ago
Reviewers:
Lei Zhang, Dirk Pranke
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Linux: Build with xcb BUG=634085 Committed: https://crrev.com/f05e88ae004f438fcd8fb2023b51ba19a7903e48 Cr-Commit-Position: refs/heads/master@{#414882}

Patch Set 1 #

Patch Set 2 : Updated sysroot install script #

Patch Set 3 : Call xcb_disconnect #

Patch Set 4 : Revert x11_types.cc #

Total comments: 2

Patch Set 5 : Added symbol references from ui/gfx/x #

Total comments: 6

Patch Set 6 : Remove dbus from expected_deps and move install-build-deps to separate CL #

Patch Set 7 : Revert all expected_deps* #

Total comments: 1

Patch Set 8 : Remove x11-xcb and xcb configs #

Patch Set 9 : Revert gyp configs :D #

Patch Set 10 : Revert install-sysroot.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M build/config/linux/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 90 (55 generated)
Lei Zhang
This doesn't work as is. You need multiple CLs: - One CL to update the ...
4 years, 4 months ago (2016-07-29 00:58:18 UTC) #10
Tom (Use chromium acct)
4 years, 4 months ago (2016-08-02 22:37:58 UTC) #20
Dirk Pranke
lgtm. When this lands, you'll probably need to have the labs folks re-run build/install-build-deps.sh on ...
4 years, 4 months ago (2016-08-03 00:12:34 UTC) #21
Lei Zhang
On 2016/08/03 00:12:34, Dirk Pranke wrote: > lgtm. > > When this lands, you'll probably ...
4 years, 4 months ago (2016-08-03 19:08:07 UTC) #22
Lei Zhang
https://codereview.chromium.org/2163623003/diff/60001/build/install-build-deps.sh File build/install-build-deps.sh (right): https://codereview.chromium.org/2163623003/diff/60001/build/install-build-deps.sh#newcode131 build/install-build-deps.sh:131: zlib1g $chromeos_lib_list libx11-xcb1" alphabetical order, ditto below.
4 years, 4 months ago (2016-08-03 19:08:53 UTC) #23
Tom (Use chromium acct)
On 2016/08/03 19:08:07, Lei Zhang wrote: > On 2016/08/03 00:12:34, Dirk Pranke wrote: > > ...
4 years, 4 months ago (2016-08-03 19:38:34 UTC) #25
Tom (Use chromium acct)
+sadrul for ui/gfx/x https://codereview.chromium.org/2163623003/diff/60001/build/install-build-deps.sh File build/install-build-deps.sh (right): https://codereview.chromium.org/2163623003/diff/60001/build/install-build-deps.sh#newcode131 build/install-build-deps.sh:131: zlib1g $chromeos_lib_list libx11-xcb1" On 2016/08/03 19:08:52, ...
4 years, 4 months ago (2016-08-03 19:42:16 UTC) #27
sadrul
https://codereview.chromium.org/2163623003/diff/80001/ui/gfx/x/x11_types.cc File ui/gfx/x/x11_types.cc (right): https://codereview.chromium.org/2163623003/diff/80001/ui/gfx/x/x11_types.cc#newcode21 ui/gfx/x/x11_types.cc:21: asm volatile("" ::"r"(xcb_connect)); On 2016/08/03 19:42:16, Tom Anderson wrote: ...
4 years, 4 months ago (2016-08-04 15:45:29 UTC) #32
Tom (Use chromium acct)
https://codereview.chromium.org/2163623003/diff/80001/ui/gfx/x/x11_types.cc File ui/gfx/x/x11_types.cc (right): https://codereview.chromium.org/2163623003/diff/80001/ui/gfx/x/x11_types.cc#newcode21 ui/gfx/x/x11_types.cc:21: asm volatile("" ::"r"(xcb_connect)); On 2016/08/04 15:45:29, sadrul wrote: > ...
4 years, 4 months ago (2016-08-04 16:32:53 UTC) #33
Lei Zhang
https://codereview.chromium.org/2163623003/diff/80001/chrome/installer/linux/debian/expected_deps_x64 File chrome/installer/linux/debian/expected_deps_x64 (right): https://codereview.chromium.org/2163623003/diff/80001/chrome/installer/linux/debian/expected_deps_x64#newcode7 chrome/installer/linux/debian/expected_deps_x64:7: libdbus-1-3 (>= 1.2.14) Did you build with "allow_posix_link_time_opt = ...
4 years, 4 months ago (2016-08-04 22:08:06 UTC) #34
Tom (Use chromium acct)
https://codereview.chromium.org/2163623003/diff/80001/chrome/installer/linux/debian/expected_deps_x64 File chrome/installer/linux/debian/expected_deps_x64 (right): https://codereview.chromium.org/2163623003/diff/80001/chrome/installer/linux/debian/expected_deps_x64#newcode7 chrome/installer/linux/debian/expected_deps_x64:7: libdbus-1-3 (>= 1.2.14) On 2016/08/04 22:08:06, Lei Zhang wrote: ...
4 years, 4 months ago (2016-08-04 22:56:23 UTC) #36
Lei Zhang
If this works, then go for it.
4 years, 4 months ago (2016-08-04 22:59:13 UTC) #37
Tom (Use chromium acct)
On 2016/08/04 22:59:13, Lei Zhang wrote: > If this works, then go for it. install-build-deps.sh ...
4 years, 4 months ago (2016-08-09 03:02:03 UTC) #42
Lei Zhang
lgtm
4 years, 4 months ago (2016-08-09 05:10:45 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/120001
4 years, 4 months ago (2016-08-09 05:30:50 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/233582)
4 years, 4 months ago (2016-08-09 05:37:05 UTC) #48
sadrul
https://codereview.chromium.org/2163623003/diff/120001/ui/base/x/BUILD.gn File ui/base/x/BUILD.gn (right): https://codereview.chromium.org/2163623003/diff/120001/ui/base/x/BUILD.gn#newcode22 ui/base/x/BUILD.gn:22: "//build/config/linux:xcb", Do you actually need the new configs?
4 years, 4 months ago (2016-08-09 16:12:30 UTC) #49
Tom (Use chromium acct)
On 2016/08/09 16:12:30, sadrul wrote: > https://codereview.chromium.org/2163623003/diff/120001/ui/base/x/BUILD.gn > File ui/base/x/BUILD.gn (right): > > https://codereview.chromium.org/2163623003/diff/120001/ui/base/x/BUILD.gn#newcode22 > ...
4 years, 4 months ago (2016-08-09 16:43:45 UTC) #50
sadrul
On 2016/08/09 16:43:45, Tom Anderson wrote: > On 2016/08/09 16:12:30, sadrul wrote: > > https://codereview.chromium.org/2163623003/diff/120001/ui/base/x/BUILD.gn ...
4 years, 4 months ago (2016-08-09 16:47:35 UTC) #51
Tom (Use chromium acct)
On 2016/08/09 16:47:35, sadrul wrote: > On 2016/08/09 16:43:45, Tom Anderson wrote: > > On ...
4 years, 4 months ago (2016-08-09 19:18:25 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/180001
4 years, 4 months ago (2016-08-09 19:19:45 UTC) #55
commit-bot: I haz the power
Committed patchset #9 (id:180001)
4 years, 4 months ago (2016-08-09 20:42:56 UTC) #57
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/83b8989c96b207efd9123cd25073b32edfe5a275 Cr-Commit-Position: refs/heads/master@{#410806}
4 years, 4 months ago (2016-08-09 20:45:17 UTC) #59
Tom (Use chromium acct)
A revert of this CL (patchset #9 id:180001) has been created in https://codereview.chromium.org/2229663006/ by thomasanderson@google.com. ...
4 years, 4 months ago (2016-08-09 21:05:07 UTC) #60
Tom (Use chromium acct)
On 2016/08/09 21:05:07, Tom Anderson wrote: > A revert of this CL (patchset #9 id:180001) ...
4 years, 4 months ago (2016-08-10 23:19:40 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/180001
4 years, 4 months ago (2016-08-10 23:20:54 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/275672)
4 years, 4 months ago (2016-08-11 02:03:01 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/180001
4 years, 4 months ago (2016-08-11 16:44:36 UTC) #68
sadrul
Removing myself from the reviewer list since my review is no longer needed.
4 years, 4 months ago (2016-08-12 15:13:20 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/200001
4 years, 3 months ago (2016-08-25 22:49:04 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/200001
4 years, 3 months ago (2016-08-27 00:04:46 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/285983)
4 years, 3 months ago (2016-08-27 01:33:15 UTC) #80
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163623003/200001
4 years, 3 months ago (2016-08-27 02:05:34 UTC) #86
commit-bot: I haz the power
Committed patchset #10 (id:200001)
4 years, 3 months ago (2016-08-27 10:23:11 UTC) #88
commit-bot: I haz the power
4 years, 3 months ago (2016-08-27 10:25:40 UTC) #90
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/f05e88ae004f438fcd8fb2023b51ba19a7903e48
Cr-Commit-Position: refs/heads/master@{#414882}

Powered by Google App Engine
This is Rietveld 408576698