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

Issue 2239833003: keycodes: Fix non-X11 build when use_xkbcommon=1 (Closed)

Created:
4 years, 4 months ago by jbriance
Modified:
4 years, 4 months ago
Reviewers:
kylechar, garykac, Wez
CC:
chromium-reviews, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

keycodes: Fix non-X11 build when use_xkbcommon=1 Since M51, ui/events/keycodes/xkb_keysym.h follows X11 path, even if use_xkbcommon=1 is set because USE_XKBCOMMON is not defined, leading to the following compilation error in this case: In file included from ../../ui/events/keycodes/keyboard_code_conversion_xkb.h:12:0, from ../../ui/events/keycodes/keyboard_code_conversion_xkb.cc:5: ../../ui/events/keycodes/xkb_keysym.h:19:19: fatal error: X11/X.h: No such file or directory BUG=none Committed: https://crrev.com/441c0f8dbf56c0508189e23937ccafb11e892835 Cr-Commit-Position: refs/heads/master@{#413174}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removing events_keycodes.gyp changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M ui/events/keycodes/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
jbriance
4 years, 4 months ago (2016-08-12 13:55:32 UTC) #2
kylechar
lgtm
4 years, 4 months ago (2016-08-12 14:06:28 UTC) #3
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/2239833003/1
4 years, 4 months ago (2016-08-12 14:16:58 UTC) #5
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/236972)
4 years, 4 months ago (2016-08-12 14:22:36 UTC) #7
jbriance
I forgot (again) about the OWNERS rule.. ** Presubmit ERRORS ** Missing LGTM from an ...
4 years, 4 months ago (2016-08-12 15:39:35 UTC) #10
sadrul
You have ui/events/keycodes owners in the reviewer list. Removing myself.
4 years, 4 months ago (2016-08-15 15:09:58 UTC) #12
jbriance
Removing Nico, ping Wez and garykac.
4 years, 4 months ago (2016-08-16 21:53:09 UTC) #14
Wez
Do we know when this originally got broken (i.e. which CL)?
4 years, 4 months ago (2016-08-19 00:18:58 UTC) #15
kylechar
On 2016/08/19 00:18:58, Wez wrote: > Do we know when this originally got broken (i.e. ...
4 years, 4 months ago (2016-08-19 01:28:33 UTC) #16
Wez
On 2016/08/19 01:28:33, kylechar wrote: > On 2016/08/19 00:18:58, Wez wrote: > > Do we ...
4 years, 4 months ago (2016-08-19 01:34:39 UTC) #17
Wez
https://codereview.chromium.org/2239833003/diff/1/ui/events/keycodes/events_keycodes.gyp File ui/events/keycodes/events_keycodes.gyp (right): https://codereview.chromium.org/2239833003/diff/1/ui/events/keycodes/events_keycodes.gyp#newcode30 ui/events/keycodes/events_keycodes.gyp:30: ], GYP builds are no longer supported; no need ...
4 years, 4 months ago (2016-08-19 01:35:46 UTC) #18
jbriance
On 2016/08/19 00:18:58, Wez wrote: > Do we know when this originally got broken (i.e. ...
4 years, 4 months ago (2016-08-19 09:02:01 UTC) #19
jbriance
https://codereview.chromium.org/2239833003/diff/1/ui/events/keycodes/events_keycodes.gyp File ui/events/keycodes/events_keycodes.gyp (right): https://codereview.chromium.org/2239833003/diff/1/ui/events/keycodes/events_keycodes.gyp#newcode30 ui/events/keycodes/events_keycodes.gyp:30: ], On 2016/08/19 01:35:45, Wez wrote: > GYP builds ...
4 years, 4 months ago (2016-08-19 09:04:36 UTC) #20
jbriance
4 years, 4 months ago (2016-08-19 09:40:35 UTC) #21
garykac
lgtm
4 years, 4 months ago (2016-08-19 14:39:18 UTC) #23
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/2239833003/20001
4 years, 4 months ago (2016-08-19 14:39:39 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-19 17:17:07 UTC) #27
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 17:19:25 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/441c0f8dbf56c0508189e23937ccafb11e892835
Cr-Commit-Position: refs/heads/master@{#413174}

Powered by Google App Engine
This is Rietveld 408576698