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

Issue 1426583009: third_party: Add wayland library. (Closed)

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

Description

third_party: Add wayland library. This adds the wayland library to third_party and libffi as a build dependency on linux. libffi is already a run-time dependency as libgobject depends on it. BUG=549782 Committed: https://crrev.com/754ca2c474484f29b3b33c1d2f1909c6a3193260 Cr-Commit-Position: refs/heads/master@{#359701}

Patch Set 1 #

Patch Set 2 : add build targets needed by follow patches #

Patch Set 3 : include arm support #

Patch Set 4 : update urls #

Patch Set 5 : checklicenses.py exceptions #

Patch Set 6 : make libffi a build dependency instead #

Patch Set 7 : remove blankline #

Total comments: 6

Patch Set 8 : rebase #

Patch Set 9 : add bug for licenses check suppression #

Total comments: 5

Patch Set 10 : source_set instead of static_library #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10672 lines, -42 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M build/config/linux/BUILD.gn View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M build/linux/system.gyp View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/wayland/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/wayland/LICENSE View 1 chunk +25 lines, -0 lines 0 comments Download
A + third_party/wayland/OWNERS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A third_party/wayland/README.chromium View 1 chunk +22 lines, -0 lines 0 comments Download
A + third_party/wayland/include/config.h View 1 chunk +44 lines, -42 lines 0 comments Download
A third_party/wayland/include/protocol/wayland-client-protocol.h View 1 chunk +2523 lines, -0 lines 0 comments Download
A third_party/wayland/include/protocol/wayland-client-protocol-core.h View 1 chunk +2523 lines, -0 lines 0 comments Download
A third_party/wayland/include/protocol/wayland-server-protocol.h View 1 chunk +2404 lines, -0 lines 0 comments Download
A third_party/wayland/include/protocol/wayland-server-protocol-core.h View 1 chunk +2404 lines, -0 lines 0 comments Download
A third_party/wayland/include/src/wayland-version.h View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/wayland/protocol/wayland-protocol.c View 1 chunk +485 lines, -0 lines 0 comments Download
A third_party/wayland/wayland.gyp View 1 2 3 4 5 1 chunk +74 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (16 generated)
reveman
5 years, 1 month ago (2015-10-31 00:33:58 UTC) #2
piman
lgtm
5 years, 1 month ago (2015-10-31 01:47:55 UTC) #3
Ben Goodger (Google)
lgtm2
5 years, 1 month ago (2015-10-31 03:44:05 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426583009/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426583009/60001
5 years, 1 month ago (2015-11-08 03:16:21 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/137660)
5 years, 1 month ago (2015-11-08 04:00:50 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426583009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426583009/80001
5 years, 1 month ago (2015-11-08 05:36:53 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-08 06:57:46 UTC) #13
reveman
+thakis for build/, how do I add new build dep and have the bots actually ...
5 years, 1 month ago (2015-11-09 13:31:12 UTC) #17
Nico
On 2015/11/09 13:31:12, reveman wrote: > +thakis for build/, how do I add new build ...
5 years, 1 month ago (2015-11-09 17:01:45 UTC) #18
Lei Zhang
https://codereview.chromium.org/1426583009/diff/120001/third_party/wayland/OWNERS File third_party/wayland/OWNERS (right): https://codereview.chromium.org/1426583009/diff/120001/third_party/wayland/OWNERS#newcode1 third_party/wayland/OWNERS:1: reveman@chromium.org add a backup owner? https://codereview.chromium.org/1426583009/diff/120001/third_party/wayland/include/protocol/wayland-client-protocol.h File third_party/wayland/include/protocol/wayland-client-protocol.h (right): ...
5 years, 1 month ago (2015-11-09 17:41:28 UTC) #19
Lei Zhang
On 2015/11/09 17:01:45, Nico wrote: > On 2015/11/09 13:31:12, reveman wrote: > > +thakis for ...
5 years, 1 month ago (2015-11-09 17:42:31 UTC) #20
reveman
On 2015/11/09 at 17:42:31, thestig wrote: > On 2015/11/09 17:01:45, Nico wrote: > > On ...
5 years, 1 month ago (2015-11-09 19:28:05 UTC) #21
Lei Zhang
On 2015/11/09 19:28:05, reveman wrote: > added piman as backup You can add # comments ...
5 years, 1 month ago (2015-11-09 19:34:19 UTC) #22
reveman
On 2015/11/09 at 19:34:19, thestig wrote: > On 2015/11/09 19:28:05, reveman wrote: > > added ...
5 years, 1 month ago (2015-11-09 19:42:32 UTC) #23
Lei Zhang
On 2015/11/09 19:42:32, reveman wrote: > Yea, of course. Let me know on the bug ...
5 years, 1 month ago (2015-11-09 19:52:56 UTC) #24
Lei Zhang
and lgtm
5 years, 1 month ago (2015-11-09 20:09:58 UTC) #25
reveman
+dpranke for build/config/linux/BUILD.gn
5 years, 1 month ago (2015-11-10 01:50:09 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426583009/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426583009/160001
5 years, 1 month ago (2015-11-10 01:52:10 UTC) #29
Dirk Pranke
On 2015/11/10 01:50:09, reveman wrote: > +dpranke for build/config/linux/BUILD.gn //build changes lgtm. https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn File third_party/wayland/BUILD.gn ...
5 years, 1 month ago (2015-11-10 01:58:56 UTC) #30
commit-bot: I haz the power
Dry run: 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/116975) linux_chromium_asan_rel_ng on ...
5 years, 1 month ago (2015-11-10 02:33:42 UTC) #32
reveman
https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn File third_party/wayland/BUILD.gn (right): https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn#newcode41 third_party/wayland/BUILD.gn:41: static_library("wayland_server") { On 2015/11/10 at 01:58:55, Dirk Pranke wrote: ...
5 years, 1 month ago (2015-11-10 02:43:50 UTC) #33
Dirk Pranke
https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn File third_party/wayland/BUILD.gn (right): https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn#newcode41 third_party/wayland/BUILD.gn:41: static_library("wayland_server") { If you want to be able to ...
5 years, 1 month ago (2015-11-10 03:02:22 UTC) #34
reveman
https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn File third_party/wayland/BUILD.gn (right): https://codereview.chromium.org/1426583009/diff/160001/third_party/wayland/BUILD.gn#newcode41 third_party/wayland/BUILD.gn:41: static_library("wayland_server") { On 2015/11/10 at 03:02:22, Dirk Pranke wrote: ...
5 years, 1 month ago (2015-11-10 06:09:27 UTC) #35
Lei Zhang
While we wait for infra to get things in order, have you tried to do ...
5 years, 1 month ago (2015-11-12 22:34:20 UTC) #36
reveman
On 2015/11/12 at 22:34:20, thestig wrote: > While we wait for infra to get things ...
5 years, 1 month ago (2015-11-12 22:56:40 UTC) #37
Lei Zhang
On 2015/11/12 22:56:40, reveman wrote: > On 2015/11/12 at 22:34:20, thestig wrote: > > While ...
5 years, 1 month ago (2015-11-12 23:00:06 UTC) #38
reveman
On 2015/11/12 at 23:00:06, thestig wrote: > On 2015/11/12 22:56:40, reveman wrote: > > On ...
5 years, 1 month ago (2015-11-12 23:46:58 UTC) #39
Lei Zhang
On 2015/11/12 23:46:58, reveman wrote: > > - We may need to update the Linux ...
5 years, 1 month ago (2015-11-12 23:50:23 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426583009/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426583009/200001
5 years, 1 month ago (2015-11-13 15:35:47 UTC) #42
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-13 18:26:17 UTC) #44
reveman
On 2015/11/12 at 23:50:23, thestig wrote: > On 2015/11/12 23:46:58, reveman wrote: > > > ...
5 years, 1 month ago (2015-11-13 23:52:31 UTC) #45
reveman
On 2015/11/12 at 23:50:23, thestig wrote: > On 2015/11/12 23:46:58, reveman wrote: > > > ...
5 years, 1 month ago (2015-11-13 23:52:31 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426583009/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426583009/200001
5 years, 1 month ago (2015-11-13 23:54:29 UTC) #49
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 1 month ago (2015-11-14 00:21:41 UTC) #50
commit-bot: I haz the power
5 years, 1 month ago (2015-11-14 00:23:04 UTC) #51
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/754ca2c474484f29b3b33c1d2f1909c6a3193260
Cr-Commit-Position: refs/heads/master@{#359701}

Powered by Google App Engine
This is Rietveld 408576698