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

Issue 102163005: Do not define use_clipboard_aurax11 on ozone builds (Closed)

Created:
7 years ago by dnicoara
Modified:
7 years ago
Reviewers:
kalyank, oshima, sky, spang
CC:
chromium-reviews
Visibility:
Public.

Description

Do not define use_clipboard_aurax11 on ozone builds On Ozone builds clipboard_aurax11 is excluded since Ozone builds should not pull any X11 dependencies. This patch fixes failing ui_unittests build on Ozone. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241390

Patch Set 1 #

Patch Set 2 : use_ozone #

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : check os==win #

Total comments: 5

Patch Set 5 : desktop_linux #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M build/common.gypi View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download
M ui/ui.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (0 generated)
dnicoara
Please take a look. sky@ for OWNERS oshima@ FYI
7 years ago (2013-12-13 16:08:00 UTC) #1
sky
https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp#newcode428 ui/ui.gyp:428: ['(use_x11==0 or use_clipboard_aurax11==1) and use_ozone==0', { Shouldn't the test ...
7 years ago (2013-12-13 17:49:09 UTC) #2
oshima
https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp#newcode428 ui/ui.gyp:428: ['(use_x11==0 or use_clipboard_aurax11==1) and use_ozone==0', { On 2013/12/13 17:49:10, ...
7 years ago (2013-12-13 17:51:34 UTC) #3
sky
https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp#newcode428 ui/ui.gyp:428: ['(use_x11==0 or use_clipboard_aurax11==1) and use_ozone==0', { On 2013/12/13 17:51:35, ...
7 years ago (2013-12-13 17:55:31 UTC) #4
oshima
https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp#newcode428 ui/ui.gyp:428: ['(use_x11==0 or use_clipboard_aurax11==1) and use_ozone==0', { On 2013/12/13 17:55:31, ...
7 years ago (2013-12-13 18:03:43 UTC) #5
dnicoara
On 2013/12/13 18:03:43, oshima wrote: > https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp > File ui/ui.gyp (right): > > https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp#newcode428 > ...
7 years ago (2013-12-13 18:30:26 UTC) #6
oshima
On 2013/12/13 18:30:26, dnicoara wrote: > On 2013/12/13 18:03:43, oshima wrote: > > https://codereview.chromium.org/102163005/diff/30001/ui/ui.gyp > ...
7 years ago (2013-12-13 18:43:55 UTC) #7
sky
SGTM On Fri, Dec 13, 2013 at 10:43 AM, <oshima@chromium.org> wrote: > On 2013/12/13 18:30:26, ...
7 years ago (2013-12-13 20:23:34 UTC) #8
dnicoara
On 2013/12/13 20:23:34, sky wrote: > SGTM > > On Fri, Dec 13, 2013 at ...
7 years ago (2013-12-13 21:31:24 UTC) #9
oshima
On 2013/12/13 21:31:24, dnicoara wrote: > On 2013/12/13 20:23:34, sky wrote: > > SGTM > ...
7 years ago (2013-12-13 21:36:16 UTC) #10
dnicoara
On 2013/12/13 21:36:16, oshima wrote: > On 2013/12/13 21:31:24, dnicoara wrote: > > On 2013/12/13 ...
7 years ago (2013-12-13 21:44:56 UTC) #11
oshima
On 2013/12/13 21:44:56, dnicoara wrote: > On 2013/12/13 21:36:16, oshima wrote: > > On 2013/12/13 ...
7 years ago (2013-12-13 22:13:23 UTC) #12
dnicoara
On 2013/12/13 22:13:23, oshima wrote: > On 2013/12/13 21:44:56, dnicoara wrote: > > On 2013/12/13 ...
7 years ago (2013-12-13 23:08:10 UTC) #13
sky
LGTM
7 years ago (2013-12-13 23:36:18 UTC) #14
kalyank
https://codereview.chromium.org/102163005/diff/30002/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30002/ui/ui.gyp#newcode430 ui/ui.gyp:430: 'base/clipboard/clipboard_aura.cc', perhaps we could rename the file to clipboard_linuxaura.cc ...
7 years ago (2013-12-14 00:44:06 UTC) #15
oshima
https://codereview.chromium.org/102163005/diff/30002/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30002/ui/ui.gyp#newcode430 ui/ui.gyp:430: 'base/clipboard/clipboard_aura.cc', On 2013/12/14 00:44:06, kalyank wrote: > perhaps we ...
7 years ago (2013-12-14 00:47:10 UTC) #16
kalyank
https://codereview.chromium.org/102163005/diff/30002/ui/ui.gyp File ui/ui.gyp (right): https://codereview.chromium.org/102163005/diff/30002/ui/ui.gyp#newcode430 ui/ui.gyp:430: 'base/clipboard/clipboard_aura.cc', On 2013/12/14 00:47:11, oshima wrote: > On 2013/12/14 ...
7 years ago (2013-12-14 00:54:12 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/102163005/30002
7 years ago (2013-12-14 15:24:55 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204177
7 years ago (2013-12-14 15:58:53 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/102163005/30002
7 years ago (2013-12-16 14:35:36 UTC) #20
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204766
7 years ago (2013-12-16 16:29:56 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/102163005/30002
7 years ago (2013-12-16 16:32:56 UTC) #22
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204905
7 years ago (2013-12-16 19:00:24 UTC) #23
spang
https://codereview.chromium.org/102163005/diff/30002/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/102163005/diff/30002/build/common.gypi#newcode555 build/common.gypi:555: ['OS=="linux" and use_aura==1 and chromeos==0 and use_ozone==0', { I ...
7 years ago (2013-12-16 19:20:58 UTC) #24
dnicoara
sky@, oshima@ please take another look. I've updated it based on spang@'s comment. https://codereview.chromium.org/102163005/diff/30002/build/common.gypi File ...
7 years ago (2013-12-17 16:41:43 UTC) #25
spang
On 2013/12/17 16:41:43, dnicoara wrote: > sky@, oshima@ please take another look. I've updated it ...
7 years ago (2013-12-17 16:47:49 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/102163005/60001
7 years ago (2013-12-17 16:49:54 UTC) #27
spang
On 2013/12/17 16:41:43, dnicoara wrote: > sky@, oshima@ please take another look. I've updated it ...
7 years ago (2013-12-17 16:51:07 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/102163005/60001
7 years ago (2013-12-17 18:29:18 UTC) #29
sky
LGTM
7 years ago (2013-12-17 19:15:32 UTC) #30
commit-bot: I haz the power
7 years ago (2013-12-17 22:28:35 UTC) #31
Message was sent while issue was closed.
Change committed as 241390

Powered by Google App Engine
This is Rietveld 408576698