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

Issue 26247009: Remove web/{android, gtk, win} (Closed)

Created:
7 years, 2 months ago by r.kasibhatla
Modified:
7 years, 2 months ago
CC:
blink-reviews, hayato, alecflett
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove web/{android, gtk, win} The {android, gtk, win} directories contain only WebInputEventFactory.cpp. We can just move these files to web/ with files renamed as WebInputEventFactoryAndroid.cpp, WebInputEventFactoryGtk.cpp, WebInputEventFactoryWin.cpp respectively and remove the dir. Moved the WebInputEventFactory.mm also to web/ as WebInputEventFactoryMac.mm but since web/mac/ still contains one more file, retained the dir. I will be removing it as part of another CL. Uploading corrected change. Original CL - http://crrev.com/27462002/ Revert CL - http://crrev.com/27532002/ Revert Reason - Aura builds failing. BUG=None TEST=None;no behavior changes; Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160060

Patch Set 1 #

Patch Set 2 : Corrected web.gypi! #

Total comments: 4

Patch Set 3 : Reworked on comments! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2448 lines) Patch
A + Source/web/WebInputEventFactoryAndroid.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/web/WebInputEventFactoryGtk.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/web/WebInputEventFactoryMac.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/web/WebInputEventFactoryWin.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
D Source/web/android/WebInputEventFactory.cpp View 1 chunk +0 lines, -179 lines 0 comments Download
D Source/web/gtk/WebInputEventFactory.cpp View 1 chunk +0 lines, -628 lines 0 comments Download
D Source/web/mac/WebInputEventFactory.mm View 1 chunk +0 lines, -1148 lines 0 comments Download
M Source/web/web.gyp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M Source/web/web.gypi View 1 2 chunks +4 lines, -4 lines 0 comments Download
D Source/web/win/WebInputEventFactory.cpp View 1 chunk +0 lines, -489 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
r.kasibhatla
PTAL. Addressed the slipup in naming of WebInputEventFactory.mm also (suggested by tfarina). @tdanderson: Corrected the ...
7 years, 2 months ago (2013-10-17 11:04:06 UTC) #1
tfarina
see below. https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp File Source/web/web.gyp (right): https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp#newcode178 Source/web/web.gyp:178: ['exclude', 'WebInputEventFactoryAndroid.cpp$'], this shouldn't be necessary, see ...
7 years, 2 months ago (2013-10-17 11:06:20 UTC) #2
r.kasibhatla
https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp File Source/web/web.gyp (right): https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp#newcode178 Source/web/web.gyp:178: ['exclude', 'WebInputEventFactoryAndroid.cpp$'], On 2013/10/17 11:06:20, tfarina wrote: > this ...
7 years, 2 months ago (2013-10-17 13:00:41 UTC) #3
tdanderson
On 2013/10/17 11:04:06, r.kasibhatla wrote: > PTAL. > Addressed the slipup in naming of WebInputEventFactory.mm ...
7 years, 2 months ago (2013-10-17 15:14:45 UTC) #4
tfarina
On Thu, Oct 17, 2013 at 10:00 AM, <r.kasibhatla@samsung.com> wrote: > > https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp > File ...
7 years, 2 months ago (2013-10-17 22:10:40 UTC) #5
r.kasibhatla
On 2013/10/17 22:10:40, tfarina wrote: > On Thu, Oct 17, 2013 at 10:00 AM, <mailto:r.kasibhatla@samsung.com> ...
7 years, 2 months ago (2013-10-18 03:23:04 UTC) #6
r.kasibhatla
On 2013/10/17 22:10:40, tfarina wrote: > On Thu, Oct 17, 2013 at 10:00 AM, <mailto:r.kasibhatla@samsung.com> ...
7 years, 2 months ago (2013-10-18 03:23:16 UTC) #7
tfarina
On Fri, Oct 18, 2013 at 12:23 AM, <r.kasibhatla@samsung.com> wrote: > On 2013/10/17 22:10:40, tfarina ...
7 years, 2 months ago (2013-10-18 18:34:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/r.kasibhatla@samsung.com/26247009/4001
7 years, 2 months ago (2013-10-19 00:36:35 UTC) #9
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=9347
7 years, 2 months ago (2013-10-19 00:54:47 UTC) #10
r.kasibhatla
Added tkent @tkent,@eseidel: Can anyone of you please give lgtm (need owner lgtm) for relanding ...
7 years, 2 months ago (2013-10-20 17:15:17 UTC) #11
tkent
What's the benefit of this CL? What's wrong with the reverted CL? https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp File Source/web/web.gyp ...
7 years, 2 months ago (2013-10-20 23:03:39 UTC) #12
r.kasibhatla
On 2013/10/20 23:03:39, tkent wrote: > What's the benefit of this CL? The folders web/{gtk, ...
7 years, 2 months ago (2013-10-21 04:04:44 UTC) #13
r.kasibhatla
PTAL. https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp File Source/web/web.gyp (right): https://codereview.chromium.org/26247009/diff/4001/Source/web/web.gyp#newcode193 Source/web/web.gyp:193: ['exclude', 'WebInputEventFactoryGtk.cpp$'], On 2013/10/20 23:03:40, tkent wrote: > ...
7 years, 2 months ago (2013-10-21 04:05:40 UTC) #14
tkent
lgtm
7 years, 2 months ago (2013-10-21 05:26:30 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/r.kasibhatla@samsung.com/26247009/113001
7 years, 2 months ago (2013-10-21 05:26:45 UTC) #16
commit-bot: I haz the power
7 years, 2 months ago (2013-10-21 06:22:03 UTC) #17
Message was sent while issue was closed.
Change committed as 160060

Powered by Google App Engine
This is Rietveld 408576698