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

Issue 443553003: MacViews: Split ViewEventTestBase into platform-specific files. (Closed)

Created:
6 years, 4 months ago by tapted
Modified:
6 years, 4 months ago
Reviewers:
sky
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, mac-views-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

MacViews: Split ViewEventTestBase into platform-specific files. I couldn't bring myself to add another #ifdef to view_event_test_base.cc, so this splits out the platform-specific stuff and paves the way to get interactive_ui_tests compiling on MacViews. This is done by adding a ViewEventTestPlatFormPart interface, which is implemented for (views platforms): chromeos, ash, and mac. There was also code for a non-ash aura platform, but all build configurations that would have used it are broken, so it's just rot and is removed. BUG=399191 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288966

Patch Set 1 #

Total comments: 7

Patch Set 2 : rebase - noop? #

Patch Set 3 : rename class, fewer virtuals #

Patch Set 4 : nuke _aura, file moves, gyp changes #

Patch Set 5 : self-review: fix class comment, remove dead gyp cruft #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -94 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/test/base/view_event_test_base.h View 1 2 2 chunks +2 lines, -13 lines 0 comments Download
M chrome/test/base/view_event_test_base.cc View 1 2 3 3 chunks +4 lines, -81 lines 0 comments Download
A chrome/test/base/view_event_test_platform_part.h View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/test/base/view_event_test_platform_part_ash.cc View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A chrome/test/base/view_event_test_platform_part_chromeos.cc View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/test/base/view_event_test_platform_part_mac.mm View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tapted
Hi sky, another orthogonal chunk from the big picture in crrev/433403002 . PTAL when you ...
6 years, 4 months ago (2014-08-05 14:00:26 UTC) #1
sky
I'll take a look at this in more detail tomorrow. Do to the move I ...
6 years, 4 months ago (2014-08-05 21:54:35 UTC) #2
sky
https://codereview.chromium.org/443553003/diff/1/chrome/test/base/chrome_views_test_helper.h File chrome/test/base/chrome_views_test_helper.h (right): https://codereview.chromium.org/443553003/diff/1/chrome/test/base/chrome_views_test_helper.h#newcode18 chrome/test/base/chrome_views_test_helper.h:18: class ChromeViewsTestHelper { Can we name this better to ...
6 years, 4 months ago (2014-08-06 17:37:44 UTC) #3
tapted
Thanks sky! PTAL (and sorry for the latency - was OOO with sketchy internet) https://codereview.chromium.org/443553003/diff/1/chrome/test/base/chrome_views_test_helper.h ...
6 years, 4 months ago (2014-08-11 12:04:17 UTC) #4
sky
LGTM
6 years, 4 months ago (2014-08-11 16:14:34 UTC) #5
tapted
The CQ bit was checked by tapted@chromium.org
6 years, 4 months ago (2014-08-12 00:54:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/443553003/120001
6 years, 4 months ago (2014-08-12 01:04:42 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-12 02:01:23 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 14:50:16 UTC) #9
Message was sent while issue was closed.
Change committed as 288966

Powered by Google App Engine
This is Rietveld 408576698